Home | History | Annotate | Download | only in hwui

Lines Matching defs:vertexCount

133         uint32_t vertexCount = opMesh->verticesCount;
134 if (vertexCount == 0) continue;
146 for (uint32_t j = 0; j < vertexCount; j++, opVertices++) {
738 .setMeshIndexedQuads(&op.vertices[0], op.vertexCount / 4)