Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/skia/src/effects/
DSkCornerPathEffect.cpp48 SkVector firstStep, step; in onFilterPath() local
54 firstStep.set(0, 0); in onFilterPath()
98 firstStep.set(0, 0); in onFilterPath()
108 firstStep.set(0, 0); in onFilterPath()
118 firstStep.set(0, 0); in onFilterPath()
121 if (firstStep.fX || firstStep.fY) { in onFilterPath()
123 lastCorner.fX + firstStep.fX, in onFilterPath()
124 lastCorner.fY + firstStep.fY); in onFilterPath()
140 firstStep = step; in onFilterPath()
/third_party/node/test/parallel/
Dtest-timers-immediate-unref.js14 setImmediate(common.mustCall(firstStep)).ref().unref().unref().ref();
16 function firstStep() { function
/third_party/flutter/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp56 double firstStep = step; in binary_search() local
67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep); in binary_search()
/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()