Searched defs:PathApproximationInfo (Results 1 – 1 of 1) sorted by relevance
36 struct PathApproximationInfo { struct37 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) in PathApproximationInfo() argument44 const float thresholdSquared;45 const float sqrInvScaleX;46 const float sqrInvScaleY;47 const float thresholdForConicQuads;