Lines Matching refs:initialMat
26 const SkMatrix& initialMat, in prepare_for_hoisting() argument
41 initialMat, in prepare_for_hoisting()
82 hl->fInitialMat = initialMat; in prepare_for_hoisting()
83 hl->fPreMat = initialMat; in prepare_for_hoisting()
88 static bool compute_source_rect(const SkLayerInfo::BlockInfo& info, const SkMatrix& initialMat, in compute_source_rect() argument
92 SkMatrix totMat = initialMat; in compute_source_rect()
121 const SkMatrix& initialMat, in FindLayersToAtlas() argument
161 initialMat.mapRect(&layerRect, info.fBounds); in FindLayersToAtlas()
170 if (!compute_source_rect(info, initialMat, dstIR, &srcIR) || in FindLayersToAtlas()
175 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, in FindLayersToAtlas()
183 const SkMatrix& initialMat, in FindLayersToHoist() argument
213 initialMat.mapRect(&layerRect, info.fBounds); in FindLayersToHoist()
221 if (!compute_source_rect(info, initialMat, dstIR, &srcIR)) { in FindLayersToHoist()
225 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, info, srcIR, dstIR, in FindLayersToHoist()