Searched refs:orus (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.c | 4932 FT_Vector* vec1 = exc->zp0.orus + L; in Ins_MD() 4933 FT_Vector* vec2 = exc->zp1.orus + K; in Ins_MD() 6135 FT_Vector* vec1 = &exc->zp1.orus[point]; in Ins_MDRP() 6136 FT_Vector* vec2 = &exc->zp0.orus[exc->GS.rp0]; in Ins_MDRP() 6712 orus_base = &exc->zp0.orus[exc->GS.rp1]; in Ins_IP() 6731 old_range = DUALPROJ( &exc->zp1.orus[exc->GS.rp2], orus_base ); in Ins_IP() 6737 vec.x = FT_MulFix( SUB_LONG( exc->zp1.orus[exc->GS.rp2].x, in Ins_IP() 6740 vec.y = FT_MulFix( SUB_LONG( exc->zp1.orus[exc->GS.rp2].y, in Ins_IP() 6770 org_dist = DUALPROJ( &exc->zp2.orus[point], orus_base ); in Ins_IP() 6776 vec.x = FT_MulFix( SUB_LONG( exc->zp2.orus[point].x, in Ins_IP() [all …]
|
D | ttobjs.c | 82 FT_FREE( zone->orus ); in tt_glyphzone_done() 130 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
|
D | ttgload.c | 772 zone->orus = load->extra_points2 + start_point; in tt_prepare_zone() 830 FT_ARRAY_COPY( zone->orus, zone->cur, zone->n_points ); in TT_Hint_Glyph() 973 FT_ARRAY_COPY( loader->zone.orus, loader->zone.cur, in TT_Process_Simple_Glyph()
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1843 FT_Vector* orus; /* original (unscaled) point coordinates */ member
|
/external/freetype/ |
D | ChangeLog.23 | 7488 `orus'. 7495 * src/truetype/ttgload.c (tt_prepare_zone): Handle `orus'. 7499 (TT_Process_Simple_Glyph): Handle `orus'. 7502 (Ins_MD, Ins_MDRP, Ins_IP) [FIX_BYTECODE]: Handle `orus'. 7505 Add `orus' member. 7511 Updated to handle `orus'. 7515 Handle `orus'.
|
D | ChangeLog.24 | 2848 * src/truetype/ttinterp.c (Ins_IP): Scale `orus' coordinates
|