Searched refs:FT_NEXT_LONG (Results 1 – 9 of 9) sorted by relevance
197 lowerLimit = FT_NEXT_LONG( p ); in gxv_just_actSubrecord_type0_validate()198 upperLimit = FT_NEXT_LONG( p ); in gxv_just_actSubrecord_type0_validate()291 minimumLimit = FT_NEXT_LONG( p ); in gxv_just_actSubrecord_type4_validate()292 noStretchValue = FT_NEXT_LONG( p ); in gxv_just_actSubrecord_type4_validate()293 maximumLimit = FT_NEXT_LONG( p ); in gxv_just_actSubrecord_type4_validate()
117 track = FT_NEXT_LONG( p ); in gxv_trak_trackTable_validate()131 t = FT_NEXT_LONG( p ); in gxv_trak_trackTable_validate()
206 version = FT_NEXT_LONG( p ); in gxv_lcar_validate()
282 version = FT_NEXT_LONG( p ); in gxv_prop_validate()
1159 glyphOffset.l = FT_NEXT_LONG( p ); in gxv_EntryTable_validate()1530 glyphOffset.l = FT_NEXT_LONG( p ); in gxv_XEntryTable_validate()
584 apaint->u.transform.affine.xx = FT_NEXT_LONG( p ); in read_paint()585 apaint->u.transform.affine.yx = FT_NEXT_LONG( p ); in read_paint()586 apaint->u.transform.affine.xy = FT_NEXT_LONG( p ); in read_paint()587 apaint->u.transform.affine.yy = FT_NEXT_LONG( p ); in read_paint()588 apaint->u.transform.affine.dx = FT_NEXT_LONG( p ); in read_paint()589 apaint->u.transform.affine.dy = FT_NEXT_LONG( p ); in read_paint()
110 version = FT_NEXT_LONG( p ); in tt_face_load_sbit()
50 #define TT_NEXT_LONG FT_NEXT_LONG
253 #define FT_NEXT_LONG( buffer ) \ macro