Home | History | Annotate | Download | only in graphics

Lines Matching refs:splitDepth

44         , splitDepth(0)
70 left.splitDepth = right.splitDepth = splitDepth + 1;
76 unsigned short splitDepth;
86 , splitDepth(0)
116 left.splitDepth = right.splitDepth = splitDepth + 1;
123 unsigned short splitDepth;
143 if ((lengthDiscrepancy * lengthDiscrepancy) / curveScaleForToleranceSquared > pathSegmentLengthToleranceSquared && curve.splitDepth < curveSplitDepthLimit) {