Home | History | Annotate | Download | only in hwui

Lines Matching refs:sqrInvScaleY

996     // multiplying by sqrInvScaleY/X equivalent to multiplying in dimensional scale factors
997 float scale = (dx * dx * info.sqrInvScaleY + dy * dy * info.sqrInvScaleX);