Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c3914 TT_CallRec* pCrec; in Ins_CALL() local
3972 pCrec = exc->callStack + exc->callTop; in Ins_CALL()
3974 pCrec->Caller_Range = exc->curRange; in Ins_CALL()
3975 pCrec->Caller_IP = exc->IP + 1; in Ins_CALL()
3976 pCrec->Cur_Count = 1; in Ins_CALL()
3977 pCrec->Def = def; in Ins_CALL()
4003 TT_CallRec* pCrec; in Ins_LOOPCALL() local
4060 pCrec = exc->callStack + exc->callTop; in Ins_LOOPCALL()
4062 pCrec->Caller_Range = exc->curRange; in Ins_LOOPCALL()
4063 pCrec->Caller_IP = exc->IP + 1; in Ins_LOOPCALL()
[all …]