Searched refs:char_height (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | fx_ge_text.cpp | 78 FX_SAFE_INT32 char_height = pGlyph->m_Bitmap.GetHeight(); in FXGE_GetGlyphsBBox() local 79 char_height /= retinaScaleY; in FXGE_GetGlyphsBBox() 80 if (!char_height.IsValid()) in FXGE_GetGlyphsBBox() 83 FX_SAFE_INT32 char_bottom = char_top + char_height; in FXGE_GetGlyphsBBox()
|
/external/syslinux/com32/mboot/ |
D | vesa.h | 67 uint8_t char_height; member
|
/external/syslinux/com32/lib/sys/vesa/ |
D | vesa.h | 68 uint8_t char_height; 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 | 90 uint8_t char_height; member
|
D | fx_gif.cpp | 707 gif_pt_ptr->pte_ptr->char_height = gif_pte_ptr->char_height; in gif_decode_extension() 1227 gif_ptr->pte_ptr->char_height); in gif_write_data()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 2974 FT_F26Dot6 char_height, in FT_Set_Char_Size() argument 2984 char_width = char_height; in FT_Set_Char_Size() 2985 else if ( !char_height ) in FT_Set_Char_Size() 2986 char_height = char_width; in FT_Set_Char_Size() 2995 if ( char_height < 1 * 64 ) in FT_Set_Char_Size() 2996 char_height = 1 * 64; in FT_Set_Char_Size() 3003 req.height = char_height; in FT_Set_Char_Size()
|
/external/freetype/src/base/ |
D | ftobjs.c | 3109 FT_F26Dot6 char_height, in FT_Set_Char_Size() argument 3119 char_width = char_height; in FT_Set_Char_Size() 3120 else if ( !char_height ) in FT_Set_Char_Size() 3121 char_height = char_width; in FT_Set_Char_Size() 3130 if ( char_height < 1 * 64 ) in FT_Set_Char_Size() 3131 char_height = 1 * 64; in FT_Set_Char_Size() 3138 req.height = char_height; in FT_Set_Char_Size()
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 2508 FT_F26Dot6 char_height,
|
/external/freetype/include/freetype/ |
D | freetype.h | 2588 FT_F26Dot6 char_height,
|