Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOp.h908 TextureVertex* opVertices = opMesh->vertices; in multiDraw() local
909 for (uint32_t j = 0; j < vertexCount; j++, opVertices++) { in multiDraw()
911 opVertices->x + tx, opVertices->y + ty, in multiDraw()
912 opVertices->u, opVertices->v); in multiDraw()