Home
last modified time | relevance | path

Searched refs:SkPrevPow2 (Results 1 – 4 of 4) sorted by relevance

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