Searched refs:texRect (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 223 SkRect texRect = SkRect::MakeLTRB(random->nextRangeScalar(kMinCoord, kMaxCoord), in random_texRect() local 227 texRect.sort(); in random_texRect() 228 return texRect; in random_texRect()
|
D | GrTextureOp.cpp | 80 SkRect texRect = { in compute_src_quad() local 87 texRect.fTop = h - texRect.fTop; in compute_src_quad() 88 texRect.fBottom = h - texRect.fBottom; in compute_src_quad() 90 return GrPerspQuad(texRect, SkMatrix::I()); in compute_src_quad()
|
/external/skia/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 342 SkRect texRect = SkRect::MakeLTRB(random->nextRangeScalar(kMinCoord, kMaxCoord), in random_texRect() local 346 texRect.sort(); in random_texRect() 347 return texRect; in random_texRect()
|
/external/skia/src/gpu/ |
D | SkGpuDevice_nga.cpp | 164 const SkRect texRect[], in drawAtlas() argument
|
D | SkGpuDevice.cpp | 896 const SkRect texRect[], const SkColor colors[], int count, argument 932 xform, texRect, colors);
|
D | GrSurfaceDrawContext.h | 426 const SkRect texRect[],
|
D | GrSurfaceDrawContext.cpp | 1006 const SkRect texRect[], in drawAtlas() argument 1017 aaType, spriteCount, xform, texRect, colors); in drawAtlas()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.h | 287 const SkRect texRect[],
|
D | SkGpuDevice.cpp | 1712 const SkRect texRect[], const SkColor colors[], int count, in drawAtlas() argument 1716 this->INHERITED::drawAtlas(atlas, xform, texRect, colors, count, mode, paint); in drawAtlas() 1739 this->clip(), std::move(grPaint), this->ctm(), count, xform, texRect, colors); in drawAtlas()
|
D | GrRenderTargetContext.cpp | 1068 const SkRect texRect[], in drawAtlas() argument 1079 aaType, spriteCount, xform, texRect, colors); in drawAtlas()
|