Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp183 SkMatrix combinedMatrix; in drawTextureProducerImpl() local
184 combinedMatrix.setConcat(viewMatrix, srcToDstMatrix); in drawTextureProducerImpl()
185 if (can_ignore_bilerp_constraint(*producer, clippedSrcRect, combinedMatrix, in drawTextureProducerImpl()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp298 SkMatrix& combinedMatrix = fGeoData[0].fSrcRotInv; in DashBatch() local
299 combinedMatrix.postConcat(geometry.fViewMatrix); in DashBatch()
300 combinedMatrix.mapRect(&fBounds); in DashBatch()