Home
last modified time | relevance | path

Searched refs:horz_resolution (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dfx_freetype.h182 #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/
Dftobjs.c3283 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/
Dfreetype.h2835 FT_UInt horz_resolution,