Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftrfork.c541 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 Dftbitmap.c92 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 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()
771 FT_MEM_COPY( p, cursor, len ); in FT_Stream_ReadFields()
/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h220 #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 Dftbzip2.c269 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 Dcf2arrst.c235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem ); in cf2_arrstack_push()
A Dcffload.c449 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 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()
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 Dftgzip.c392 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 Dftlzw.c288 FT_MEM_COPY( buffer + result, zip->cursor, delta ); in ft_lzw_file_io()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.c782 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 Dttgload.c448 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph()
/AliOS-Things-master/components/freetype/src/pfr/
A 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()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1057 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 Dftcsbits.c58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size ); in ftc_sbit_copy_bitmap()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c622 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 Dwinfnt.c861 FT_MEM_COPY( font->family_name, in FNT_Face_Init()

Completed in 33 milliseconds