Lines Matching defs:count
329 static size_t GlyphVectorSize(size_t count) {
330 return sizeof(Variant) * count;
495 void fillVertexData(void* vertexDst, int offset, int count, GrColor color,
787 void DirectMaskSubRun::fillVertexData(void* vertexDst, int offset, int count, GrColor color,
791 fGlyphs.glyphs().subspan(offset, count),
792 fLeftTopDevicePos.subspan(offset, count));
885 void* vertexDst, int offset, int count,
1016 void* vertexDst, int offset, int count, GrColor color, const SkMatrix& positionMatrix,
1022 fGlyphs.glyphs().subspan(offset, count),
1023 fVertexData.subspan(offset, count));
1144 void* vertexDst, int offset, int count,
1340 void *vertexDst, int offset, int count,
1347 fGlyphs.glyphs().subspan(offset, count),
1348 fVertexData.subspan(offset, count)),
1702 void fillVertexData(void* vertexDst, int offset, int count, GrColor color,
1873 void DirectMaskSubRunNoCache::fillVertexData(void* vertexDst, int offset, int count, GrColor color,
1877 fGlyphs.glyphs().subspan(offset, count),
1878 fLeftTopDevicePos.subspan(offset, count));
1939 void* vertexDst, int offset, int count,
2052 void* vertexDst, int offset, int count, GrColor color,
2058 fGlyphs.glyphs().subspan(offset, count),
2059 fVertexData.subspan(offset, count));
2165 void* vertexDst, int offset, int count,
2302 void *vertexDst, int offset, int count,
2308 fGlyphs.glyphs().subspan(offset, count),
2309 fVertexData.subspan(offset, count)),