Lines Matching refs:spriteCount
33 const SkMatrix& viewMatrix, GrAAType, int spriteCount, const SkRSXform* xforms,
106 const SkMatrix& viewMatrix, GrAAType aaType, int spriteCount, in DrawAtlasOpImpl() argument
128 fQuadCount = spriteCount; in DrawAtlasOpImpl()
129 int allocSize = static_cast<int>(4 * vertexStride * spriteCount); in DrawAtlasOpImpl()
136 for (int spriteIndex = 0; spriteIndex < spriteCount; ++spriteIndex) { in DrawAtlasOpImpl()
316 int spriteCount, in Make() argument
322 spriteCount, xforms, in Make()
373 uint32_t spriteCount = random->nextRangeU(1, 100); in GR_DRAW_OP_TEST_DEFINE() local
375 SkTArray<SkRSXform> xforms(spriteCount); in GR_DRAW_OP_TEST_DEFINE()
376 SkTArray<SkRect> texRects(spriteCount); in GR_DRAW_OP_TEST_DEFINE()
381 randomize_params(spriteCount, random, &xforms, &texRects, &colors, hasColors); in GR_DRAW_OP_TEST_DEFINE()
389 return skgpu::v1::DrawAtlasOp::Make(context, std::move(paint), viewMatrix, aaType, spriteCount, in GR_DRAW_OP_TEST_DEFINE()