Home
last modified time | relevance | path

Searched refs:clipIBounds (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrClipStackClip.cpp282 const SkIRect& clipIBounds = reducedClip.ibounds(); in apply() local
283 SkASSERT(rtIBounds.contains(clipIBounds)); // Mask shouldn't be larger than the RT. in apply()