Home
last modified time | relevance | path

Searched refs:FT_MEM_COPY (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/base/
Dftrfork.c523 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_hfsplus()
524 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 ); in raccess_guess_darwin_hfsplus()
559 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_newvfs()
560 FT_MEM_COPY( newpath + base_file_len, "/..namedfork/rsrc", 18 ); in raccess_guess_darwin_newvfs()
Dftbitmap.c90 FT_MEM_COPY( target->buffer, source->buffer, size ); in FT_Bitmap_Copy()
185 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ), in ft_bitmap_assure_buffer()
194 FT_MEM_COPY( buffer + new_pitch * i, in ft_bitmap_assure_buffer()
Dftstream.c145 FT_MEM_COPY( buffer, stream->base + pos, read_bytes ); in FT_Stream_ReadAt()
182 FT_MEM_COPY( buffer, stream->base + stream->pos, read_bytes ); in FT_Stream_TryRead()
770 FT_MEM_COPY( p, cursor, len ); in FT_Stream_ReadFields()
/external/freetype/include/freetype/internal/
Dftmemory.h203 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro
217 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )
/external/freetype/src/psaux/
Dpsobjs.c134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table()
216 FT_MEM_COPY( table->block + table->cursor, object, length ); in ps_table_add()
253 FT_MEM_COPY( table->block, old_base, table->cursor ); in ps_table_done()
978 FT_MEM_COPY( result, *cursor, len );
1180 FT_MEM_COPY( string, cur, len ); in ps_parser_load_field()
/external/freetype/src/truetype/
Dttgxvar.c789 FT_MEM_COPY( mmvar, face->blend->mmvar, face->blend->mmvar_len ); in TT_Get_MM_Var()
932 FT_MEM_COPY( blend->normalizedcoords, in TT_Set_MM_Blend()
1412 FT_MEM_COPY( in TT_Vary_Get_Glyph_Deltas()
Dttgload.c430 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph()
/external/freetype/src/pfr/
Dpfrload.c464 FT_MEM_COPY( phy_font->font_id, p, len ); in pfr_extra_item_load_font_id()
658 FT_MEM_COPY( result, p, len ); in pfr_aux_name_load()
/external/freetype/src/cache/
Dftcsbits.c58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size ); in ftc_sbit_copy_bitmap()
/external/freetype/src/cff/
Dcffload.c448 FT_MEM_COPY( t[n - 1], org_bytes + cur_offset, t[n] - t[n - 1] ); in cff_index_get_pointers()
599 FT_MEM_COPY( name, bytes, byte_len ); in cff_index_get_name()