Searched refs:sqrInvScaleY (Results 1 – 2 of 2) sorted by relevance
44 , sqrInvScaleY(invScaleY * invScaleY) in PathApproximationInfo()50 const float sqrInvScaleY; member
1044 float scale = (dx * dx * info.sqrInvScaleY + dy * dy * info.sqrInvScaleX); in getThreshold()