Searched refs:dstIR (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 29 const SkIRect& dstIR, in prepare_for_hoisting() argument 40 dstIR, in prepare_for_hoisting() 89 const SkIRect& dstIR, SkIRect* srcIR) { in compute_source_rect() argument 90 SkIRect clipBounds = dstIR; in compute_source_rect() 166 const SkIRect dstIR = layerRect.roundOut(); in FindLayersToAtlas() local 170 if (!compute_source_rect(info, initialMat, dstIR, &srcIR) || in FindLayersToAtlas() 176 info, srcIR, dstIR, atlased, recycled, true, 0); in FindLayersToAtlas() 218 const SkIRect dstIR = layerRect.roundOut(); in FindLayersToHoist() local 221 if (!compute_source_rect(info, initialMat, dstIR, &srcIR)) { in FindLayersToHoist() 225 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, info, srcIR, dstIR, in FindLayersToHoist()
|
D | GrLayerCache.h | 147 const SkIRect& srcIR, const SkIRect& dstIR, in GrCachedLayer() 155 , fDstIR(dstIR) in GrCachedLayer() 188 const SkIRect& dstIR() const { return fDstIR; } in dstIR() function 298 const SkIRect& dstIR, 382 const SkIRect& srcIR, const SkIRect& dstIR,
|
D | GrLayerCache.cpp | 127 const SkIRect& dstIR, in createLayer() argument 135 srcIR, dstIR, initialMat, in createLayer() 150 const SkIRect& dstIR, in findLayerOrCreate() argument 159 srcIR, dstIR, initialMat, in findLayerOrCreate()
|