Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrLayerHoister.cpp90 SkMatrix totMat = initialMat; in compute_source_rect() local
91 totMat.preConcat(info.fPreMat); in compute_source_rect()
92 totMat.preConcat(info.fLocalMat); in compute_source_rect()
95 info.fPaint->getImageFilter()->filterBounds(clipBounds, totMat, &clipBounds); in compute_source_rect()
101 totMat.mapRect(&r, info.fSrcBounds); in compute_source_rect()
293 SkMatrix totMat = SkMatrix::I(); in FilterLayer() local
294 totMat.preConcat(info.fPreMat); in FilterLayer()
295 totMat.preConcat(info.fLocalMat); in FilterLayer()
296 totMat.postTranslate(-SkIntToScalar(filterOffset.fX), -SkIntToScalar(filterOffset.fY)); in FilterLayer()
304 SkImageFilter::Context filterContext(totMat, clipBounds, cache); in FilterLayer()