Searched refs:char_width (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | fx_ge_text.cpp | 62 FX_SAFE_INT32 char_width = pGlyph->m_Bitmap.GetWidth(); in FXGE_GetGlyphsBBox() local 63 char_width /= retinaScaleX; in FXGE_GetGlyphsBBox() 65 char_width /= 3; in FXGE_GetGlyphsBBox() 66 if (!char_width.IsValid()) in FXGE_GetGlyphsBBox() 69 FX_SAFE_INT32 char_right = char_left + char_width; in FXGE_GetGlyphsBBox()
|
/external/syslinux/com32/mboot/ |
D | vesa.h | 66 uint8_t char_width; member
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 892 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local 893 pWidths->AddNew<CPDF_Number>(char_width); in AddFont() 900 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local 901 pWidths->AddNew<CPDF_Number>(char_width); in AddFont() 909 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local 910 pWidths->AddNew<CPDF_Number>(char_width); in AddFont()
|
/external/syslinux/com32/lib/sys/vesa/ |
D | vesa.h | 67 uint8_t char_width; member
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 164 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, \ argument 166 FT_Set_Char_Size(face, char_width, char_height, horz_resolution, \
|
/external/pdfium/core/fxcodec/lgif/ |
D | fx_gif.h | 89 uint8_t char_width; member
|
D | fx_gif.cpp | 706 gif_pt_ptr->pte_ptr->char_width = gif_pte_ptr->char_width; in gif_decode_extension() 1224 gif_ptr->pte_ptr->char_width); in gif_write_data()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 2973 FT_F26Dot6 char_width, in FT_Set_Char_Size() argument 2983 if ( !char_width ) in FT_Set_Char_Size() 2984 char_width = char_height; in FT_Set_Char_Size() 2986 char_height = char_width; in FT_Set_Char_Size() 2993 if ( char_width < 1 * 64 ) in FT_Set_Char_Size() 2994 char_width = 1 * 64; in FT_Set_Char_Size() 3002 req.width = char_width; in FT_Set_Char_Size()
|
/external/freetype/src/base/ |
D | ftobjs.c | 3108 FT_F26Dot6 char_width, in FT_Set_Char_Size() argument 3118 if ( !char_width ) in FT_Set_Char_Size() 3119 char_width = char_height; in FT_Set_Char_Size() 3121 char_height = char_width; in FT_Set_Char_Size() 3128 if ( char_width < 1 * 64 ) in FT_Set_Char_Size() 3129 char_width = 1 * 64; in FT_Set_Char_Size() 3137 req.width = char_width; in FT_Set_Char_Size()
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 2507 FT_F26Dot6 char_width,
|
/external/freetype/include/freetype/ |
D | freetype.h | 2587 FT_F26Dot6 char_width,
|
/external/python/cpython2/Tools/gdb/ |
D | libpython.py | 1094 def char_width(self): member in PyUnicodeObjectPtr 1107 if self.char_width() > 2:
|