Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkVertices.cpp83 fVertices->fIndexCnt = indexCount; in init()
144 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in approximateSize()
170 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in encode()
180 writer.write32(fIndexCnt); in encode()
/external/skia/include/core/
DSkVertices.h93 int indexCount() const { return fIndexCnt; } in indexCount()
133 int fIndexCnt; variable
/external/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp344 Draw() : fVertexCnt(0), fIndexCnt(0) {} in Draw()
346 int fIndexCnt; member
360 int* i = &draw->fIndexCnt; in create_vertices()
381 i = &draw->fIndexCnt; in create_vertices()
906 mesh.setIndexed(indexBuffer, draw.fIndexCnt, firstIndex, 0, draw.fVertexCnt - 1); in onPrepareDraws()
909 firstIndex += draw.fIndexCnt; in onPrepareDraws()