Home
last modified time | relevance | path

Searched refs:opVertices (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListOp.h1028 TextureVertex* opVertices = opMesh->vertices; in multiDraw() local
1029 for (uint32_t j = 0; j < vertexCount; j++, opVertices++) { in multiDraw()
1031 opVertices->position[0] + tx, opVertices->position[1] + ty, in multiDraw()
1032 opVertices->texture[0], opVertices->texture[1]); in multiDraw()