Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c5179 FT_Vector* vec1 = CUR.zp0.orus + L; in Ins_MD()
5180 FT_Vector* vec2 = CUR.zp1.orus + K; in Ins_MD()
6133 FT_Vector* vec1 = &CUR.zp1.orus[point]; in Ins_MDRP()
6134 FT_Vector* vec2 = &CUR.zp0.orus[CUR.GS.rp0]; in Ins_MDRP()
6557 orus_base = &CUR.zp0.orus[CUR.GS.rp1]; in Ins_IP()
6577 old_range = CUR_Func_dualproj( &CUR.zp1.orus[CUR.GS.rp2], in Ins_IP()
6584 vec.x = TT_MULFIX( CUR.zp1.orus[CUR.GS.rp2].x - orus_base->x, in Ins_IP()
6586 vec.y = TT_MULFIX( CUR.zp1.orus[CUR.GS.rp2].y - orus_base->y, in Ins_IP()
6615 org_dist = CUR_Func_dualproj( &CUR.zp2.orus[point], orus_base ); in Ins_IP()
6621 vec.x = TT_MULFIX( CUR.zp2.orus[point].x - orus_base->x, in Ins_IP()
[all …]
Dttobjs.c84 FT_FREE( zone->orus ); in tt_glyphzone_done()
128 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
Dttgload.c697 zone->orus = load->extra_points2 + start_point; in tt_prepare_zone()
757 FT_ARRAY_COPY( zone->orus, zone->cur, zone->n_points ); in TT_Hint_Glyph()
888 FT_ARRAY_COPY( loader->zone.orus, loader->zone.cur, in TT_Process_Simple_Glyph()
/external/freetype/include/freetype/internal/
Dtttypes.h1475 FT_Vector* orus; /* original (unscaled) point coordinates */ member