Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h42 : thresholdSquared(pixelThreshold * pixelThreshold) in PathApproximationInfo()
47 const float thresholdSquared; member
DPathTessellator.cpp998 return info.thresholdSquared * scale; in getThreshold()