diff options
author | Romain Guy <romainguy@google.com> | 2012-08-31 20:31:01 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2012-08-31 20:31:32 -0700 |
commit | 0baaac5e9adf3ee280ae1239e2e58754a9d2b099 (patch) | |
tree | 430a7392973ff3dc04089cc2b3550afcdde673de /libs/hwui/OpenGLRenderer.h | |
parent | a8557d2169e14997637f57bc897640c8882d4a46 (diff) | |
download | frameworks_base-0baaac5e9adf3ee280ae1239e2e58754a9d2b099.zip frameworks_base-0baaac5e9adf3ee280ae1239e2e58754a9d2b099.tar.gz frameworks_base-0baaac5e9adf3ee280ae1239e2e58754a9d2b099.tar.bz2 |
Revert "Revert "Add more support for transformed clip rects and paths""
This reverts commit a8557d2169e14997637f57bc897640c8882d4a46.
Change-Id: I36d4883d548fc47ba6c0b4a42012107d0d2f85a6
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
-rw-r--r-- | libs/hwui/OpenGLRenderer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index 2369f47..4c7cf0a 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -208,12 +208,6 @@ public: SkPaint* filterPaint(SkPaint* paint); /** - * Returns the desired size for the stencil buffer. If the returned value - * is 0, then no stencil buffer is required. - */ - ANDROID_API static uint32_t getStencilSize(); - - /** * Sets the alpha on the current snapshot. This alpha value will be modulated * with other alpha values when drawing primitives. */ |