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

  /system/core/healthd/
healthd_mode_charger.cpp 174 static int char_width; variable
367 gr_font_size(&char_width, &char_height);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 857 int char_width = pFont->GetGlyphWidth(glyph_index); local
870 int char_width = pFont->GetGlyphWidth(glyph_index); local
895 int char_width = pFont->GetGlyphWidth(glyph_index); local
    [all...]
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 96 uint8_t char_width; member in struct:tagGifPTE
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 58 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX); local
60 char_width /= 3;
62 int char_right = char_left + char_width;
    [all...]

Completed in 156 milliseconds