Searched refs:char_height (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 162 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, \ argument 164 FT_Set_Char_Size(face, char_width, char_height, horz_resolution, \
|
/external/pdfium/core/src/fxcodec/lgif/ |
D | fx_gif.h | 97 uint8_t char_height; member
|
D | fx_gif.cpp | 813 gif_pt_ptr->pte_ptr->char_height = gif_pte_ptr->char_height; in _gif_decode_extension() 1372 gif_ptr->pte_ptr->char_height); in _gif_write_data()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftobjs.c | 2986 FT_F26Dot6 char_height, in FT_Set_Char_Size() argument 2996 char_width = char_height; in FT_Set_Char_Size() 2997 else if ( !char_height ) in FT_Set_Char_Size() 2998 char_height = char_width; in FT_Set_Char_Size() 3007 if ( char_height < 1 * 64 ) in FT_Set_Char_Size() 3008 char_height = 1 * 64; in FT_Set_Char_Size() 3015 req.height = char_height; in FT_Set_Char_Size()
|
/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 | 3021 FT_F26Dot6 char_height, in FT_Set_Char_Size() argument 3031 char_width = char_height; in FT_Set_Char_Size() 3032 else if ( !char_height ) in FT_Set_Char_Size() 3033 char_height = char_width; in FT_Set_Char_Size() 3042 if ( char_height < 1 * 64 ) in FT_Set_Char_Size() 3043 char_height = 1 * 64; in FT_Set_Char_Size() 3050 req.height = char_height; in FT_Set_Char_Size()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | freetype.h | 2508 FT_F26Dot6 char_height,
|
/external/freetype/include/freetype/ |
D | freetype.h | 2541 FT_F26Dot6 char_height,
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 2508 FT_F26Dot6 char_height,
|