Searched refs:srcToDst (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/v1/ |
D | Device_drawTexture.cpp | 166 const SkMatrix& srcToDst, in should_tile_image_id() argument 174 srcToDst, imageSize, src); in should_tile_image_id() 208 srcToDst, imageSize, src); in should_tile_image_id() 273 SkMatrix* srcToDst) { in optimize_sample_area() argument 284 *srcToDst = SkMatrix::RectToRect(src, dst); in optimize_sample_area() 286 srcToDst->setIdentity(); in optimize_sample_area() 293 srcToDst->mapRect(&dst, src); in optimize_sample_area() 422 const SkMatrix& srcToDst, in draw_image() argument 487 combinedMatrix.setConcat(ctm, srcToDst); in draw_image() 497 if (!srcToDst.invert(&textureMatrix)) { in draw_image() [all …]
|
/third_party/skia/bench/ |
D | CompositingImagesBench.cpp | 301 SkMatrix srcToDst = SkMatrix::RectToRect(entry.fSrcRect, entry.fDstRect); in getAdjustedEntry() local 306 entry.fDstRect = srcToDst.mapRect(contentRect); in getAdjustedEntry()
|