Searched refs:SaveRecord (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.h | 89 class SaveRecord; 95 // Element and SaveRecord store this information directly, but a draw fits the same definition 97 // the same interface as Element and SaveRecord for internal clip reasoning templates. 110 bool contains(const SaveRecord& s) const; 128 void markInvalid(const SaveRecord& current); 129 void restoreValid(const SaveRecord& current); 143 void updateForElement(RawElement* added, const SaveRecord& current); 148 bool combine(const RawElement& other, const SaveRecord& current); 172 Mask(const SaveRecord& current, const SkIRect& bounds); 183 bool appliesToDraw(const SaveRecord 202 class SaveRecord { global() class in skgpu::v1::final [all...] |
H A D | ClipStack.cpp | 44 // A and B can be Element, SaveRecord, or Draw. Supported combinations are, order not mattering, 45 // (Element, Element), (Element, SaveRecord), (Element, Draw), and (SaveRecord, Draw). 420 bool contains(const SaveRecord& s) const { return false; } in contains() 451 void ClipStack::RawElement::markInvalid(const SaveRecord& current) { in markInvalid() 456 void ClipStack::RawElement::restoreValid(const SaveRecord& current) { in restoreValid() 474 bool ClipStack::RawElement::contains(const SaveRecord& s) const { in contains() 598 bool ClipStack::RawElement::combine(const RawElement& other, const SaveRecord& current) { in combine() 677 void ClipStack::RawElement::updateForElement(RawElement* added, const SaveRecord& current) { in updateForElement() 742 ClipStack::Mask::Mask(const SaveRecord 779 ClipStack::SaveRecord::SaveRecord(const SkIRect& deviceBounds) SaveRecord() function in skgpu::v1::ClipStack::SaveRecord 791 ClipStack::SaveRecord::SaveRecord(const SaveRecord& prior, SaveRecord() function in skgpu::v1::ClipStack::SaveRecord [all...] |
Completed in 3 milliseconds