Searched refs:FT_PtrDist (Results 1 – 17 of 17) sorted by relevance
50 #define FT_MEM_VAL( addr ) ( (FT_PtrDist)(FT_Pointer)( addr ) )279 FT_PtrDist hash; in ft_mem_table_resize()286 hash = FT_MEM_VAL( node->address ) % (FT_PtrDist)new_size; in ft_mem_table_resize()431 FT_PtrDist hash; in ft_mem_table_get_nodep()436 pnode = table->buckets + ( hash % (FT_PtrDist)table->size ); in ft_mem_table_get_nodep()462 hash = (FT_UInt32)(FT_PtrDist)(void*)_ft_debug_file + in ft_mem_table_get_source()
337 typedef ft_ptrdiff_t FT_PtrDist; typedef
683 FT_PtrDist s1len = s2 - s1 - 1; /* without the final NULL byte */ in cff_face_init()684 FT_PtrDist l; in cff_face_init()698 FT_PtrDist s1len = s2 - s1 - 1; in cff_face_init()699 FT_PtrDist l; in cff_face_init()
1332 FT_PtrDist offset = subFont->blend_stack - blend_stack_old; in cff_blend_doBlend()
160 typedef ptrdiff_t FT_PtrDist; typedef458 FT_PtrDist max_cells;459 FT_PtrDist num_cells;1694 ras.max_cells = (FT_PtrDist)( FT_MAX_GRAY_POOL - n ); in gray_convert_glyph()
405 #define FT_SERVICE_UNAVAILABLE ((FT_Pointer)~(FT_PtrDist)1)
1325 FT_PtrDist min, max, mid; in af_glyph_hints_align_strong_points()1337 FT_PtrDist nn; in af_glyph_hints_align_strong_points()
1817 FT_PtrDist n_edges; in af_cjk_hint_edges()
2953 FT_PtrDist n_edges; in af_latin_hint_edges()
212 FT_PtrDist table_size; in otv_ValueRecord_validate()
107 FT_PtrDist delta = table->block - old_base; in shift_elements()193 FT_PtrDist in_offset; in ps_table_add()
4188 * src/psaux/psobjs.c (ps_table_add): Use FT_PtrDist for pointer4956 the type of `_idx' from FT_PtrDist (by previous change)4961 [cache] Change the hash types to FT_PtrDist.4966 are extended from FT_ULong to FT_PtrDist and new4971 address, so using signed type FT_PtrDist is safe.4980 member `hash' is changed from FT_UInt32 to FT_PtrDist.4983 argument `hash' is changed from FT_UInt32 to FT_PtrDist.4991 of the internal variable `hash' is changed to FT_PtrDist4998 FT_PtrDist from FT_UFast for better pointer calculation.5014 Change the type of `FT_MEM_VAL' from FT_ULong to FT_PtrDist.[all …]
4743 [cache] Replace `FT_PtrDist' with `FT_Offset'.4746 is a better choice for `hash' to hold a pointer than `FT_PtrDist'4749 type `FT_UInt32' before the change to `FT_PtrDist'.]4980 Don't use `FT_PtrDist' for lengths.
1254 * include/freetype/fttypes.h (FT_PtrDist): Use `ft_ptrdiff_t'.3741 of `lengths' to FT_PtrDist.3742 (T1_DecoderRec): Change type of `subrs_len' to FT_PtrDist.3744 of `subrs_len' and `charstrings_len' to FT_PtrDist.5917 * src/pfr/pfrload.c (pfr_extra_item_load_font_id): Use FT_PtrDist6936 Use FT_PtrDist where appropriate.6939 * src/type1/t1afm.c (afm_atoindex): Use FT_PtrDist.
1247 TWork.{max_cells,num_cells} are changed to FT_PtrDist,1319 FT_PtrDist variable instead of FT_Int.1331 buffer should be typed FT_PtrDist.1714 FT_PtrDist because it is calculated by the memory7424 `(FT_UInt32)(void*)' into `(FT_UInt32)(FT_PtrDist)(void*)' since on
263 FT_PtrDist for `delta'. Reported by Céline PILLET
108 #define ALL_POINTS (FT_UShort*)~(FT_PtrDist)0