Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_freetype.h162 #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/
Dfx_gif.h97 uint8_t char_height; member
Dfx_gif.cpp813 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/
Dftobjs.c2986 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/
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.c3021 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/
Dfreetype.h2508 FT_F26Dot6 char_height,
/external/freetype/include/freetype/
Dfreetype.h2541 FT_F26Dot6 char_height,
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h2508 FT_F26Dot6 char_height,