Lines Matching refs:fMax
32 fMax = 0; // require that the caller set the max in SkIntersections()
60 fMax = 2; in conicHorizontal()
68 fMax = 2; in conicVertical()
77 fMax = 3; // 2; permit small coincident segment + non-coincident intersection in conicLine()
85 fMax = 3; in cubicHorizontal()
92 fMax = 3; in cubicVertical()
101 fMax = 3; in cubicLine()
126 fMax = 2; in lineHorizontal()
133 fMax = 2; in lineVertical()
141 fMax = 2; in lineLine()
162 fMax = 2; in quadHorizontal()
169 fMax = 2; in quadVertical()
178 fMax = 3; // 2; permit small coincident segment + non-coincident intersection in quadLine()
195 fMax = max; in setMax()
308 unsigned char fMax; variable