Searched defs:ptMax (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkStroke.cpp557 SkScalar ptMax = -1; local
564 if (ptMax < testMax) {
567 ptMax = testMax;
581 SkScalar lineSlop = ptMax * ptMax * 0.00001f; // this multiplier is pulled out of the air
594 SkScalar ptMax = -1; local
601 if (ptMax < testMax) {
604 ptMax = testMax;
612 SkScalar lineSlop = ptMax * ptMax * 0.0000
[all...]

Completed in 237 milliseconds