Home
last modified time | relevance | path

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

/external/skia/tests/
DClipStackTest.cpp279 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID != stack.getTopmostGenID()); in test_bounds()
306 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
319 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
338 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
348 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
361 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
373 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID != stack.getTopmostGenID()); in test_isWideOpen()
378 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
1051 int32_t genIDA = stack.getTopmostGenID(); in test_reduced_clip_stack_genid()
1053 int32_t genIDB = stack.getTopmostGenID(); in test_reduced_clip_stack_genid()
[all …]
/external/skia/src/core/
DSkClipStack.cpp544 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
748 return this->getTopmostGenID() == kWideOpenGenID; in isWideOpen()
847 int32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/external/skia/src/gpu/
DGrReducedClip.cpp337 *resultGenID = stack.getTopmostGenID(); in ReduceClipStack()
/external/skia/include/core/
DSkClipStack.h351 int32_t getTopmostGenID() const;