Searched refs:char_height (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | fx_ge_text.cpp | 77 FX_SAFE_INT32 char_height = pGlyph->m_pBitmap->GetHeight(); in FXGE_GetGlyphsBBox() local 78 char_height /= retinaScaleY; in FXGE_GetGlyphsBBox() 79 if (!char_height.IsValid()) in FXGE_GetGlyphsBBox() 82 FX_SAFE_INT32 char_bottom = char_top + char_height; in FXGE_GetGlyphsBBox()
|
D | fx_freetype.h | 182 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, \ argument 184 FT_Set_Char_Size(face, char_width, char_height, horz_resolution, \
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gif.h | 94 uint8_t char_height; member
|
/external/freetype/src/base/ |
D | ftobjs.c | 3282 FT_F26Dot6 char_height, in FT_Set_Char_Size() argument 3292 char_width = char_height; in FT_Set_Char_Size() 3293 else if ( !char_height ) in FT_Set_Char_Size() 3294 char_height = char_width; in FT_Set_Char_Size() 3303 if ( char_height < 1 * 64 ) in FT_Set_Char_Size() 3304 char_height = 1 * 64; in FT_Set_Char_Size() 3311 req.height = char_height; in FT_Set_Char_Size()
|
/external/freetype/include/freetype/ |
D | freetype.h | 2834 FT_F26Dot6 char_height,
|