Home
last modified time | relevance | path

Searched refs:FT_PtrDist (Results 1 – 17 of 17) sorted by relevance

/external/freetype/src/base/
Dftdbgmem.c50 #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()
/external/freetype/include/freetype/
Dfttypes.h337 typedef ft_ptrdiff_t FT_PtrDist; typedef
/external/freetype/src/cff/
Dcffobjs.c683 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()
Dcffload.c1332 FT_PtrDist offset = subFont->blend_stack - blend_stack_old; in cff_blend_doBlend()
/external/freetype/src/smooth/
Dftgrays.c160 typedef ptrdiff_t FT_PtrDist; typedef
458 FT_PtrDist max_cells;
459 FT_PtrDist num_cells;
1694 ras.max_cells = (FT_PtrDist)( FT_MAX_GRAY_POOL - n ); in gray_convert_glyph()
/external/freetype/include/freetype/internal/
Dftserv.h405 #define FT_SERVICE_UNAVAILABLE ((FT_Pointer)~(FT_PtrDist)1)
/external/freetype/src/autofit/
Dafhints.c1325 FT_PtrDist min, max, mid; in af_glyph_hints_align_strong_points()
1337 FT_PtrDist nn; in af_glyph_hints_align_strong_points()
Dafcjk.c1817 FT_PtrDist n_edges; in af_cjk_hint_edges()
Daflatin.c2953 FT_PtrDist n_edges; in af_latin_hint_edges()
/external/freetype/src/otvalid/
Dotvgpos.c212 FT_PtrDist table_size; in otv_ValueRecord_validate()
/external/freetype/src/psaux/
Dpsobjs.c107 FT_PtrDist delta = table->block - old_base; in shift_elements()
193 FT_PtrDist in_offset; in ps_table_add()
/external/freetype/
DChangeLog.244188 * src/psaux/psobjs.c (ps_table_add): Use FT_PtrDist for pointer
4956 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 new
4971 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_PtrDist
4998 FT_PtrDist from FT_UFast for better pointer calculation.
5014 Change the type of `FT_MEM_VAL' from FT_ULong to FT_PtrDist.
[all …]
DChangeLog.264743 [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.
DChangeLog.211254 * 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_PtrDist
6936 Use FT_PtrDist where appropriate.
6939 * src/type1/t1afm.c (afm_atoindex): Use FT_PtrDist.
DChangeLog.231247 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 memory
7424 `(FT_UInt32)(void*)' into `(FT_UInt32)(FT_PtrDist)(void*)' since on
DChangeLog.22263 FT_PtrDist for `delta'. Reported by Céline PILLET
/external/freetype/src/truetype/
Dttgxvar.c108 #define ALL_POINTS (FT_UShort*)~(FT_PtrDist)0