| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Rect.h | 140 AI Rect& intersect(Rect rect) { return *this = this->makeIntersect(rect); } in intersect() function in skgpu::Rect
|
| /third_party/rust/crates/regex/regex-syntax/src/hir/ |
| H A D | interval.rs | 102 pub fn intersect(&mut self, other: &IntervalSet<I>) { in intersect() functions 377 fn intersect(&self, other: &Self) -> Option<Self> { in next() functions
|
| H A D | mod.rs | 925 pub fn intersect(&mut self, other: &ClassUnicode) { in intersect() functions 1143 pub fn intersect(&mut self, other: &ClassBytes) { in intersect() functions
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkArithmeticImageFilter.cpp | 172 static bool intersect(SkPixmap* dst, SkPixmap* src, int srcDx, int srcDy) { in intersect() function
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrAAConvexTessellator.cpp | 37 static bool intersect(const SkPoint& p0, const SkPoint& n0, in intersect() function
|
| H A D | GrTriangulator.cpp | 140 bool GrTriangulator::Line::intersect(const Line& other, SkPoint* point) const { in intersect() function in GrTriangulator::Line 250 bool GrTriangulator::Edge::intersect(const Edge& other, SkPoint* p, uint8_t* alpha) const { in intersect() function in GrTriangulator::Edge
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeTree.java | 775 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/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-bit-set.hh | 581 void intersect (const hb_bit_set_t &other) { process (hb_bitwise_and, other); } in intersect() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | PassManager.h | 226 void intersect(const PreservedAnalyses &Arg) { in intersect() function in llvm::PreservedAnalyses 248 void intersect(PreservedAnalyses &&Arg) { in intersect() function in llvm::PreservedAnalyses
|
| H A D | Metadata.h | 677 AAMDNodes intersect(const AAMDNodes &Other) { in intersect() function
|
| /third_party/skia/experimental/sktext/include/ |
| H A D | Types.h | 112 void intersect(Range other) { in intersect() function in skia::text::Range
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
| H A D | p2p_pd.c | 789 struct p2p_channels intersect; in p2p_process_prov_disc_req() local
|
| H A D | p2p_group.c | 1098 struct p2p_channels intersect, res; in p2p_group_get_common_freqs() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
| H A D | p2p_pd.c | 789 struct p2p_channels intersect; in p2p_process_prov_disc_req() local
|
| H A D | p2p_group.c | 1142 struct p2p_channels intersect, res; in p2p_group_get_common_freqs() local [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
| H A D | lunr.js | [all...] |
| /third_party/skia/src/core/ |
| H A D | SkImageFilterTypes.h | 365 bool intersect(const LayerSpace<SkIRect>& r) { return fData.intersect(r.fData); } in intersect() function in skif::LayerSpace 407 bool intersect(const LayerSpace<SkRect>& r) { return fData.intersect(r.fData); } in intersect() function in skif::LayerSpace
|
| /third_party/skia/tests/ |
| H A D | GrClipStackTest.cpp | 108 ElementsBuilder& intersect() { fOp = SkClipOp::kIntersect; return *this; } in intersect() function in __anon19011::ElementsBuilder 249 bool intersect = (e.fOp == SkClipOp::kIntersect && !e.fShape.inverted()) || in getOptimalBounds() local 639 SkRRect intersect = SkRRectPriv::ConservativeIntersect(r1, r2); DEF_TEST() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 95 static ValueLatticeElement intersect(const ValueLatticeElement &A, in intersect() function [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrReferenceContext.cpp | 224 static inline tcu::IVec4 intersect (const tcu::IVec4& a, const tcu::IVec4& b) in intersect() function [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uifirst_manager.cpp | 1358 bool intersect = false; in UpdateUIFirstNodeUseDma() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 137 RegisterSet::intersect(DataFile f, const RegisterSet *set) in intersect() function in nv50_ir::RegisterSet
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsTSect.cpp | 2084 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(cons function in SkIntersections 2111 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) { intersect() function in SkIntersections 2120 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) { intersect() function in SkIntersections 2130 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { intersect() function in SkIntersections [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkPolyUtils.cpp | 616 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect() function 655 bool intersect(const ActiveEdge* edge) { in intersect() function [all...] |
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftstroke.c | 980 FT_Bool intersect; /* use intersection of lines? */ in ft_stroker_inside() local
|