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

/frameworks/base/libs/hwui/
H A DPathTessellator.h41 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) argument
42 : thresholdSquared(pixelThreshold * pixelThreshold)
45 , thresholdForConicQuads(pixelThreshold * std::min(invScaleX, invScaleY) / 2.0f) {

Completed in 1250 milliseconds