Searched refs:iset (Results 1 - 20 of 20) sorted by relevance

/external/openfst/src/include/fst/
H A Dinterval-set.h97 void Union(const IntervalSet<T> &iset) { argument
98 const vector<Interval> *intervals = iset.Intervals();
115 bool operator==(const IntervalSet<T>& iset) const {
116 return *(iset.Intervals()) == intervals_;
120 bool operator!=(const IntervalSet<T>& iset) const {
121 return *(iset.Intervals()) != intervals_;
135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
143 void Difference(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
147 bool Overlaps(const IntervalSet<T> &iset) const;
151 bool StrictlyOverlaps(const IntervalSet<T> &iset) cons
200 Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const argument
259 Difference(const IntervalSet<T> &iset, IntervalSet<T> *oset) const argument
[all...]
/external/skia/src/animator/
H A DSkOperandIterpolator.cpp99 static SkOperand* iset(SkOperand array[3], int a, int b, int c) function
115 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
116 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
140 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
/external/skia/tests/
H A DShaderOpacityTest.cpp55 pts[0].iset(0, 0);
56 pts[1].iset(1, 0);
H A DClipStackTest.cpp119 answer.iset(25, 25, 75, 75);
/external/skia/src/utils/
H A DSkInterpolator.cpp283 static SkScalar* iset(SkScalar array[3], int a, int b, int c) { function
297 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
298 inter.setKeyFrame(1, 200, iset(v2, 110, 220, 330));
322 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
/external/skia/gm/
H A Dgradients.cpp161 c0.iset(-80, 25);
164 c1.iset(0, 25);
201 center.iset(0, 300);
/external/chromium/chrome/browser/chromeos/login/
H A Drounded_view.h91 view_rect.iset(this->x(),
H A Drounded_rect_painter.cc200 rect.iset(0, 0, view->width(), view->height());
H A Dusername_view.cc67 view_rect.iset(this->x(),
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc216 scalar_dest_rect.iset(dest_rect.x(), dest_rect.y(),
310 skia_dest_rect.iset(src_rect.x(), src_rect.y(),
/external/skia/src/views/
H A DSkView.cpp408 click->fOrig.iset(x, y);
428 click->fCurr.iset(x, y);
447 click->fCurr.iset(x, y);
/external/skia/include/core/
H A DSkPoint.h154 void iset(int32_t x, int32_t y) { function in struct:SkPoint
162 void iset(const SkIPoint& p) { function in struct:SkPoint
H A DSkRect.h412 void iset(int left, int top, int right, int bottom) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java762 IntervalSet iset = (IntervalSet)set;
763 if ( iset.getIntervals()==null || iset.getIntervals().size()==0 ) {
775 Iterator iter = iset.getIntervals().iterator();
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc208 color_rect.iset(0, 0, width() - 1, height() - 1);
/external/skia/src/gpu/
H A DGrContext.cpp1333 rect.iset(clipBounds.fLeft, clipBounds.fTop,
1338 rect.iset(clipBounds.fLeft, pathBounds.fTop,
1343 rect.iset(pathBounds.fRight, pathBounds.fTop,
1348 rect.iset(clipBounds.fLeft, pathBounds.fBottom,
/external/icu4c/test/intltest/
H A Dusettest.cpp643 UnicodeSetIterator iset(set);
644 if (!iset.next() || !iset.isString()) {
646 } else if (iset.getString() != "ab") {
/external/skia/src/core/
H A DSkCanvas.cpp1244 // SkRect::iset() will correctly assert if we pass a value out of range
1249 r.iset(pinIntForScalar(ibounds.fLeft - inset),
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1099 translation.iset(this->getOrigin());
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 464 milliseconds