HomeSort by relevance Sort by last modified time
    Searched refs:lastStep (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
PaintProfiler.js 116 * @param {?number} lastStep
120 requestImage: function(firstStep, lastStep, scale, callback)
123 this._target.layerTreeAgent().replaySnapshot(this._id, firstStep || undefined, lastStep || undefined, scale || 1.0, wrappedCallback);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 74 double lastStep = step;
76 SkDPoint lessPt = cubic.ptAtT(t - lastStep);
85 SkDPoint morePt = cubic.ptAtT(t + lastStep);
  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 74 double lastStep = step;
76 SkDPoint lessPt = cubic.ptAtT(t - lastStep);
85 SkDPoint morePt = cubic.ptAtT(t + lastStep);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFlameChart.js 268 var lastStep = eventSteps[i].peekLast();
269 lastUsedTimeByLevel[level] = lastStep.phase === WebInspector.TracingModel.Phase.AsyncEnd ? lastStep.startTime : Infinity;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 38 double lastStep = step;
43 double nextT = t + lastStep;
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 38 double lastStep = step;
43 double nextT = t + lastStep;

Completed in 1454 milliseconds