Home
last modified time | relevance | path

Searched defs:dstIR (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrLayerHoister.cpp27 const SkIRect& dstIR, in prepare_for_hoisting()
87 const SkIRect& dstIR, SkIRect* srcIR) { in compute_source_rect()
164 const SkIRect dstIR = layerRect.roundOut(); in FindLayersToAtlas() local
217 const SkIRect dstIR = layerRect.roundOut(); in FindLayersToHoist() local
DGrLayerCache.cpp133 const SkIRect& dstIR, in createLayer()
155 const SkIRect& dstIR, in findLayerOrCreate()
DGrLayerCache.h199 const SkIRect& dstIR() const { return fDstIR; } in dstIR() function