Searched refs:extra_points (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/base/
H A Dftgloadr.c112 FT_FREE( loader->base.extra_points );
155 loader->current.extra_points = loader->base.extra_points +
171 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) )
174 loader->base.extra_points2 = loader->base.extra_points +
230 if ( FT_RENEW_ARRAY( loader->base.extra_points,
234 FT_ARRAY_MOVE( loader->base.extra_points + new_max,
235 loader->base.extra_points + old_max,
238 loader->base.extra_points2 = loader->base.extra_points + new_max;
385 FT_ARRAY_COPY( target->base.extra_points, sourc
[all...]
/external/freetype/include/freetype/internal/
H A Dftgloadr.h71 FT_Vector* extra_points; /* extra points table */ member in struct:FT_GlyphLoadRec_
/external/freetype/src/truetype/
H A Dttgload.c695 zone->org = load->extra_points + start_point;

Completed in 40 milliseconds