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

  /external/pdfium/core/include/fxge/
fx_freetype.h 137 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, vert_resolution) FT_Set_Char_Size(face, char_width, char_height, horz_resolution, vert_resolution)
  /bootable/recovery/
screen_ui.cpp 41 static int char_width; variable
394 gr_font_size(&char_width, &char_height);
396 text_cols_ = gr_fb_width() / char_width;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 897 int char_width = pFont->GetGlyphWidth(glyph_index); local
910 int char_width = pFont->GetGlyphWidth(glyph_index); local
934 int char_width = pFont->GetGlyphWidth(glyph_index); local
    [all...]
  /system/core/healthd/
healthd_mode_charger.cpp 174 static int char_width; variable
367 gr_font_size(&char_width, &char_height);
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c     [all...]
  /external/freetype/include/
freetype.h     [all...]
  /external/pdfium/third_party/freetype/include/
freetype.h     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 26 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX); local
28 char_width /= 3;
30 int char_right = char_left + char_width;
    [all...]

Completed in 320 milliseconds