Lines Matching refs:vertexCount
462 int vertexCount = kVertsPerHairlineRect; in generateGeometry() local
464 vertexCount = kVertsPerStrokeRect; in generateGeometry()
470 void* verts = batchTarget->makeVertSpace(vertexStride, vertexCount, in generateGeometry()
497 vertices.init(primType, vertexBuffer, firstVertex, vertexCount); in generateGeometry()
746 const SkPoint* positions, int vertexCount, in Create() argument
751 vertexCount, indices, indexCount, colors, in Create()
813 void* verts = batchTarget->makeVertSpace(vertexStride, this->vertexCount(), in generateGeometry()
862 firstIndex, this->vertexCount(), this->indexCount()); in generateGeometry()
865 vertices.init(this->primitiveType(), vertexBuffer, firstVertex, this->vertexCount()); in generateGeometry()
875 const SkPoint* positions, int vertexCount, in DrawVerticesBatch() argument
884 installedGeo.fPositions.append(vertexCount, positions); in DrawVerticesBatch()
893 installedGeo.fColors.append(vertexCount, colors); in DrawVerticesBatch()
900 installedGeo.fLocalCoords.append(vertexCount, localCoords); in DrawVerticesBatch()
905 fBatch.fVertexCount = vertexCount; in DrawVerticesBatch()
925 int vertexCount() const { return fBatch.fVertexCount; } in vertexCount() function in DrawVerticesBatch
962 fBatch.fVertexCount += that->vertexCount(); in onCombineIfPossible()
992 int vertexCount, in drawVertices() argument
1011 if (!bounds.setBoundsCheck(positions, vertexCount)) { in drawVertices()
1027 positions, vertexCount, indices, in drawVertices()
1972 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type); in BATCH_TEST_DEFINE() local
1976 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in BATCH_TEST_DEFINE()
1984 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in BATCH_TEST_DEFINE()
1994 SkDEBUGCODE(bool result = ) bounds.setBoundsCheck(positions.begin(), vertexCount); in BATCH_TEST_DEFINE()
2002 positions.begin(), vertexCount, in BATCH_TEST_DEFINE()
2003 indices.begin(), hasIndices ? vertexCount : 0, in BATCH_TEST_DEFINE()