Home
last modified time | relevance | path

Searched defs:srcToDst (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ganesh/
DDevice_drawTexture.cpp176 const SkMatrix& srcToDst, in should_tile_image_id()
283 SkMatrix* srcToDst) { in optimize_sample_area()
429 const SkMatrix& srcToDst, in draw_image()
585 const SkMatrix& srcToDst, in draw_tiled_bitmap()
724 SkMatrix srcToDst = SkMatrix::RectToRect(src, dst); in drawSpecial() local
764 SkMatrix srcToDst; in drawImageQuad() local
/external/skia/tests/graphite/
DImageShaderTest.cpp51 SkMatrix srcToDst = SkMatrix::RectToRect(srcRect, dstRect); in test_draw() local
/external/skia/bench/
DCompositingImagesBench.cpp303 SkMatrix srcToDst = SkMatrix::RectToRect(entry.fSrcRect, entry.fDstRect); in getAdjustedEntry() local
/external/skia/src/gpu/graphite/
DDevice.cpp1168 SkMatrix srcToDst = SkMatrix::RectToRect(src, dst); in drawSpecial() local