summaryrefslogtreecommitdiff
path: root/rsContext.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-11-17 09:15:42 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-17 09:15:42 -0800
commit8310d9647999b30a321d1e66383ad904561cf8fe (patch)
treee1f07b3d9e3cd07fafeb8c5f49b380b0c237e387 /rsContext.h
parente5f0376ad7077f4f255bc0fd6417a14cae87bcde (diff)
parentb505694f35fe75b20bac42178f20084831519bcf (diff)
downloadrs-8310d9647999b30a321d1e66383ad904561cf8fe.tar.gz
am 50445568: Merge "Fixing FBO font rendering bug that resulted from using old surface size."
* commit '5044556861af496d6451aef3f69a4df0d1b591c9': Fixing FBO font rendering bug that resulted from using old surface size.
Diffstat (limited to 'rsContext.h')
-rw-r--r--rsContext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsContext.h b/rsContext.h
index 31dfd95e..9f8cc4a3 100644
--- a/rsContext.h
+++ b/rsContext.h
@@ -165,6 +165,9 @@ public:
uint32_t getWidth() const {return mWidth;}
uint32_t getHeight() const {return mHeight;}
+ uint32_t getCurrentSurfaceWidth() const;
+ uint32_t getCurrentSurfaceHeight() const;
+
mutable ThreadIO mIO;
// Timers