Searched refs:extra_points (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/freetype/src/base/ |
D | ftgloadr.c | 113 FT_FREE( loader->base.extra_points ); in FT_GlyphLoader_Reset() 156 loader->current.extra_points = loader->base.extra_points + in FT_GlyphLoader_Adjust_Points() 172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra() 175 loader->base.extra_points2 = loader->base.extra_points + in FT_GlyphLoader_CreateExtra() 231 if ( FT_RENEW_ARRAY( loader->base.extra_points, in FT_GlyphLoader_CheckPoints() 235 FT_ARRAY_MOVE( loader->base.extra_points + new_max, in FT_GlyphLoader_CheckPoints() 236 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints() 239 loader->base.extra_points2 = loader->base.extra_points + new_max; in FT_GlyphLoader_CheckPoints() 389 FT_ARRAY_COPY( target->base.extra_points, source->base.extra_points, in FT_GlyphLoader_CopyPoints()
|
/external/freetype/src/base/ |
D | ftgloadr.c | 113 FT_FREE( loader->base.extra_points ); in FT_GlyphLoader_Reset() 156 loader->current.extra_points = loader->base.extra_points + in FT_GlyphLoader_Adjust_Points() 172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra() 175 loader->base.extra_points2 = loader->base.extra_points + in FT_GlyphLoader_CreateExtra() 232 if ( FT_RENEW_ARRAY( loader->base.extra_points, in FT_GlyphLoader_CheckPoints() 236 FT_ARRAY_MOVE( loader->base.extra_points + new_max, in FT_GlyphLoader_CheckPoints() 237 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints() 240 loader->base.extra_points2 = loader->base.extra_points + new_max; in FT_GlyphLoader_CheckPoints() 390 FT_ARRAY_COPY( target->base.extra_points, source->base.extra_points, in FT_GlyphLoader_CopyPoints()
|
/external/freetype/include/internal/ |
D | ftgloadr.h | 71 FT_Vector* extra_points; /* extra points table */ member
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftgloadr.h | 71 FT_Vector* extra_points; /* extra points table */ member
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgload.c | 713 zone->org = load->extra_points + start_point; in tt_prepare_zone()
|
/external/freetype/src/truetype/ |
D | ttgload.c | 734 zone->org = load->extra_points + start_point; in tt_prepare_zone()
|