Searched refs:getTopmostGenID (Results 1 – 4 of 4) sorted by relevance
106 REPORTER_ASSERT(reporter, clip.getTopmostGenID() == cache.getLastClipGenID()); in check_state()148 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1); in test_cache()173 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2); in test_cache()187 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2)); in test_cache()188 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1)); in test_cache()
341 int32_t getTopmostGenID() const;
762 int32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
154 int32_t genID = clipDataIn->fClipStack->getTopmostGenID(); in setupClipping()