Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrClipStackClip.cpp278 SkIRect rtIBounds = SkIRect::MakeWH(renderTargetContext->width(), in apply() local
281 SkASSERT(rtIBounds.contains(clipIBounds)); // Mask shouldn't be larger than the RT. in apply()