Home
last modified time | relevance | path

Searched defs:intersect (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/flutter/skia/src/core/
DSkRect.cpp96 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in intersect() function in SkRect
102 bool SkRect::intersect(const SkRect& r) { in intersect() function in SkRect
106 bool SkRect::intersect(const SkRect& a, const SkRect& b) { in intersect() function in SkRect
/third_party/skia/src/core/
DSkRect.cpp23 bool SkIRect::intersect(const SkIRect& a, const SkIRect& b) { in intersect() function in SkIRect
121 bool SkRect::intersect(const SkRect& r) { in intersect() function in SkRect
127 bool SkRect::intersect(const SkRect& a, const SkRect& b) { in intersect() function in SkRect
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsRootSymbols.ts12 const intersect = { definition: "(property) x: {} & string", ranges: [r3] }; constant
/third_party/flutter/skia/src/gpu/
DGrScissorState.h19 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& rect) { in intersect() function
DGrFixedClip.h32 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& irect) { in intersect() function
/third_party/skia/src/gpu/
DGrScissorState.h34 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& rect) { in intersect() function
DGrFixedClip.h36 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& irect) { in intersect() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_blit.c432 struct u_rect intersect = {0, width, 0, height}; in zink_blit_region_fills() local
467 struct u_rect intersect; in zink_blit_region_covers() local
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/
Drange-public.h138 wuffs_base__range_ii_u32::intersect(wuffs_base__range_ii_u32 s) const { in intersect() function
255 wuffs_base__range_ie_u32::intersect(wuffs_base__range_ie_u32 s) const { in intersect() function
371 wuffs_base__range_ii_u64::intersect(wuffs_base__range_ii_u64 s) const { in intersect() function
488 wuffs_base__range_ie_u64::intersect(wuffs_base__range_ie_u64 s) const { in intersect() function
627 wuffs_base__rect_ii_u32::intersect(wuffs_base__rect_ii_u32 s) const { in intersect() function
774 wuffs_base__rect_ie_u32::intersect(wuffs_base__rect_ie_u32 s) const { in intersect() function
/third_party/mesa3d/src/freedreno/ir3/
Dir3_dominance.c36 intersect(struct ir3_block *b1, struct ir3_block *b2) in intersect() function
/third_party/cups-filters/filter/pdftopdf/
Dintervalset.cc85 bool IntervalSet::intersect(const value_t &a,const value_t &b) const // {{{ in intersect() function in IntervalSet
/third_party/skia/third_party/externals/icu/source/i18n/
Dscriptset.cpp107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet
114 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
/third_party/icu/icu4c/source/i18n/
Dscriptset.cpp107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet
114 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
/third_party/node/deps/icu-small/source/i18n/
Dscriptset.cpp107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet
114 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dscriptset.cpp113 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet
120 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263ppay.c196 GstCaps *intersect = gst_caps_intersect (peercaps, tcaps); in gst_rtp_h263p_pay_setcaps() local
249 GstCaps *intersect = NULL; in gst_rtp_h263p_pay_sink_getcaps() local
Dgstrtpg726pay.c188 GstCaps *filter, *intersect; in gst_rtp_g726_pay_setcaps() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DDisjointRangeMap.java167 DisjointRangeMap<T> intersect(RangeTree bounds) { in intersect() method in DisjointRangeMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp287 RegisterAggr &RegisterAggr::intersect(RegisterRef RR) { in intersect() function in RegisterAggr
291 RegisterAggr &RegisterAggr::intersect(const RegisterAggr &RG) { in intersect() function in RegisterAggr
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c169 GstCaps *intersect; in gst_comb_detect_transform_caps() local
/third_party/mesa3d/src/compiler/nir/
Dnir_dominance.c55 intersect(nir_block *b1, nir_block *b2) in intersect() function
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp2084 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) { in intersect() function in SkIntersections
2093 int SkIntersections::intersect(const SkDConic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2102 int SkIntersections::intersect(const SkDConic& c1, const SkDConic& c2) { in intersect() function in SkIntersections
2111 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2120 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) { in intersect() function in SkIntersections
2130 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { in intersect() function in SkIntersections
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.cpp2085 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) { in intersect() function in SkIntersections
2094 int SkIntersections::intersect(const SkDConic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2103 int SkIntersections::intersect(const SkDConic& c1, const SkDConic& c2) { in intersect() function in SkIntersections
2112 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2121 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) { in intersect() function in SkIntersections
2131 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { in intersect() function in SkIntersections
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dinterval.rs102 pub fn intersect(&mut self, other: &IntervalSet<I>) { in intersect() method
377 fn intersect(&self, other: &Self) -> Option<Self> { in intersect() method
/third_party/flutter/skia/include/core/
DSkRect.h529 bool intersect(const SkIRect& r) { in intersect() function
566 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& a, const SkIRect& b) { in intersect() function
587 bool intersect(int32_t left, int32_t top, int32_t right, int32_t bottom) { in intersect() function

1234