Searched refs:ALL_POINTS (Results 1 – 3 of 3) sorted by relevance
110 #define ALL_POINTS (FT_UShort*)~(FT_PtrDist)0 macro163 return ALL_POINTS; in ft_var_readpackedpoints()3402 ( localpoints == ALL_POINTS && point_count != face->cvt_size ) ) in tt_face_vary_cvt()3405 else if ( localpoints == ALL_POINTS ) in tt_face_vary_cvt()3485 if ( localpoints != ALL_POINTS ) in tt_face_vary_cvt()3503 if ( sharedpoints != ALL_POINTS ) in tt_face_vary_cvt()3959 else if ( points == ALL_POINTS ) in TT_Vary_Apply_Glyph_Deltas()4135 if ( localpoints != ALL_POINTS ) in TT_Vary_Apply_Glyph_Deltas()4161 if ( sharedpoints != ALL_POINTS ) in TT_Vary_Apply_Glyph_Deltas()
4783 (ALL_POINTS): Fix cast.
1008 * src/truetype/ttgxvar.c (ALL_POINTS, TT_Get_MM_Var): Ditto.