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

/frameworks/base/libs/hwui/
H A DPathTessellator.h42 : thresholdSquared(pixelThreshold * pixelThreshold)
48 const float thresholdSquared; member in struct:android::uirenderer::PathApproximationInfo
H A DPathTessellator.cpp1040 // Get a threshold in path coordinates, by scaling the thresholdSquared from screen coordinates.
1045 return info.thresholdSquared * scale;

Completed in 84 milliseconds