Searched refs:flatness (Results 1 – 5 of 5) sorted by relevance
32 Ensure incremental flatness throughout
40 static const float flatness = 0.5; variable122 if (d < flatness*l || b == beziers + 31) { in bezier_add_to_polygon()
2119 POP_NUMBER(pdfContext, flatness); in PdfOp_i()2122 if (flatness < 0 || flatness > 100) { in PdfOp_i()
1204 SkScalar flatness = SkScalarAbs(dxdy.cross(oppDxdy) / FLT_EPSILON); in missingCoincidence() local1205 coincident |= flatness < 5000; // FIXME: replace with tuned value in missingCoincidence()
234 …NGDIPAPI *FuncType_GdipWidenPath)(GpPath *nativePath, GpPen *pen, GpMatrix *matrix, REAL flatness);