Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DClipStackTest.cpp343 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
356 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
375 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
385 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
398 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID == stack.getTopmostGenID()); in test_isWideOpen()
410 REPORTER_ASSERT(reporter, SkClipStack::kWideOpenGenID != stack.getTopmostGenID()); in test_isWideOpen()
864 REPORTER_ASSERT(reporter, SkClipStack::kEmptyGenID == stack.getTopmostGenID()); in test_invfill_diff_bug()
1164 uint32_t genIDA = stack.getTopmostGenID(); in test_reduced_clip_stack_genid()
1167 uint32_t genIDB = stack.getTopmostGenID(); in test_reduced_clip_stack_genid()
1170 uint32_t genIDC = stack.getTopmostGenID(); in test_reduced_clip_stack_genid()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkClipStack.h364 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
391 uint32_t getTopmostGenID() const;
H A DSkClipStack.cpp609 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
1029 uint32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkClipStack.h364 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
391 uint32_t getTopmostGenID() const;
H A DSkClipStack.cpp609 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
1029 uint32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkClipStack.h358 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
385 uint32_t getTopmostGenID() const;
H A DSkClipStack.cpp608 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
999 uint32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkClipStack.h364 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
391 uint32_t getTopmostGenID() const;
H A DSkClipStack.cpp609 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
1029 uint32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkClipStack.h364 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
391 uint32_t getTopmostGenID() const;
H A DSkClipStack.cpp609 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
1029 uint32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkClipStack.h360 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
387 uint32_t getTopmostGenID() const;
H A DSkClipStack.cpp612 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
1017 uint32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkClipStack.h364 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
391 int32_t getTopmostGenID() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkClipStack.h380 bool isWideOpen() const { return this->getTopmostGenID() == kWideOpenGenID; } in isWideOpen()
407 uint32_t getTopmostGenID() const;
H A DSkClipStack.cpp652 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
1060 uint32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkClipStack.cpp528 if (this->getTopmostGenID() == b.getTopmostGenID()) { in operator ==()
919 int32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp150 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp151 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp150 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp150 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp145 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp150 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp78 fElementsGenID = stack.getTopmostGenID(); in GrReducedClip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrReducedClip.cpp96 fAAClipRectGenID = stack.getTopmostGenID(); in GrReducedClip()

12