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()
51 const float thresholdForConicQuads; member
DPathTessellator.cpp994 approximationInfo.thresholdForConicQuads); in approximatePathOutlineVertices()