Searched refs:sqrInvScaleX (Results 1 – 2 of 2) sorted by relevance
43 , sqrInvScaleX(invScaleX * invScaleX) in PathApproximationInfo()48 const float sqrInvScaleX; member
997 float scale = (dx * dx * info.sqrInvScaleY + dy * dy * info.sqrInvScaleX); in getThreshold()