HomeSort by relevance Sort by last modified time
    Searched refs:fIndexCnt (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkVertices.h 93 int indexCount() const { return fIndexCnt; }
133 int fIndexCnt;
  /external/skia/src/core/
SkVertices.cpp 83 fVertices->fIndexCnt = indexCount;
144 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors());
170 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors());
180 writer.write32(fIndexCnt);
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 344 Draw() : fVertexCnt(0), fIndexCnt(0) {}
346 int fIndexCnt;
360 int* i = &draw->fIndexCnt;
381 i = &draw->fIndexCnt;
    [all...]

Completed in 206 milliseconds