/aosp_15_r20/external/libchrome/ui/gfx/range/ |
H A D | range_f.cc | 17 RangeF RangeF::Intersect(const RangeF& range) const { in Intersect() function in gfx::RangeF 27 RangeF RangeF::Intersect(const Range& range) const { in Intersect() function in gfx::RangeF
|
H A D | range.cc | 16 Range Range::Intersect(const Range& range) const { in Intersect() function in gfx::Range
|
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | rect.cc | 62 Rectangle_i Intersect(const Rectangle_i& lhs, const Rectangle_i& rhs) { in Intersect() function 74 Rectangle_d Intersect(const Rectangle_d& lhs, const Rectangle_d& rhs) { in Intersect() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplustypes.h | 233 static BOOL Intersect(Rect& c, const Rect& a, const Rect& b) { in Intersect() function 246 BOOL Intersect(const Rect& rect) { in Intersect() function 358 static BOOL Intersect(RectF& c, const RectF& a, const RectF& b) { in Intersect() function 371 BOOL Intersect(const RectF& rect) { in Intersect() function
|
D | gdiplusimpl.h | 1292 __inline__ Status Region::Intersect(const RectF& rect) in Intersect() function 1298 __inline__ Status Region::Intersect(const Rect& rect) in Intersect() function 1304 __inline__ Status Region::Intersect(const Region *region) in Intersect() function 1311 __inline__ Status Region::Intersect(const GraphicsPath *path) in Intersect() function
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_coordinates.cpp | 96 void FX_RECT::Intersect(const FX_RECT& src) { in Intersect() function in FX_RECT 164 void CFX_FloatRect::Intersect(const CFX_FloatRect& other_rect) { in Intersect() function in CFX_FloatRect 355 void CFX_RectF::Intersect(const CFX_RectF& rt) { in Intersect() function in CFX_RectF
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkBezierCurves.cpp | 170 SkBezierCubic::Intersect(double AX, double BX, double CX, double DX, in Intersect() function in SkBezierCubic 207 SkSpan<const float> SkBezierQuad::Intersect( in Intersect() function in SkBezierQuad
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/setsimp.dir/ |
D | a.go | 106 func (s Set[Elem]) Intersect(s2 Set[Elem]) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/mapsimp.dir/ |
D | a.go | 86 func Intersect[K comparable, V any](m1, m2 map[K]V) { func
|
/aosp_15_r20/external/openthread/src/core/mac/ |
H A D | channel_mask.hpp | 187 void Intersect(const ChannelMask &aOtherMask) { mMask &= aOtherMask.mMask; } in Intersect() function in ot::Mac::ChannelMask
|
/aosp_15_r20/external/licenseclassifier/stringclassifier/internal/sets/ |
H A D | intset.go | 64 func (s *IntSet) Intersect(other *IntSet) *IntSet { func
|
/aosp_15_r20/external/licenseclassifier/internal/sets/ |
H A D | stringset.go | 65 func (s *StringSet) Intersect(other *StringSet) *StringSet { func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | sets.go | 113 func (s _Set[Elem]) Intersect(s2 _Set[Elem]) { func
|
/aosp_15_r20/system/linkerconfig/modules/ |
H A D | apex.cc | 72 std::vector<std::string> Intersect(const std::vector<std::string>& as, in Intersect() function
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/ |
H A D | partition_cow_creator.cpp | 43 static std::unique_ptr<Extent> Intersect(Extent* target_extent, Extent* existing_extent) { in Intersect() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_slice.cc | 172 bool TensorSlice::Intersect(const TensorSlice& other, in Intersect() function in tensorflow::TensorSlice
|
/aosp_15_r20/external/golang-protobuf/types/known/fieldmaskpb/ |
H A D | field_mask.pb.go | 314 func Intersect(mx *FieldMask, my *FieldMask, ms ...*FieldMask) *FieldMask { func
|
/aosp_15_r20/system/core/fs_mgr/liblp/ |
H A D | builder.cpp | 673 Interval Interval::Intersect(const Interval& a, const Interval& b) { in Intersect() function in android::fs_mgr::Interval 684 std::vector<Interval> Interval::Intersect(const std::vector<Interval>& a, in Intersect() function in android::fs_mgr::Interval
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | video_frame.cc | 38 void VideoFrame::UpdateRect::Intersect(const UpdateRect& other) { in Intersect() function in webrtc::VideoFrame::UpdateRect
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/ |
D | geom.go | 154 func (r Rectangle) Intersect(s Rectangle) Rectangle { func
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | rect_f.cc | 98 void RectF::Intersect(const RectF& rect) { in Intersect() function in gfx::RectF
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A D | geom.h | 156 inline BoundingBox Intersect(const BoundingBox& that) const { in Intersect() function
|
/aosp_15_r20/art/libartbase/base/ |
H A D | bit_vector.cc | 117 void BitVector::Intersect(const BitVector* src) { in Intersect() function in art::BitVector
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | sample_distorted_bounding_box_op.cc | 55 Rectangle Intersect(const Rectangle& r) const { in Intersect() function in tensorflow::__anon2b7672ba0111::Rectangle
|
/aosp_15_r20/external/perfetto/src/trace_processor/containers/ |
H A D | row_map.cc | 276 void RowMap::Intersect(const RowMap& second) { in Intersect() function in perfetto::trace_processor::RowMap
|