Home
last modified time | relevance | path

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

/external/skqp/src/effects/
DSkCornerPathEffect.cpp44 SkVector firstStep, step; in filterPath() local
50 firstStep.set(0, 0); in filterPath()
94 firstStep.set(0, 0); in filterPath()
104 firstStep.set(0, 0); in filterPath()
114 firstStep.set(0, 0); in filterPath()
117 if (firstStep.fX || firstStep.fY) { in filterPath()
119 lastCorner.fX + firstStep.fX, in filterPath()
120 lastCorner.fY + firstStep.fY); in filterPath()
133 firstStep = step; in filterPath()
/external/skia/src/effects/
DSkCornerPathEffect.cpp50 SkVector firstStep, step; in filterPath() local
56 firstStep.set(0, 0); in filterPath()
100 firstStep.set(0, 0); in filterPath()
110 firstStep.set(0, 0); in filterPath()
120 firstStep.set(0, 0); in filterPath()
123 if (firstStep.fX || firstStep.fY) { in filterPath()
125 lastCorner.fX + firstStep.fX, in filterPath()
126 lastCorner.fY + firstStep.fY); in filterPath()
139 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/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/
Dapache-http-legacy-current.txt1875 method protected int firstStep(org.apache.http.conn.routing.RouteInfo);