Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c4531 exc->GS.rp0 = (FT_UShort)args[0]; in Ins_SRP0()
5868 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) ) in Ins_MSIRP()
5879 exc->zp1.org[point] = exc->zp0.org[exc->GS.rp0]; in Ins_MSIRP()
5884 distance = PROJECT( exc->zp1.cur + point, exc->zp0.cur + exc->GS.rp0 ); in Ins_MSIRP()
5904 exc->GS.rp1 = exc->GS.rp0; in Ins_MSIRP()
5908 exc->GS.rp0 = point; in Ins_MSIRP()
5961 exc->GS.rp0 = point; in Ins_MDAP()
6081 exc->GS.rp0 = point; in Ins_MIAP()
6113 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) ) in Ins_MDRP()
6128 FT_Vector* vec2 = &exc->zp0.org[exc->GS.rp0]; in Ins_MDRP()
[all …]
Dttobjs.h67 FT_UShort rp0; member
Dttobjs.c989 exec->GS.rp0 = 0; in tt_size_run_prep()