Searched defs:Intersect (Results 1 – 8 of 8) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/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
|
/third_party/gn/src/gn/ |
D | analyzer.cc | 57 std::set<const Target*> Intersect(const std::set<const Target*>& l, in Intersect() function
|
/third_party/protobuf/src/google/protobuf/util/ |
D | field_mask_util.cc | 641 void FieldMaskUtil::Intersect(const FieldMask& mask1, const FieldMask& mask2, in Intersect() function in google::protobuf::util::FieldMaskUtil
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 395 Intersect: {}, property 439 Intersect: {}, property
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 470 def Intersect(self, mask1, mask2): member in FieldMask
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 832 Intersect: {}, property 914 Intersect: {}, property
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 3883 Intersect: ClipOp; property 4006 Intersect: PathOp; property
|