Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttobjs.h76 FT_Int round_state; member
Dttinterp.c516 exec->GS.round_state = 1; in TT_Run_Context()
4747 exc->GS.round_state = TT_Round_To_Half_Grid; in Ins_RTHG()
4761 exc->GS.round_state = TT_Round_To_Grid; in Ins_RTG()
4774 exc->GS.round_state = TT_Round_To_Double_Grid; in Ins_RTDG()
4787 exc->GS.round_state = TT_Round_Up_To_Grid; in Ins_RUTG()
4801 exc->GS.round_state = TT_Round_Down_To_Grid; in Ins_RDTG()
4815 exc->GS.round_state = TT_Round_Off; in Ins_ROFF()
4832 exc->GS.round_state = TT_Round_Super; in Ins_SROUND()
4849 exc->GS.round_state = TT_Round_Super_45; in Ins_S45ROUND()
7862 Compute_Round( exc, (FT_Byte)exc->GS.round_state ); in TT_RunIns()