Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c2305 exc->func_round = (TT_Round_Func)Round_None; in Compute_Round()
2309 exc->func_round = (TT_Round_Func)Round_To_Grid; in Compute_Round()
2313 exc->func_round = (TT_Round_Func)Round_Up_To_Grid; in Compute_Round()
2317 exc->func_round = (TT_Round_Func)Round_Down_To_Grid; in Compute_Round()
2321 exc->func_round = (TT_Round_Func)Round_To_Half_Grid; in Compute_Round()
2325 exc->func_round = (TT_Round_Func)Round_To_Double_Grid; in Compute_Round()
2329 exc->func_round = (TT_Round_Func)Round_Super; in Compute_Round()
2333 exc->func_round = (TT_Round_Func)Round_Super_45; in Compute_Round()
2858 args[0] = ( ( exc->func_round( exc, args[0], 0 ) & 127 ) == 64 ); in Ins_ODD()
2872 args[0] = ( ( exc->func_round( exc, args[0], 0 ) & 127 ) == 0 ); in Ins_EVEN()
[all …]
Dttinterp.h236 TT_Round_Func func_round; /* current rounding function */ member