Home
last modified time | relevance | path

Searched refs:char_height (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxge/ge/
Dfx_ge_text.cpp78 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/
Dvesa.h67 uint8_t char_height; member
/external/syslinux/com32/lib/sys/vesa/
Dvesa.h68 uint8_t char_height; member
/external/pdfium/core/fxge/
Dfx_freetype.h164 #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/
Dfx_gif.h90 uint8_t char_height; member
Dfx_gif.cpp707 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/
Dftobjs.c2974 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/
Dftobjs.c3109 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/
Dfreetype.h2508 FT_F26Dot6 char_height,
/external/freetype/include/freetype/
Dfreetype.h2588 FT_F26Dot6 char_height,