Home
last modified time | relevance | path

Searched refs:FT_ARRAY_COPY (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftgloadr.c380 FT_ARRAY_COPY( out->points, in->points, in FT_GlyphLoader_CopyPoints()
382 FT_ARRAY_COPY( out->tags, in->tags, in FT_GlyphLoader_CopyPoints()
384 FT_ARRAY_COPY( out->contours, in->contours, in FT_GlyphLoader_CopyPoints()
390 FT_ARRAY_COPY( target->base.extra_points, source->base.extra_points, in FT_GlyphLoader_CopyPoints()
392 FT_ARRAY_COPY( target->base.extra_points2, source->base.extra_points2, in FT_GlyphLoader_CopyPoints()
H A Dftoutln.c420 FT_ARRAY_COPY( target->points, source->points, source->n_points ); in FT_Outline_Copy()
421 FT_ARRAY_COPY( target->tags, source->tags, source->n_points ); in FT_Outline_Copy()
425 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours ); in FT_Outline_Copy()
H A Dftbitmap.c134 FT_ARRAY_COPY( t, s, pitch ); in FT_Bitmap_Copy()
666 FT_ARRAY_COPY( t, s, width ); in FT_Bitmap_Convert()
H A Dftstroke.c716 FT_ARRAY_COPY( outline->points + outline->n_points, in ft_stroke_border_export()
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffload.c1026 FT_ARRAY_COPY( charset->sids, cff_isoadobe_charset, num_glyphs ); in cff_charset_load()
1044 FT_ARRAY_COPY( charset->sids, cff_expert_charset, num_glyphs ); in cff_charset_load()
1062 FT_ARRAY_COPY( charset->sids, cff_expertsubset_charset, num_glyphs ); in cff_charset_load()
1806 FT_ARRAY_COPY( encoding->sids, cff_standard_encoding, 256 ); in cff_encoding_load()
1811 FT_ARRAY_COPY( encoding->sids, cff_expert_encoding, 256 ); in cff_encoding_load()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dftmemory.h244 #define FT_ARRAY_COPY( dest, source, count ) \ macro
/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttgload.c810 FT_ARRAY_COPY( zone->org, zone->cur, zone->n_points ); in TT_Hint_Glyph()
822 FT_ARRAY_COPY( zone->orus, zone->cur, zone->n_points ); in TT_Hint_Glyph()
965 FT_ARRAY_COPY( loader->zone.orus, loader->zone.cur, in TT_Process_Simple_Glyph()