Home
last modified time | relevance | path

Searched refs:combinedMatrix (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp289 SkMatrix combinedMatrix; in draw_texture_producer() local
290 combinedMatrix.setConcat(ctm, srcToDst); in draw_texture_producer()
291 if (can_ignore_bilerp_constraint(*producer, src, combinedMatrix, rtc->numSamples())) { in draw_texture_producer()
DSkGpuDevice.cpp1613 const SkMatrix& combinedMatrix = matrix ? SkMatrix::Concat(ctm, *matrix) : ctm; in drawDrawable() local
1615 drawable->snapGpuDrawHandler(api, combinedMatrix, canvas->getDeviceClipBounds(), in drawDrawable()
/third_party/skia/src/gpu/v1/
DDevice_drawTexture.cpp486 SkMatrix combinedMatrix; in draw_image() local
487 combinedMatrix.setConcat(ctm, srcToDst); in draw_image()
488 if (can_ignore_linear_filtering_subset(src, combinedMatrix, sdc->numSamples())) { in draw_image()
DDevice.cpp896 const SkMatrix& combinedMatrix = matrix ? SkMatrix::Concat(ctm, *matrix) : ctm; in drawDrawable() local
898 drawable->snapGpuDrawHandler(api, combinedMatrix, this->devClipBounds(), in drawDrawable()
902 std::move(gpuDraw), combinedMatrix.mapRect(drawable->getBounds())); in drawDrawable()
/third_party/skia/src/gpu/ops/
DDashOp.cpp253 SkMatrix& combinedMatrix = fLines[0].fSrcRotInv; in DashOpImpl() local
254 combinedMatrix.postConcat(geometry.fViewMatrix); in DashOpImpl()
258 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOpImpl()
/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp298 SkMatrix& combinedMatrix = fLines[0].fSrcRotInv; in DashOp() local
299 combinedMatrix.postConcat(geometry.fViewMatrix); in DashOp()
303 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOp()