/AliOS-Things-master/components/freetype/src/base/ |
A D | ftrfork.c | 541 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_hfsplus() 542 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 ); in raccess_guess_darwin_hfsplus() 577 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_newvfs() 578 FT_MEM_COPY( newpath + base_file_len, "/..namedfork/rsrc", 18 ); in raccess_guess_darwin_newvfs()
|
A D | ftbitmap.c | 92 FT_MEM_COPY( target->buffer, source->buffer, size ); in FT_Bitmap_Copy() 187 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ), in ft_bitmap_assure_buffer() 196 FT_MEM_COPY( buffer + new_pitch * i, in ft_bitmap_assure_buffer()
|
A 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() 771 FT_MEM_COPY( p, cursor, len ); in FT_Stream_ReadFields()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 220 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro 234 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )
|
/AliOS-Things-master/components/freetype/src/bzip2/ |
A D | ftbzip2.c | 269 FT_MEM_COPY( zip->input, stream->base + stream->pos, size ); in ft_bzip2_file_fill_input() 394 FT_MEM_COPY( buffer, zip->cursor, delta ); in ft_bzip2_file_io()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2arrst.c | 235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem ); in cf2_arrstack_push()
|
A D | cffload.c | 449 FT_MEM_COPY( t[n - 1], org_bytes + cur_offset, t[n] - t[n - 1] ); in cff_index_get_pointers() 600 FT_MEM_COPY( name, bytes, byte_len ); in cff_index_get_name()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A 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() 980 FT_MEM_COPY( result, *cursor, len ); 1189 FT_MEM_COPY( string, cur, len ); in ps_parser_load_field()
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | ftgzip.c | 392 FT_MEM_COPY( zip->input, stream->base + stream->pos, size ); in ft_gzip_file_fill_input() 517 FT_MEM_COPY( buffer, zip->cursor, delta ); in ft_gzip_file_io()
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftlzw.c | 288 FT_MEM_COPY( buffer + result, zip->cursor, delta ); in ft_lzw_file_io()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgxvar.c | 782 FT_MEM_COPY( mmvar, face->blend->mmvar, face->blend->mmvar_len ); in TT_Get_MM_Var() 925 FT_MEM_COPY( blend->normalizedcoords, in TT_Set_MM_Blend() 1393 FT_MEM_COPY( in TT_Vary_Get_Glyph_Deltas()
|
A D | ttgload.c | 448 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A 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()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 1057 FT_MEM_COPY( (char *)p->name, name, n ); in bdf_create_property() 1149 FT_MEM_COPY( cp, comment, len ); in _bdf_add_comment() 1196 FT_MEM_COPY( name, font->name, len ); in _bdf_set_default_spacing() 1598 FT_MEM_COPY( p->glyph_name, s, slen + 1 ); in _bdf_parse_glyphs() 2246 FT_MEM_COPY( p->font->name, s, slen + 1 ); in _bdf_parse_start()
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcsbits.c | 58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size ); in ftc_sbit_copy_bitmap()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 622 FT_MEM_COPY( name, token->start, len ); in parse_blend_axis_types() 1469 FT_MEM_COPY( temp, base, size ); in parse_subrs() 1656 FT_MEM_COPY( temp, base, size ); in parse_charstrings()
|
/AliOS-Things-master/components/freetype/src/winfonts/ |
A D | winfnt.c | 861 FT_MEM_COPY( font->family_name, in FNT_Face_Init()
|