Searched refs:spriteCount (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ganesh/ops/ |
D | DrawAtlasOp.cpp | 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() [all …]
|
D | DrawAtlasOp.h | 25 int spriteCount,
|
/external/skia/src/gpu/ganesh/ |
D | SurfaceDrawContext.h | 408 int spriteCount,
|
D | SurfaceDrawContext.cpp | 959 int spriteCount, in drawAtlas() argument 972 aaType, spriteCount, xform, texRect, colors); in drawAtlas()
|