Searched refs:orus (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 4980 FT_Vector* vec1 = exc->zp0.orus + L; in Ins_MD() 4981 FT_Vector* vec2 = exc->zp1.orus + K; in Ins_MD() 6141 FT_Vector* vec1 = &exc->zp1.orus[point]; in Ins_MDRP() 6142 FT_Vector* vec2 = &exc->zp0.orus[exc->GS.rp0]; in Ins_MDRP() 6707 orus_base = &exc->zp0.orus[exc->GS.rp1]; in Ins_IP() 6726 old_range = DUALPROJ( &exc->zp1.orus[exc->GS.rp2], orus_base ); in Ins_IP() 6732 vec.x = FT_MulFix( SUB_LONG( exc->zp1.orus[exc->GS.rp2].x, in Ins_IP() 6735 vec.y = FT_MulFix( SUB_LONG( exc->zp1.orus[exc->GS.rp2].y, in Ins_IP() 6765 org_dist = DUALPROJ( &exc->zp2.orus[point], orus_base ); in Ins_IP() 6771 vec.x = FT_MulFix( SUB_LONG( exc->zp2.orus[point].x, in Ins_IP() [all …]
|
D | ttobjs.c | 81 FT_FREE( zone->orus ); in tt_glyphzone_done() 129 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
|
D | ttgload.c | 810 zone->orus = load->extra_points2 + start_point; in tt_prepare_zone() 862 FT_ARRAY_COPY( zone->orus, zone->cur, zone->n_points ); in TT_Hint_Glyph() 1016 FT_ARRAY_COPY( loader->zone.orus, loader->zone.cur, in TT_Process_Simple_Glyph()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | tttypes.h | 1700 FT_Vector* orus; /* original (unscaled) point coordinates */ member
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
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
|