Searched refs:horz_resolution (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxge/ |
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/freetype/src/base/ |
D | ftobjs.c | 3283 FT_UInt horz_resolution, in FT_Set_Char_Size() argument 3296 if ( !horz_resolution ) in FT_Set_Char_Size() 3297 horz_resolution = vert_resolution; in FT_Set_Char_Size() 3299 vert_resolution = horz_resolution; in FT_Set_Char_Size() 3306 if ( !horz_resolution ) in FT_Set_Char_Size() 3307 horz_resolution = vert_resolution = 72; in FT_Set_Char_Size() 3312 req.horiResolution = horz_resolution; in FT_Set_Char_Size()
|
/external/freetype/include/freetype/ |
D | freetype.h | 2835 FT_UInt horz_resolution,
|