Home
last modified time | relevance | path

Searched refs:SkNextLog2 (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gl/
DSkGLTextCache.cpp15 fStrikeWidthShift = SkNextLog2(fStrikeWidth); in Strike()
16 fStrikeHeightShift = SkNextLog2(fStrikeHeight); in Strike()
157 size_t index = SkNextLog2(glyph.fHeight); in findGlyph()
176 size_t index = SkNextLog2(glyph.fHeight); in addGlyphAndBind()
DSkGL.cpp313 max->fX = SkFixedToScalar(bitmap->width() << (16 - SkNextLog2(nw))); in BindNewTexture()
314 max->fY = SkFixedToScalar(oh << (16 - SkNextLog2(nh))); in BindNewTexture()
DSkGLDevice.cpp470 max.set(SkFixedToScalar(w << (16 - SkNextLog2(bm.rowBytesAsPixels()))), in drawDevice()
471 SkFixedToScalar(h << (16 - SkNextLog2(h)))); in drawDevice()
/external/skia/include/core/
DSkMath.h159 static inline int SkNextLog2(uint32_t value) { in SkNextLog2() function
/external/skia/src/images/
DSkImageDecoder_libpng.cpp921 int bits = SkNextLog2(colorCount); in computeBitDepth()