Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c3947 TT_CallRec* pCrec; in Ins_CALL() local
4008 pCrec = exc->callStack + exc->callTop; in Ins_CALL()
4010 pCrec->Caller_Range = exc->curRange; in Ins_CALL()
4011 pCrec->Caller_IP = exc->IP + 1; in Ins_CALL()
4012 pCrec->Cur_Count = 1; in Ins_CALL()
4013 pCrec->Def = def; in Ins_CALL()
4039 TT_CallRec* pCrec; in Ins_LOOPCALL() local
4096 pCrec = exc->callStack + exc->callTop; in Ins_LOOPCALL()
4098 pCrec->Caller_Range = exc->curRange; in Ins_LOOPCALL()
4099 pCrec->Caller_IP = exc->IP + 1; in Ins_LOOPCALL()
[all …]