HomeSort by relevance Sort by last modified time
    Searched refs:glyphWidth (Results 1 - 8 of 8) 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 121 CF2_F16Dot16* glyphWidth );
cf2font.c 485 CF2_F16Dot16* glyphWidth )
553 *glyphWidth = advWidth;
cf2ft.c 347 CF2_F16Dot16 glyphWidth;
399 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
403 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 );

Completed in 319 milliseconds