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

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp145 TextureVertex* opVertices = opMesh->vertices.get(); local
146 for (uint32_t j = 0; j < vertexCount; j++, opVertices++) {
148 opVertices->x + tx, opVertices->y + ty,
149 opVertices->u, opVertices->v);
H A DDisplayListOp.h843 TextureVertex* opVertices = opMesh->vertices.get(); variable
844 for (uint32_t j = 0; j < vertexCount; j++, opVertices++) {
846 opVertices->x + tx, opVertices->y + ty,
847 opVertices->u, opVertices->v);

Completed in 189 milliseconds