Home
last modified time | relevance | path

Searched defs:char_width (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/
Dfx_ge_text.cpp61 FX_SAFE_INT32 char_width = pGlyph->m_pBitmap->GetWidth(); in FXGE_GetGlyphsBBox() local
Dfx_freetype.h182 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, \ argument
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp893 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
901 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
910 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
/external/pdfium/core/fxcodec/gif/
Dcfx_gif.h93 uint8_t char_width; member
/external/python/cpython2/Tools/gdb/
Dlibpython.py1101 def char_width(self): member in PyUnicodeObjectPtr
/external/python/cpython3/Tools/gdb/
Dlibpython.py1174 def char_width(self): member in PyUnicodeObjectPtr
/external/freetype/src/base/
Dftobjs.c3281 FT_F26Dot6 char_width, in FT_Set_Char_Size()