Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrReducedClip.cpp348 SkClipStack::BoundsType stackBoundsType; in ReduceClipStack() local
351 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in ReduceClipStack()
358 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in ReduceClipStack()
399 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in ReduceClipStack()