Searched defs:dstIR (Results 1 – 3 of 3) sorted by relevance
27 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() local217 const SkIRect dstIR = layerRect.roundOut(); in FindLayersToHoist() local
133 const SkIRect& dstIR, in createLayer()155 const SkIRect& dstIR, in findLayerOrCreate()
199 const SkIRect& dstIR() const { return fDstIR; } in dstIR() function