Home
last modified time | relevance | path

Searched defs:intervals (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DRasterShape.cpp97 static inline bool shapeIntervalsContain(const IntShapeIntervals& intervals, const IntShapeInterval… in shapeIntervalsContain()
123 static inline void appendX1Values(const IntShapeIntervals& intervals, int minIntervalWidth, Vector<… in appendX1Values()
195 IntShapeIntervals intervals; in getIncludedIntervals() local
213 IntShapeIntervals intervals; in getExcludedIntervals() local
277 static inline void appendLineSegments(const IntShapeIntervals& intervals, SegmentList& result) in appendLineSegments()
285 const RasterShapeIntervals& intervals = marginIntervals(); in getExcludedIntervals() local
296 const RasterShapeIntervals& intervals = paddingIntervals(); in getIncludedIntervals() local
307 const RasterShapeIntervals& intervals = paddingIntervals(); in firstIncludedIntervalLogicalTop() local
DRasterShape.h75 const IntShapeIntervals& intervals = intervalsAt(y); in limitIntervalAt() local
90 RasterShape(PassOwnPtr<RasterShapeIntervals> intervals, const IntSize& imageSize) in RasterShape()
DShapeInterval.h214 static bool shapeIntervalsAreSortedAndDisjoint(const ShapeIntervals& intervals) in shapeIntervalsAreSortedAndDisjoint()
DShape.cpp221 OwnPtr<RasterShapeIntervals> intervals = adoptPtr(new RasterShapeIntervals(imageSize.height())); in createShape() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DStrokeData.cpp52 OwnPtr<SkScalar[]> intervals = adoptArrayPtr(new SkScalar[count]); in setLineDash() local
102 SkScalar intervals[2] = { dashLengthSk, dashLengthSk }; in setupPaint() local
/external/openfst/src/include/fst/
Dinterval-set.h98 const vector<Interval> *intervals = iset.Intervals(); in Union() local
275 const vector<Interval> *intervals = iset.Intervals(); in Overlaps() local
295 const vector<Interval> *intervals = iset.Intervals(); in StrictlyOverlaps() local
344 const vector<Interval> *intervals = iset.Intervals(); in Contains() local
Dstate-reachable.h73 vector<Interval> *intervals = (*isets_)[s].Intervals(); in InitState() local
114 vector<Interval> *intervals = (*isets_)[s].Intervals(); in FinishState() local
Dlabel-reachable.h306 const vector<Interval> *intervals = isets[s_].Intervals(); in Reach() local
/external/skia/tests/
DDrawPathTest.cpp231 SkScalar intervals[2] = {837099584, 33450}; in test_crbug_124652() local
276 SkScalar intervals[] = { 0.2f, 0.2f }; in test_infinite_dash() local
296 SkScalar intervals[] = { 0.5f, 0.5f }; in test_crbug_165432() local
/external/skia/gm/
Ddashcubics.cpp45 SkScalar intervals[] = { 5, 10 }; in onDraw() local
Ddashing.cpp17 const SkScalar intervals[] = { in drawline() local
150 const int* intervals = &gIntervals[1]; in onDraw() local
203 SkScalar intervals[2] = { dashLength, dashLength }; in drawDashedLines() local
Daaclip.cpp82 const SkScalar intervals[] = { SK_Scalar1, SK_Scalar1 }; in test_giant_dash() local
/external/skia/src/core/
DSkRegionPriv.h124 const int intervals = runs[1]; in SkipEntireScanline() local
182 const int intervals = *runs++; in computeRunBounds() local
DSkRegion.cpp34 int intervals = runs[-1]; local
959 static int intervals_to_count(int intervals) { in intervals_to_count()
968 int intervals = 2 * a_intervals * b_intervals + a_intervals + b_intervals; in compute_worst_case_count() local
1215 int intervals = (runs - prev) >> 1; in compute_bounds() local
1333 int intervals = runs[1]; in next() local
/external/chromium_org/third_party/skia/src/core/
DSkRegionPriv.h124 const int intervals = runs[1]; in SkipEntireScanline() local
182 const int intervals = *runs++; in computeRunBounds() local
DSkRegion.cpp34 int intervals = runs[-1]; local
959 static int intervals_to_count(int intervals) { in intervals_to_count()
968 int intervals = 2 * a_intervals * b_intervals + a_intervals + b_intervals; in compute_worst_case_count() local
1215 int intervals = (runs - prev) >> 1; in compute_bounds() local
1333 int intervals = runs[1]; in next() local
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
Dperformance_monitor_ui_util.cc42 const std::vector<TimeRange>& intervals, in AggregateMetrics()
171 const std::vector<TimeRange>& intervals, in AggregateMetric()
Dperformance_monitor_handler.cc233 std::vector<TimeRange> intervals = db->GetActiveIntervals(start, end); in DoGetActiveIntervals() local
323 std::vector<TimeRange> intervals = db->GetActiveIntervals(start, end); in DoGetMetrics() local
/external/chromium_org/third_party/skia/src/effects/
DSkDashPathEffect.cpp18 static SkScalar FindFirstInterval(const SkScalar intervals[], SkScalar phase, in FindFirstInterval()
36 SkDashPathEffect::SkDashPathEffect(const SkScalar intervals[], int count, in SkDashPathEffect()
238 const SkScalar* intervals = fIntervals; in filterPath() local
/external/skia/src/effects/
DSkDashPathEffect.cpp18 static SkScalar FindFirstInterval(const SkScalar intervals[], SkScalar phase, in FindFirstInterval()
36 SkDashPathEffect::SkDashPathEffect(const SkScalar intervals[], int count, in SkDashPathEffect()
238 const SkScalar* intervals = fIntervals; in filterPath() local
/external/skia/bench/
DDashBench.cpp41 DashBench(const SkScalar intervals[], int count, int width, in DashBench()
102 RectDashBench(const SkScalar intervals[], int count, int width) in RectDashBench()
325 const SkScalar intervals[] = { 2, 1, 1, 1 }; in GiantDashBench() local
/external/chromium_org/skia/ext/
Dvector_canvas_unittest.cc732 SkScalar intervals[] = { 1, 1 }; in TEST_F() local
752 SkScalar intervals[] = { 3, 5 }; in TEST_F() local
770 SkScalar intervals[] = { 2, 1 }; in TEST_F() local
786 SkScalar intervals[] = { 1, 1 }; in TEST_F() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntervalSet.java56 protected List<Interval> intervals; field in IntervalSet
63 public IntervalSet(List<Interval> intervals) { in IntervalSet()
/external/chromium_org/cc/scheduler/
Dscheduler.cc137 int64 intervals = in AnticipatedDrawTime() local
/external/v8/src/
Darray.js41 function GetSortedArrayKeys(array, intervals) { argument

12