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()430 FT_PtrDist hash; in ft_mem_table_get_nodep()435 pnode = table->buckets + ( hash % (FT_PtrDist)table->size ); in ft_mem_table_get_nodep()461 hash = (FT_UInt32)(FT_PtrDist)(void*)_ft_debug_file + in ft_mem_table_get_source()
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
660 FT_PtrDist s1len = s2 - s1 - 1; /* without the final NULL byte */ in cff_face_init()661 FT_PtrDist l; in cff_face_init()675 FT_PtrDist s1len = s2 - s1 - 1; in cff_face_init()676 FT_PtrDist l; in cff_face_init()
1329 FT_PtrDist offset = subFont->blend_stack - blend_stack_old; in cff_blend_doBlend()
150 typedef ptrdiff_t FT_PtrDist; typedef449 FT_PtrDist max_cells;450 FT_PtrDist num_cells;1785 ras.max_cells = (FT_PtrDist)( FT_MAX_GRAY_POOL - cell_start ); in gray_convert_glyph()
147 typedef ptrdiff_t FT_PtrDist; typedef439 FT_PtrDist max_cells;440 FT_PtrDist num_cells;
102 FT_PtrDist delta = table->block - old_base; in shift_elements()184 FT_PtrDist in_offset; in ps_table_add()
1312 FT_PtrDist min, max, mid; in af_glyph_hints_align_strong_points()1324 FT_PtrDist nn; in af_glyph_hints_align_strong_points()
1793 FT_PtrDist n_edges; in af_cjk_hint_edges()
2929 FT_PtrDist n_edges; in af_latin_hint_edges()
650 #define FT_SERVICE_UNAVAILABLE ((FT_Pointer)~(FT_PtrDist)1)
813 #define FT_SERVICE_UNAVAILABLE ((FT_Pointer)~(FT_PtrDist)1)
96 #define ALL_POINTS (FT_UShort*)~(FT_PtrDist)0
93 #define ALL_POINTS (FT_UShort*)~(FT_PtrDist)0