diff options
Diffstat (limited to 'libs/hwui/Line.h')
-rw-r--r-- | libs/hwui/Line.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libs/hwui/Line.h b/libs/hwui/Line.h index 64bdd6a..c529354 100644 --- a/libs/hwui/Line.h +++ b/libs/hwui/Line.h @@ -96,12 +96,8 @@ public: ty = lineWidth <= 1.0f ? -gLineAABias : -half - gLineAABias; } - inline GLvoid* getVertices() const { - return &mPatch->vertices[0].position[0]; - } - - inline GLvoid* getTexCoords() const { - return &mPatch->vertices[0].texture[0]; + inline GLuint getMeshBuffer() const { + return mPatch->meshBuffer; } inline GLsizei getElementsCount() const { |