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

  /external/skia/include/core/
SkVertices.h 88 int vertexCount() const { return fVertexCnt; }
132 int fVertexCnt;
  /external/skia/src/core/
SkVertices.cpp 82 fVertices->fVertexCnt = vertexCount;
90 fVertices->fBounds.set(fVertices->fPositions, fVertices->fVertexCnt);
144 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors());
170 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors());
179 writer.write32(fVertexCnt);
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 344 Draw() : fVertexCnt(0), fIndexCnt(0) {}
345 int fVertexCnt;
359 int* v = &draw->fVertexCnt;
376 if (draw->fVertexCnt + vCount > (1 << 16)) {
380 v = &draw->fVertexCnt;
    [all...]

Completed in 788 milliseconds