commit | 2d8ef49914595f3f1df42fed0a9ae68777ff9411 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Wed Nov 16 12:22:10 2011 -0800 |
committer | Alex Sakhartchouk <alexst@google.com> | Wed Nov 16 12:22:10 2011 -0800 |
tree | a7bd41b3a01cb9a824056fc04972ddb72e88ee31 | |
parent | 7b95eba9f47a3992128d59a9ec593b887e4dac0e [diff] [blame] |
Fixing FBO font rendering bug that resulted from using old surface size. Change-Id: I31d0967bb36ca6ffb6a4c8194597d3c523cfe954
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index 199cc5a..c6582c9 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/rsContext.h
@@ -164,6 +164,9 @@ uint32_t getWidth() const {return mWidth;} uint32_t getHeight() const {return mHeight;} + uint32_t getCurrentSurfaceWidth() const; + uint32_t getCurrentSurfaceHeight() const; + mutable ThreadIO mIO; // Timers