Home | History | Annotate | Download | only in truetype

Lines Matching refs:pCrec

3854     TT_CallRec*    pCrec;
3912 pCrec = exc->callStack + exc->callTop;
3914 pCrec->Caller_Range = exc->curRange;
3915 pCrec->Caller_IP = exc->IP + 1;
3916 pCrec->Cur_Count = 1;
3917 pCrec->Def = def;
3943 TT_CallRec* pCrec;
4000 pCrec = exc->callStack + exc->callTop;
4002 pCrec->Caller_Range = exc->curRange;
4003 pCrec->Caller_IP = exc->IP + 1;
4004 pCrec->Cur_Count = (FT_Int)args[0];
4005 pCrec->Def = def;