Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c1479 static int get_tmheightW( LOGFONTW *plf, int flag) in get_tmheightW() function
3009 ok( ret1 == ((get_tmheightW( &ncm1.lfMenuFont, 1 ) - 1) | 1) && in test_metrics_for_dpi()
3010 ret2 == ((get_tmheightW( &ncm2.lfMenuFont, 1 ) - 1) | 1), in test_metrics_for_dpi()
3012 get_tmheightW( &ncm1.lfMenuFont, 1 ), get_tmheightW( &ncm2.lfMenuFont, 1 )); in test_metrics_for_dpi()