Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c4465 exc->GS.rp0 = (FT_UShort)args[0]; in Ins_SRP0()
5801 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) ) in Ins_MSIRP()
5812 exc->zp1.org[point] = exc->zp0.org[exc->GS.rp0]; in Ins_MSIRP()
5817 distance = PROJECT( exc->zp1.cur + point, exc->zp0.cur + exc->GS.rp0 ); in Ins_MSIRP()
5833 exc->GS.rp1 = exc->GS.rp0; in Ins_MSIRP()
5837 exc->GS.rp0 = point; in Ins_MSIRP()
5888 exc->GS.rp0 = point; in Ins_MDAP()
6001 exc->GS.rp0 = point; in Ins_MIAP()
6033 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) ) in Ins_MDRP()
6048 FT_Vector* vec2 = &exc->zp0.org[exc->GS.rp0]; in Ins_MDRP()
[all …]
Dttobjs.h67 FT_UShort rp0; member
Dttobjs.c956 exec->GS.rp0 = 0; in tt_size_run_prep()