diff options
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 6527cae..76d6e06 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -242,12 +242,6 @@ private: inline void getAlphaAndMode(const SkPaint* paint, int* alpha, SkXfermode::Mode* mode); /** - * TODO: documentation - */ - inline void generateVertices(TextureVertex* vertex, float y, float v, const int32_t xDivs[], - uint32_t xCount, float xStretch, float xStretchTex, float width, float widthTex); - - /** * Enable or disable blending as necessary. This function sets the appropriate * blend function based on the specified xfermode. */ |