Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c6664 FT_Vector* orus_base; in Ins_IP() local
6693 orus_base = &exc->zp0.org[exc->GS.rp1]; in Ins_IP()
6695 orus_base = &exc->zp0.orus[exc->GS.rp1]; in Ins_IP()
6712 old_range = DUALPROJ( &exc->zp1.org[exc->GS.rp2], orus_base ); in Ins_IP()
6714 old_range = DUALPROJ( &exc->zp1.orus[exc->GS.rp2], orus_base ); in Ins_IP()
6721 orus_base->x ), in Ins_IP()
6724 orus_base->y ), in Ins_IP()
6751 org_dist = DUALPROJ( &exc->zp2.org[point], orus_base ); in Ins_IP()
6753 org_dist = DUALPROJ( &exc->zp2.orus[point], orus_base ); in Ins_IP()
6760 orus_base->x ), in Ins_IP()
[all …]