Home
last modified time | relevance | path

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

123

/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
DSkImageFilterTypes.h365 bool intersect(const LayerSpace<SkIRect>& r) { return fData.intersect(r.fData); } in intersect() function
407 bool intersect(const LayerSpace<SkRect>& r) { return fData.intersect(r.fData); } 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/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/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/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/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/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
DSkDQuadLineIntersection.cpp169 int intersect() { in intersect() function in LineQuadraticIntersections
437 int SkIntersections::intersect(const SkDQuad& quad, const SkDLine& line) { in intersect() function in SkIntersections
DSkDConicLineIntersection.cpp97 int intersect() { in intersect() function in LineConicIntersections
361 int SkIntersections::intersect(const SkDConic& conic, const SkDLine& line) { in intersect() function in SkIntersections
DSkDCubicLineIntersection.cpp148 int intersect() { in intersect() function in LineCubicIntersections
432 int SkIntersections::intersect(const SkDCubic& cubic, const SkDLine& line) { in intersect() function in SkIntersections
DSkDLineIntersection.cpp82 int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) { 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/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dlunr.js210 intersect: function (other) { method
231 intersect: function () { method
262 lunr.Set.prototype.intersect = function (other) { method in lunr.Set
1697 lunr.TokenSet.prototype.intersect = function (b) { method in lunr.TokenSet
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DPrefixTree.java202 public PrefixTree intersect(PrefixTree other) { in intersect() method in PrefixTree
DRangeTree.java775 private RangeTree intersect(RangeTree first, RangeTree... rest) { in intersect() method in RangeTree.SetOperations
793 PrefixTree intersect(PrefixTree lhs, PrefixTree rhs) { in intersect() method in RangeTree.SetOperations
1062 public RangeTree intersect(RangeTree tree) { in intersect() method in RangeTree
/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp580 idom_tree::intersect(bblock_t *b1, bblock_t *b2) const in intersect() function in idom_tree
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp65 Status intersect(const Status &S) const { in intersect() function
/third_party/skia/experimental/graphite/src/geom/
DRect.h140 AI Rect& intersect(Rect rect) { return *this = this->makeIntersect(rect); } in intersect() function

123