Searched refs:combinedMatrix (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/v1/ |
D | Device_drawTexture.cpp | 486 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()
|
D | Device.cpp | 896 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/ |
D | DashOp.cpp | 253 SkMatrix& combinedMatrix = fLines[0].fSrcRotInv; in DashOpImpl() local 254 combinedMatrix.postConcat(geometry.fViewMatrix); in DashOpImpl() 258 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOpImpl()
|