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

  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 58 offset += FontBitmap::glyphWidth[i] + 1;
174 float glyphWidth = FontBitmap::glyphWidth[chi];
175 width += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale;
201 float glyphWidth = FontBitmap::glyphWidth[chi];
205 float vertRight = x + glyphWidth * mScale;
212 float texRight = (mXOffset[chi] + glyphWidth) / fullTexWidth;
246 x += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale;
FontBitmap.h 12 static const uint16_t glyphWidth[];
    [all...]
  /external/freetype/src/cff/
cf2font.h 112 CF2_F16Dot16* glyphWidth );
cf2font.c 435 CF2_F16Dot16* glyphWidth )
503 *glyphWidth = advWidth;
cf2ft.c 346 CF2_F16Dot16 glyphWidth;
395 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
399 cf2_setGlyphWidth( &font->outline, glyphWidth );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2font.h 112 CF2_F16Dot16* glyphWidth );
cf2font.c 435 CF2_F16Dot16* glyphWidth )
503 *glyphWidth = advWidth;
cf2ft.c 346 CF2_F16Dot16 glyphWidth;
395 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
399 cf2_setGlyphWidth( &font->outline, glyphWidth );
  /external/pdfium/third_party/freetype/src/cff/
cf2font.h 112 CF2_F16Dot16* glyphWidth );
cf2font.c 435 CF2_F16Dot16* glyphWidth )
503 *glyphWidth = advWidth;
cf2ft.c 346 CF2_F16Dot16 glyphWidth;
395 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
399 cf2_setGlyphWidth( &font->outline, glyphWidth );
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
Glyph.java 69 int glyphWidth = bounds.width - lsb - rsb;
71 if (glyphWidth > 0 && glyphHeight > 0) {
72 width = (short)(glyphWidth + padLeft + padRight);

Completed in 761 milliseconds