Searched refs:combinedMatrix (Results 1 – 2 of 2) sorted by relevance
183 SkMatrix combinedMatrix; in drawTextureProducerImpl() local184 combinedMatrix.setConcat(viewMatrix, srcToDstMatrix); in drawTextureProducerImpl()185 if (can_ignore_bilerp_constraint(*producer, clippedSrcRect, combinedMatrix, in drawTextureProducerImpl()
298 SkMatrix& combinedMatrix = fGeoData[0].fSrcRotInv; in DashBatch() local299 combinedMatrix.postConcat(geometry.fViewMatrix); in DashBatch()300 combinedMatrix.mapRect(&fBounds); in DashBatch()