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

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp139 TextureVertex* opVertices = opMesh->vertices.get(); local
140 for (uint32_t j = 0; j < vertexCount; j++, opVertices++) {
142 opVertices->x + tx, opVertices->y + ty,
143 opVertices->u, opVertices->v);

Completed in 765 milliseconds