Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c403 exec->zp1 = exec->zp0; in TT_Load_Context()
432 exec->zp1 = exec->pts; in TT_Load_Context()
503 exec->zp1 = exec->pts; in TT_Run_Context()
4351 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4358 p1 = exc->zp1.cur + aIdx2; in Ins_SxVTL()
4956 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
4965 D = PROJECT( exc->zp0.cur + L, exc->zp1.cur + K ); in Ins_MD()
4973 FT_Vector* vec2 = exc->zp1.org + K; in Ins_MD()
4981 FT_Vector* vec2 = exc->zp1.orus + K; in Ins_MD()
5035 if ( BOUNDS( p2, exc->zp1.n_points ) || in Ins_SDPVTL()
[all …]
Dttinterp.h170 zp1, /* @! */ member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.235646 * src/truetype/ttinterp.c (TT_Load_Context): Initialize `zp0', `zp1',