Searched defs:iset (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/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/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/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/chromium_org/third_party/skia/include/core/
H A DSkPoint.h157 void iset(int32_t x, int32_t y) { function in struct:SkPoint
165 void iset(const SkIPoint& p) { function in struct:SkPoint
/external/chromium_org/third_party/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/include/core/
H A DSkPoint.h157 void iset(int32_t x, int32_t y) { function in struct:SkPoint
165 void iset(const SkIPoint& p) { function in struct:SkPoint
/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/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 303 milliseconds