Searched refs:RawElement (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrClipStack.h | 99 class RawElement : private Element { 101 using Stack = GrTBlockList<RawElement, 1>; 103 RawElement(const SkMatrix& localToDevice, const GrShape& shape, GrAA aa, SkClipOp op); 110 bool contains(const RawElement& e) const; 143 void updateForElement(RawElement* added, const SaveRecord& current); 148 bool combine(const RawElement& other, const SaveRecord& current); 217 bool contains(const RawElement& e) const; 243 bool addElement(RawElement&& toAdd, RawElement::Stack* elements); 250 void removeElements(RawElement::Stack* elements); 253 void restoreElements(RawElement::Stack* elements); [all …]
|
D | GrClipStack.cpp | 427 bool contains(const RawElement& e) const { return false; } in contains() 446 GrClipStack::RawElement::RawElement(const SkMatrix& localToDevice, const GrShape& shape, in RawElement() function in GrClipStack::RawElement 459 void GrClipStack::RawElement::markInvalid(const SaveRecord& current) { in markInvalid() 464 void GrClipStack::RawElement::restoreValid(const SaveRecord& current) { in restoreValid() 470 bool GrClipStack::RawElement::contains(const Draw& d) const { in contains() 482 bool GrClipStack::RawElement::contains(const SaveRecord& s) const { in contains() 493 bool GrClipStack::RawElement::contains(const RawElement& e) const { in contains() 521 void GrClipStack::RawElement::simplify(const SkIRect& deviceBounds, bool forceAA) { in simplify() 606 bool GrClipStack::RawElement::combine(const RawElement& other, const SaveRecord& current) { in combine() 685 void GrClipStack::RawElement::updateForElement(RawElement* added, const SaveRecord& current) { in updateForElement() [all …]
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 426 typedef GTEST_REMOVE_CONST_(Element) RawElement; 427 typedef internal::NativeArray<RawElement> type; 437 testing::StaticAssertTypeEq<Element, RawElement>(); 473 typename internal::PointeeOf<ElementPointer>::type) RawElement; 474 typedef internal::NativeArray<RawElement> type;
|
/external/googletest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 342 typedef typename std::remove_const<Element>::type RawElement; typedef 343 typedef internal::NativeArray<RawElement> type; 352 static_assert(std::is_same<Element, RawElement>::value, in ConstReference() 368 RawElement; typedef 369 typedef internal::NativeArray<RawElement> type;
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 870 typedef GTEST_REMOVE_CONST_(Element) RawElement; 871 typedef internal::NativeArray<RawElement> type; 881 testing::StaticAssertTypeEq<Element, RawElement>(); 916 typename internal::PointeeOf<ElementPointer>::type) RawElement; 917 typedef internal::NativeArray<RawElement> type;
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 936 typedef GTEST_REMOVE_CONST_(Element) RawElement; 937 typedef internal::NativeArray<RawElement> type; 947 testing::StaticAssertTypeEq<Element, RawElement>(); 983 typename internal::PointeeOf<ElementPointer>::type) RawElement; 984 typedef internal::NativeArray<RawElement> type;
|