Searched refs:firstStep (Results 1 – 3 of 3) sorted by relevance
48 SkVector firstStep, step; in onFilterPath() local54 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()
14 setImmediate(common.mustCall(firstStep)).ref().unref().unref().ref();16 function firstStep() { function
56 double firstStep = step; in binary_search() local67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep); in binary_search()