Searched refs:LINE_FRACTION (Results 1 – 4 of 4) sorted by relevance
307 #define LINE_FRACTION (1.0 / gPrecisionUnit)309 #define LINE_FRACTION 0.1 macro367 double tMin1 = start ? 0 : 1 - LINE_FRACTION; in intersectEnd()368 double tMax1 = start ? LINE_FRACTION : 1; in intersectEnd()375 double tMin2 = SkTMax(tVals[tIdx] - LINE_FRACTION, 0.0); in intersectEnd()376 double tMax2 = SkTMin(tVals[tLast] + LINE_FRACTION, 1.0); in intersectEnd()
283 #define LINE_FRACTION 0.1 macro387 double tMin1 = start ? 0 : 1 - LINE_FRACTION; in cubicNearEnd()388 double tMax1 = start ? LINE_FRACTION : 1; in cubicNearEnd()395 double tMin2 = SkTMax(tVals[tIdx] - LINE_FRACTION, 0.0); in cubicNearEnd()396 double tMax2 = SkTMin(tVals[tLast] + LINE_FRACTION, 1.0); in cubicNearEnd()