HomeSort by relevance Sort by last modified time
    Searched defs:Intersect (Results 1 - 25 of 45) sorted by null

1 2

  /external/openfst/src/script/
intersect.cc 19 #include <fst/script/intersect.h>
24 void Intersect(const FstClass &ifst1, const FstClass &ifst2,
26 if (!ArcTypesMatch(ifst1, ifst2, "Intersect") ||
27 !ArcTypesMatch(*ofst, ifst1, "Intersect")) return;
30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args);
33 void Intersect(const FstClass &ifst1, const FstClass &ifst2,
35 if (!ArcTypesMatch(ifst1, ifst2, "Intersect") ||
36 !ArcTypesMatch(*ofst, ifst1, "Intersect")) return;
39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args);
42 REGISTER_FST_OPERATION(Intersect, StdArc, IntersectArgs1)
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 21 void FX_RECT::Intersect(const FX_RECT& src)
87 void CFX_FloatRect::Intersect(const CFX_FloatRect& other_rect)
153 pRects[i].Intersect(*this);
  /external/chromium_org/content/browser/renderer_host/input/
touch_action_filter.cc 153 allowed_touch_action_ = Intersect(allowed_touch_action_, touch_action);
183 TouchAction TouchActionFilter::Intersect(TouchAction ta1, TouchAction ta2) {
  /external/openfst/src/include/fst/script/
intersect.h 22 #include <fst/intersect.h>
32 void Intersect(IntersectArgs1 *args) {
37 Intersect(ifst1, ifst2, ofst, args->arg4);
44 void Intersect(IntersectArgs2 *args) {
49 Intersect(ifst1, ifst2, ofst, args->arg4);
52 void Intersect(const FstClass &ifst1, const FstClass &ifst2,
56 void Intersect(const FstClass &ifst, const FstClass &ifst2,
  /external/chromium_org/ui/gfx/range/
range.cc 70 Range Range::Intersect(const Range& range) const {
  /external/chromium_org/extensions/common/permissions/
settings_override_permission.cc 94 APIPermission* SettingsOverrideAPIPermission::Intersect(
  /external/chromium_org/ppapi/cpp/
rect.cc 53 Rect Rect::Intersect(const Rect& rect) const {
157 FloatRect FloatRect::Intersect(const FloatRect& rect) const {
  /external/openfst/src/include/fst/
intersect.h 0 // intersect.h
143 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
interval-set.h 135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
200 void IntervalSet<T>::Intersect(const IntervalSet<T> &iset,
267 Intersect(cset, oset);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
intersect.h 0 // intersect.h
118 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
  /external/chromium_org/cc/base/
region.cc 100 void Region::Intersect(const gfx::Rect& rect) {
104 void Region::Intersect(const Region& region) {
simple_enclosed_region.h 65 void Intersect(const gfx::Rect& in_rect) { return rect_.Intersect(in_rect); }
66 void Intersect(const SimpleEnclosedRegion& in_region) {
67 Intersect(in_region.rect_);
108 result.Intersect(b);
  /external/chromium_org/extensions/common/api/bluetooth/
bluetooth_manifest_permission.cc 185 ManifestPermission* BluetoothManifestPermission::Intersect(
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 68 void FeedbackParams::Intersect(const FeedbackParams& from) {
135 feedback_params.Intersect(other.feedback_params);
  /external/chromium_org/cc/resources/
layer_quad.h 60 gfx::PointF Intersect(const Edge& e) const {
  /external/chromium_org/extensions/common/api/sockets/
sockets_manifest_permission.cc 247 ManifestPermission* SocketsManifestPermission::Intersect(
  /external/chromium_org/ui/gfx/geometry/
rect_base_impl.h 165 Intersect(const Class& rect) {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 137 Region::Intersect(IN const RectF& rect)
143 Region::Intersect(IN const Rect& rect)
149 Region::Intersect(IN const GraphicsPath* path)
155 Region::Intersect(IN const Region* region)
  /art/runtime/base/
bit_vector.cc 137 // Intersect with another bit vector.
138 void BitVector::Intersect(const BitVector* src) {
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
automation.cc 65 virtual ManifestPermission* Intersect(
152 ManifestPermission* AutomationManifestPermission::Intersect(
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.cc 96 // Iterate over all rows that may intersect with |rect| and add new rows when
170 // over rows of the two regions similar to how it works in Intersect().
176 void DesktopRegion::Intersect(const DesktopRegion& region1,
194 // Skip |it1| if it doesn't intersect |it2| at all.
242 // Skip |it1| if it doesn't intersect |it2| at all.
266 Intersect(old_region, region);
292 // Skip |row_a| if it doesn't intersect with the |row_b|.
439 // At this point [start, end] is the range of spans that intersect with the
476 // Iterate over all spans in |set_a| adding parts of it that do not intersect
486 // Iterate over |set_b| spans that may intersect with |it_a|
    [all...]
  /external/chromium_org/v8/src/
data-flow.h 133 void Intersect(const BitVector& other) {
unique.h 221 UniqueSet<T>* Intersect(const UniqueSet<T>* that, Zone* zone) const {
types.cc 23 typename TypeImpl<Config>::Limits TypeImpl<Config>::Intersect(
49 typename TypeImpl<Config>::Limits lim = Intersect(Limits(lhs), Limits(rhs));
609 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Intersect(
645 Limits lim = Intersect(Limits(range1), Limits(range2));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 238 RangeSet Intersect(BasicValueFactory &BV, Factory &F,
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(getBasicVals(), F, Lower, Upper)
    [all...]

Completed in 1713 milliseconds

1 2