Searched refs:Goto_CodeRange (Results 1 – 3 of 3) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | ttcommon.h | 115 #define Goto_CodeRange FTGoto_CodeRange macro
|
| H A D | ttobjs.c | 73 TT_Error Goto_CodeRange( PExecution_Context exec, Int range, Int IP ) in Goto_CodeRange() function 447 if ( ( error = Goto_CodeRange( exec, TT_CodeRange_Glyph, 0 ) ) ) in Context_Run() 685 error = Goto_CodeRange( exec, TT_CodeRange_Font, 0 ); in Instance_Init() 798 error = Goto_CodeRange( exec, TT_CodeRange_Cvt, 0 ); in Instance_Reset()
|
| H A D | ttobjs.h | 711 TT_Error Goto_CodeRange( PExecution_Context exec, Int range, Int IP );
|