HomeSort by relevance Sort by last modified time
    Searched refs:PathApproximationInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PathTessellator.h 40 struct PathApproximationInfo {
41 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold)
120 const PathApproximationInfo& approximationInfo, std::vector<Vertex> &outputVertices);
130 const PathApproximationInfo& approximationInfo,
142 const PathApproximationInfo& approximationInfo,
PathTessellator.cpp 744 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY,
825 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY,
    [all...]

Completed in 64 milliseconds