Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h45 , thresholdForConicQuads(pixelThreshold * std::min(invScaleX, invScaleY) / 2.0f){}; in PathApproximationInfo()
50 const float thresholdForConicQuads; member
DPathTessellator.cpp951 pts, iter.conicWeight(), approximationInfo.thresholdForConicQuads); in approximatePathOutlineVertices()