Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkCornerPathEffect.cpp50 SkVector firstStep, step; in onFilterPath() local
56 firstStep.set(0, 0); in onFilterPath()
100 firstStep.set(0, 0); in onFilterPath()
110 firstStep.set(0, 0); in onFilterPath()
120 firstStep.set(0, 0); in onFilterPath()
123 if (firstStep.fX || firstStep.fY) { in onFilterPath()
125 lastCorner.fX + firstStep.fX, in onFilterPath()
126 lastCorner.fY + firstStep.fY); in onFilterPath()
142 firstStep = step; in onFilterPath()
/external/skqp/src/effects/
DSkCornerPathEffect.cpp50 SkVector firstStep, step; in onFilterPath() local
56 firstStep.set(0, 0); in onFilterPath()
100 firstStep.set(0, 0); in onFilterPath()
110 firstStep.set(0, 0); in onFilterPath()
120 firstStep.set(0, 0); in onFilterPath()
123 if (firstStep.fX || firstStep.fY) { in onFilterPath()
125 lastCorner.fX + firstStep.fX, in onFilterPath()
126 lastCorner.fY + firstStep.fY); in onFilterPath()
142 firstStep = step; in onFilterPath()
/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/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/skqp/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()
/external/apache-http/api/
Dcurrent.txt1813 method @Deprecated protected int firstStep(org.apache.http.conn.routing.RouteInfo);