Home
last modified time | relevance | path

Searched defs:Complement (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp87 changeset_ty Complement; in Search() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_unary_op_test.cc37 TEST_F(GlslUnaryOpTest, Complement) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_unary_op_test.cc37 TEST_F(WgslUnaryOpTest, Complement) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_unary_op_test.cc37 TEST_F(HlslUnaryOpTest, Complement) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_unary_op_test.cc37 TEST_F(MslUnaryOpTest, Complement) { in TEST_F() argument
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplusimpl.h1171 __inline__ Status Region::Complement(const RectF& rect) in Complement() function
1177 __inline__ Status Region::Complement(const Rect& rect) in Complement() function
1183 __inline__ Status Region::Complement(const Region *region) in Complement() function
1190 __inline__ Status Region::Complement(const GraphicsPath *path) in Complement() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12257 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub()