Searched refs:lineSlop (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkStroke.cpp581 SkScalar lineSlop = ptMax * ptMax * 0.00001f; // this multiplier is pulled out of the air local
582 return pt_to_line(cubic[mid1], cubic[outer1], cubic[outer2]) <= lineSlop
583 && pt_to_line(cubic[mid2], cubic[outer1], cubic[outer2]) <= lineSlop;
612 SkScalar lineSlop = ptMax * ptMax * 0.00001f; // this multiplier is pulled out of the air
613 return pt_to_line(quad[mid], quad[outer1], quad[outer2]) <= lineSlop;

Completed in 48 milliseconds