Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3403 FT_F26Dot6 char_height, in FT_Set_Char_Size() argument
3413 char_width = char_height; in FT_Set_Char_Size()
3414 else if ( !char_height ) in FT_Set_Char_Size()
3415 char_height = char_width; in FT_Set_Char_Size()
3424 if ( char_height < 1 * 64 ) in FT_Set_Char_Size()
3425 char_height = 1 * 64; in FT_Set_Char_Size()
3432 req.height = char_height; in FT_Set_Char_Size()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2762 FT_F26Dot6 char_height,