Lines Matching refs:srcIR
26 const SkIRect& srcIR, in prepare_for_hoisting() argument
37 srcIR, in prepare_for_hoisting()
45 desc.fWidth = srcIR.width(); in prepare_for_hoisting()
46 desc.fHeight = srcIR.height(); in prepare_for_hoisting()
87 const SkIRect& dstIR, SkIRect* srcIR) { in compute_source_rect() argument
102 r.roundOut(srcIR); in compute_source_rect()
104 if (!srcIR->intersect(clipBounds)) { in compute_source_rect()
108 *srcIR = clipBounds; in compute_source_rect()
166 SkIRect srcIR; in FindLayersToAtlas() local
168 if (!compute_source_rect(info, initialMat, dstIR, &srcIR) || in FindLayersToAtlas()
169 !GrLayerCache::PlausiblyAtlasable(srcIR.width(), srcIR.height())) { in FindLayersToAtlas()
174 info, srcIR, dstIR, atlased, recycled, true, 0); in FindLayersToAtlas()
219 SkIRect srcIR; in FindLayersToHoist() local
220 if (!compute_source_rect(info, initialMat, dstIR, &srcIR)) { in FindLayersToHoist()
224 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, info, srcIR, dstIR, in FindLayersToHoist()
246 const SkIPoint offset = SkIPoint::Make(layer->srcIR().fLeft, layer->srcIR().fTop); in DrawLayersToAtlas()
291 const SkIPoint filterOffset = SkIPoint::Make(layer->srcIR().fLeft, layer->srcIR().fTop); in FilterLayer()
330 const SkIPoint offset = SkIPoint::Make(layer->srcIR().fLeft, layer->srcIR().fTop); in DrawLayers()