Searched refs:SkNextLog2 (Results 1 – 5 of 5) sorted by relevance
15 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()
313 max->fX = SkFixedToScalar(bitmap->width() << (16 - SkNextLog2(nw))); in BindNewTexture()314 max->fY = SkFixedToScalar(oh << (16 - SkNextLog2(nh))); in BindNewTexture()
470 max.set(SkFixedToScalar(w << (16 - SkNextLog2(bm.rowBytesAsPixels()))), in drawDevice()471 SkFixedToScalar(h << (16 - SkNextLog2(h)))); in drawDevice()
154 static inline int SkNextLog2(uint32_t value) { in SkNextLog2() function
640 int bits = SkNextLog2(colorCount); in computeBitDepth()