/external/pdfium/core/include/fxge/ |
fx_freetype.h | 135 #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 | 37 static int char_width; variable 352 gr_font_size(&char_width, &char_height); 359 text_cols = gr_fb_width() / char_width;
|
/external/chromium_org/ui/gfx/ |
platform_font_pango.cc | 182 double char_width = const_cast<PlatformFontPango*>(this)->GetAverageWidth(); local 183 return round(static_cast<float>(length) * char_width);
|
render_text_win.cc | 142 int char_width = 0; local 144 char_width += run.advance_widths[j]; 146 *width += char_width; 147 word_width += char_width; 154 } else if (char_width < *width) { 156 *width -= char_width; [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_doc.cpp | 899 int char_width = pFont->GetGlyphWidth(glyph_index); local 912 int char_width = pFont->GetGlyphWidth(glyph_index); local 936 int char_width = pFont->GetGlyphWidth(glyph_index); local [all...] |
/system/core/healthd/ |
healthd_mode_charger.cpp | 173 static int char_width; variable 367 gr_font_size(&char_width, &char_height);
|
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | [all...] |
/external/freetype/src/base/ |
ftobjs.c | [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
ftobjs.c | [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...] |
/external/chromium_org/third_party/cython/src/Cython/Debugger/ |
libpython.py | 1167 def char_width(self): member in class:PyUnicodeObjectPtr [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
freetype.h | [all...] |
/external/freetype/include/ |
freetype.h | [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
freetype.h | [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
freetype.h | [all...] |