Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkMathPriv.h274 static inline int SkPrevPow2(int value) { in SkPrevPow2() function
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp136 fAtlasMaxSize = SkPrevPow2(std::min(fAtlasMaxSize, (float)caps.maxPreferredRenderTargetSize())); in AtlasPathRenderer()
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp3297 fFormatTable[i].fColorSampleCounts[j+1] = SkPrevPow2(temp[count - j - 1]); in setupSampleCounts()

Completed in 9 milliseconds