HomeSort by relevance Sort by last modified time
    Searched refs:skipToTopmost (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkClipStack.h 369 const Element* skipToTopmost(SkRegion::Op op);
  /external/skia/src/core/
SkClipStack.cpp 656 const SkClipStack::Element* SkClipStack::Iter::skipToTopmost(SkRegion::Op op) {
  /external/skia/tests/
ClipStackTest.cpp 135 // (including the skipToTopmost functionality)
183 // skipToTopmost
189 element = iter.skipToTopmost(SkRegion::kUnion_Op);

Completed in 291 milliseconds