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

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

Completed in 129 milliseconds