Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp40 static constexpr SkScalar kIdealMinMIP = 12; member
259 // For sizes less than kIdealMinMIP we want to use as large a distance field as we can
264 if (mipSize < kIdealMinMIP) {
268 } while (newMipSize < kIdealMinMIP);

Completed in 2 milliseconds