Searched refs:PathApproximationInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathTessellator.h40 struct PathApproximationInfo { struct in namespace:android::uirenderer
41 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) function in struct:android::uirenderer::PathApproximationInfo
120 const PathApproximationInfo& approximationInfo, std::vector<Vertex> &outputVertices);
130 const PathApproximationInfo& approximationInfo,
142 const PathApproximationInfo& approximationInfo,
H A DPathTessellator.cpp744 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY,
825 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY,
904 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold);
943 const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices) {
1042 static inline float getThreshold(const PathApproximationInfo& info, float dx, float dy) {
1051 const PathApproximationInfo& approximationInfo,
1096 const PathApproximationInfo& approximationInfo,

Completed in 414 milliseconds