Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h36 struct PathApproximationInfo { struct
37 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) in PathApproximationInfo() argument
44 const float thresholdSquared;
45 const float sqrInvScaleX;
46 const float sqrInvScaleY;
47 const float thresholdForConicQuads;