Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DClipStack.h115 const Element& asElement() const { return *this; } in asElement() function
326 const Element& operator*() const { return (*fItem).asElement(); }
DClipStack.cpp1426 std::tie(fullyApplied, clipFP) = analytic_clip_fp(e.asElement(), in apply()
1432 scissorBounds, e.asElement(), in apply()
1441 elementsForMask.push_back(&e.asElement()); in apply()