Home
last modified time | relevance | path

Searched refs:firstStep (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/effects/
DSkCornerPathEffect.cpp46 SkVector firstStep, step; in filterPath() local
51 firstStep.set(0, 0); in filterPath()
95 firstStep.set(0, 0); in filterPath()
105 firstStep.set(0, 0); in filterPath()
108 if (firstStep.fX || firstStep.fY) { in filterPath()
110 lastCorner.fX + firstStep.fX, in filterPath()
111 lastCorner.fY + firstStep.fY); in filterPath()
123 firstStep = step; in filterPath()
/external/chromium_org/third_party/skia/src/effects/
DSkCornerPathEffect.cpp46 SkVector firstStep, step; in filterPath() local
51 firstStep.set(0, 0); in filterPath()
95 firstStep.set(0, 0); in filterPath()
105 firstStep.set(0, 0); in filterPath()
108 if (firstStep.fX || firstStep.fY) { in filterPath()
110 lastCorner.fX + firstStep.fX, in filterPath()
111 lastCorner.fY + firstStep.fY); in filterPath()
123 firstStep = step; in filterPath()
/external/apache-http/src/org/apache/http/conn/routing/
DBasicRouteDirector.java78 step = firstStep(plan); in nextStep()
96 protected int firstStep(RouteInfo plan) { in firstStep() method in BasicRouteDirector
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DPaintProfiler.js120 requestImage: function(firstStep, lastStep, scale, callback) argument
123 …this._target.layerTreeAgent().replaySnapshot(this._id, firstStep || undefined, lastStep || undefin…
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp56 double firstStep = step; in binary_search() local
67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep); in binary_search()
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp56 double firstStep = step; in binary_search() local
67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep); in binary_search()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java831 StepPattern firstStep = null, prevStep = null; in loadSteps() local
837 firstStep, prevStep); in loadSteps()
839 if (null == firstStep) in loadSteps()
841 firstStep = step; in loadSteps()