Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2764 FT_UInt vert_resolution );
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3405 FT_UInt vert_resolution ) in FT_Set_Char_Size() argument
3418 horz_resolution = vert_resolution; in FT_Set_Char_Size()
3419 else if ( !vert_resolution ) in FT_Set_Char_Size()
3420 vert_resolution = horz_resolution; in FT_Set_Char_Size()
3428 horz_resolution = vert_resolution = 72; in FT_Set_Char_Size()
3434 req.vertResolution = vert_resolution; in FT_Set_Char_Size()