Home | History | Annotate | Download | only in truetype

Lines Matching refs:pCrec

3845     TT_CallRec*    pCrec;
3903 pCrec = exc->callStack + exc->callTop;
3905 pCrec->Caller_Range = exc->curRange;
3906 pCrec->Caller_IP = exc->IP + 1;
3907 pCrec->Cur_Count = 1;
3908 pCrec->Def = def;
3934 TT_CallRec* pCrec;
3991 pCrec = exc->callStack + exc->callTop;
3993 pCrec->Caller_Range = exc->curRange;
3994 pCrec->Caller_IP = exc->IP + 1;
3995 pCrec->Cur_Count = (FT_Int)args[0];
3996 pCrec->Def = def;