Home
last modified time | relevance | path

Searched refs:sqrInvScaleY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPathTessellator.h44 , sqrInvScaleY(invScaleY * invScaleY) in PathApproximationInfo()
50 const float sqrInvScaleY; member
DPathTessellator.cpp1044 float scale = (dx * dx * info.sqrInvScaleY + dy * dy * info.sqrInvScaleX); in getThreshold()