Home
last modified time | relevance | path

Searched defs:Subtract (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/src/core/
DSkRectPriv.h79 static SkRect Subtract(const SkRect& a, const SkRect& b) { in Subtract() function
84 static SkIRect Subtract(const SkIRect& a, const SkIRect& b) { in Subtract() function
DSkRect.cpp249 bool SkRectPriv::Subtract(const SkRect& a, const SkRect& b, SkRect* out) { in Subtract() function in SkRectPriv
253 bool SkRectPriv::Subtract(const SkIRect& a, const SkIRect& b, SkIRect* out) { in Subtract() function in SkRectPriv
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-diy-fp.cc38 TEST(Subtract) { in TEST() argument
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp47 TEST_F(ConstantFoldingOverflowExpressionTest, Subtract) in TEST_F() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp47 TEST_F(ConstantFoldingOverflowExpressionTest, Subtract) in TEST_F() argument
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-diy-fp.h65 void Subtract(const DiyFp& other) { in Subtract() function
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.h147 static void Subtract(const FieldMask& mask1, const FieldMask& mask2, in Subtract() function
Dfield_mask_util.cc652 void FieldMaskUtil::Subtract(const Descriptor* descriptor, in Subtract() function in google::protobuf::util::FieldMaskUtil
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-diy-fp.h66 void Subtract(const DiyFp& other) { in Subtract() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-diy-fp.h66 void Subtract(const DiyFp& other) { in Subtract() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-diy-fp.h66 void Subtract(const DiyFp& other) { in Subtract() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddiy-fp.h52 void Subtract(const DiyFp& other) { in Subtract() function
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dplatform_view.cc30 inline fuchsia::ui::gfx::vec3 Subtract(const fuchsia::ui::gfx::vec3& a, in Subtract() function
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.h342 Subtract = 4, // GLenum == 0x800A enumerator
Dpacked_gl_enums.json133 "Subtract": "GL_SUBTRACT" string
DPackedGLEnums_autogen.h399 Subtract = 7, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json129 "Subtract": "GL_SUBTRACT" string
DPackedGLEnums_autogen.h395 Subtract = 7, enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dlite_mat.cc437 bool Subtract(const LiteMat &src_a, const LiteMat &src_b, LiteMat *dst) { in Subtract() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3047 SDValue Subtract = in get32BitZExtCompare() local
3067 SDValue Subtract = in get32BitZExtCompare() local
3220 SDValue Subtract = in get32BitSExtCompare() local
3240 SDValue Subtract = in get32BitSExtCompare() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h146 enum ExprKind { Subtract, Add }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h337 bool Subtract = false; variable