Searched refs:dstIR (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 27 const SkIRect& dstIR, in prepare_for_hoisting() argument 38 dstIR, in prepare_for_hoisting() 87 const SkIRect& dstIR, SkIRect* srcIR) { in compute_source_rect() argument 88 SkIRect clipBounds = dstIR; in compute_source_rect() 164 const SkIRect dstIR = layerRect.roundOut(); in FindLayersToAtlas() local 168 if (!compute_source_rect(info, initialMat, dstIR, &srcIR) || in FindLayersToAtlas() 174 info, srcIR, dstIR, atlased, recycled, true, 0); in FindLayersToAtlas() 217 const SkIRect dstIR = layerRect.roundOut(); 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()
|
D | GrLayerCache.h | 154 const SkIRect& dstIR, in GrCachedLayer() 163 , fDstIR(dstIR) in GrCachedLayer() 199 const SkIRect& dstIR() const { return fDstIR; } in dstIR() function 319 const SkIRect& dstIR, 406 const SkIRect& srcIR, const SkIRect& dstIR,
|
D | GrLayerCache.cpp | 133 const SkIRect& dstIR, in createLayer() argument 140 GrCachedLayer* layer = new GrCachedLayer(pictureID, start, stop, srcIR, dstIR, initialMat, key, in createLayer() 155 const SkIRect& dstIR, in findLayerOrCreate() argument 164 srcIR, dstIR, initialMat, in findLayerOrCreate()
|