Searched refs:FT_MEM_COPY (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/base/ |
D | ftrfork.c | 523 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()
|
D | ftbitmap.c | 90 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()
|
D | ftstream.c | 145 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/ |
D | ftmemory.h | 203 #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/ |
D | psobjs.c | 134 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/ |
D | ttgxvar.c | 789 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()
|
D | ttgload.c | 430 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph()
|
/external/freetype/src/pfr/ |
D | pfrload.c | 464 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/ |
D | ftcsbits.c | 58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size ); in ftc_sbit_copy_bitmap()
|
/external/freetype/src/cff/ |
D | cffload.c | 448 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()
|