Home
last modified time | relevance | path

Searched refs:texRect (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/ops/
DGrDrawAtlasOp.cpp223 SkRect texRect = SkRect::MakeLTRB(random->nextRangeScalar(kMinCoord, kMaxCoord), in random_texRect() local
227 texRect.sort(); in random_texRect()
228 return texRect; in random_texRect()
DGrTextureOp.cpp80 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/
DGrDrawAtlasOp.cpp342 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/
DSkGpuDevice_nga.cpp164 const SkRect texRect[], in drawAtlas() argument
DSkGpuDevice.cpp896 const SkRect texRect[], const SkColor colors[], int count, argument
932 xform, texRect, colors);
DGrSurfaceDrawContext.h426 const SkRect texRect[],
DGrSurfaceDrawContext.cpp1006 const SkRect texRect[], in drawAtlas() argument
1017 aaType, spriteCount, xform, texRect, colors); in drawAtlas()
/external/skqp/src/gpu/
DGrRenderTargetContext.h287 const SkRect texRect[],
DSkGpuDevice.cpp1712 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()
DGrRenderTargetContext.cpp1068 const SkRect texRect[], in drawAtlas() argument
1079 aaType, spriteCount, xform, texRect, colors); in drawAtlas()