Searched refs:firstStep (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/effects/ |
D | SkCornerPathEffect.cpp | 44 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/ |
D | SkCornerPathEffect.cpp | 50 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/ |
D | BasicRouteDirector.java | 78 step = firstStep(plan); in nextStep() 96 protected int firstStep(RouteInfo plan) { in firstStep() method in BasicRouteDirector
|
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 56 double firstStep = step; in binary_search() local 67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep); in binary_search()
|
/external/skqp/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 56 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/ |
D | WalkerFactory.java | 831 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/ |
D | apache-http-legacy-current.txt | 1875 method protected int firstStep(org.apache.http.conn.routing.RouteInfo);
|