HomeSort by relevance Sort by last modified time
    Searched refs:maxGlyphHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 81 return FontBitmap::maxGlyphHeight;
202 float glyphHeight = FontBitmap::maxGlyphHeight;
FontBitmap.h 8 static const uint32_t maxGlyphHeight = 34;
    [all...]
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java 365 int maxGlyphHeight = (int)Math.ceil(data.lineHeight);
366 size = MathUtils.nextPowerOfTwo((int)Math.sqrt(maxGlyphHeight * maxGlyphHeight * charactersLength));

Completed in 122 milliseconds