Searched defs:Intersect (Results 1 - 25 of 29) sorted by relevance

12

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp21 void FX_RECT::Intersect(const FX_RECT& src) function in class:FX_RECT
87 void CFX_FloatRect::Intersect(const CFX_FloatRect& other_rect)
153 pRects[i].Intersect(*this);
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_action_filter.cc153 allowed_touch_action_ = Intersect(allowed_touch_action_, touch_action);
183 TouchAction TouchActionFilter::Intersect(TouchAction ta1, TouchAction ta2) { function in class:content::TouchActionFilter
/external/chromium_org/cc/base/
H A Dregion.cc90 void Region::Intersect(const gfx::Rect& rect) { function in class:cc::Region
94 void Region::Intersect(const Region& region) { function in class:cc::Region
/external/chromium_org/extensions/common/permissions/
H A Dsettings_override_permission.cc94 APIPermission* SettingsOverrideAPIPermission::Intersect( function in class:extensions::SettingsOverrideAPIPermission
/external/chromium_org/ui/gfx/range/
H A Drange.cc70 Range Range::Intersect(const Range& range) const { function in class:gfx::Range
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dintersect.h118 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, function in namespace:fst
/external/chromium_org/chrome/common/extensions/api/bluetooth/
H A Dbluetooth_manifest_permission.cc193 ManifestPermission* BluetoothManifestPermission::Intersect( function in class:extensions::BluetoothManifestPermission
/external/chromium_org/ppapi/cpp/
H A Drect.cc53 Rect Rect::Intersect(const Rect& rect) const { function in class:pp::Rect
157 FloatRect FloatRect::Intersect(const FloatRect& rect) const { function in class:pp::FloatRect
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec.cc67 void FeedbackParams::Intersect(const FeedbackParams& from) { function in class:cricket::FeedbackParams
130 feedback_params.Intersect(other.feedback_params);
/external/chromium_org/cc/resources/
H A Dlayer_quad.h60 gfx::PointF Intersect(const Edge& e) const { function in class:cc::LayerQuad::Edge
/external/chromium_org/extensions/common/api/sockets/
H A Dsockets_manifest_permission.cc254 ManifestPermission* SocketsManifestPermission::Intersect( function in class:extensions::SocketsManifestPermission
/external/chromium_org/ui/gfx/geometry/
H A Drect_base_impl.h165 Intersect(const Class& rect) { function in class:gfx::RectBase
/external/chromium_org/v8/src/
H A Ddata-flow.h133 void Intersect(const BitVector& other) { function in class:v8::internal::BitVector
H A Dunique.h220 UniqueSet<T>* Intersect(const UniqueSet<T>* that, Zone* zone) const { function in class:v8::internal::V8_FINAL
H A Dtypes.cc290 // Union and Intersect operations simple.
638 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Intersect( function in class:v8::internal::TypeImpl
H A Dlithium-allocator.h197 LifetimePosition Intersect(const UseInterval* other) const { function in class:v8::internal::UseInterval
198 if (other->start().Value() < start_.Value()) return other->Intersect(this);
H A Dhydrogen-instructions.cc204 void Range::Intersect(Range* other) { function in class:v8::internal::Range
1074 result->Intersect(index()->range());
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusRegion.h137 Region::Intersect(IN const RectF& rect) function in class:Region
143 Region::Intersect(IN const Rect& rect) function in class:Region
149 Region::Intersect(IN const GraphicsPath* path) function in class:Region
155 Region::Intersect(IN const Region* region) function in class:Region
H A DGdiPlusTypes.h481 // Intersect the current rect with the specified object
483 BOOL Intersect(IN const RectF& rect) function in class:RectF
485 return Intersect(*this, *this, rect);
488 // Intersect rect a and b and save the result into c
491 static BOOL Intersect(OUT RectF& c, function in class:RectF
684 // Intersect the current rect with the specified object
686 BOOL Intersect(IN const Rect& rect) function in class:Rect
688 return Intersect(*this, *this, rect);
691 // Intersect rect a and b and save the result into c
694 static BOOL Intersect(OU function in class:Rect
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc170 // over rows of the two regions similar to how it works in Intersect().
176 void DesktopRegion::Intersect(const DesktopRegion& region1, function in class:webrtc::DesktopRegion
266 Intersect(old_region, region);
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp238 RangeSet Intersect(BasicValueFactory &BV, Factory &F, function in class:__anon17474::RangeSet
359 if (Ranges->Intersect(BV, F, Zero, Zero).isEmpty())
399 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(),
413 // do not have to worry about overflow; RangeSet::Intersect can handle such a
434 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower);
449 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt);
478 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
507 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
536 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
565 RangeSet New = GetRange(St, Sym).Intersect(getBasicVal
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h480 void Intersect(const FXT_RECT &rt) function in class:CFX_RTemplate
501 rect.Intersect(*this);
507 rect.Intersect(*this);
565 void Intersect(const FX_RECT& src);
567 void Intersect(int left1, int top1, int right1, int bottom1) function in struct:FX_RECT
569 Intersect(FX_RECT(left1, top1, right1, bottom1));
652 void Intersect(const CFX_FloatRect& other_rect);
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py93 def Intersect(l1, l2): function
1728 oldfiles = Intersect(files, cl.files)
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc267 TypeHandle Intersect(TypeHandle t1, TypeHandle t2) { function in class:Types
268 return Type::Intersect(t1, t2, region_);
447 // Intersect(T1, T2) is bitset for bitsets T1,T2
452 TypeHandle intersect12 = T.Intersect(type1, type2);
483 // Intersect(T1, T2) is bitwise conjunction for bitsets T1,T2
488 TypeHandle intersect12 = T.Intersect(type1, type2);
1163 // T1->Maybe(T2) implies Intersect(T1, T2) inhabited
1168 TypeHandle intersect12 = T.Intersect(type1, type2);
1518 // Identity: Intersect(T, Any) = T
1521 TypeHandle intersect_type = T.Intersect(typ
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py93 def Intersect(l1, l2): function
1728 oldfiles = Intersect(files, cl.files)

Completed in 990 milliseconds

12