Home
last modified time | relevance | path

Searched defs:PathApproximationInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DPathTessellator.h40 struct PathApproximationInfo { struct
41 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) in PathApproximationInfo() function
48 const float thresholdSquared;
49 const float sqrInvScaleX;
50 const float sqrInvScaleY;
51 const float thresholdForConicQuads;