Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftrfork.c614 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_hfsplus()
615 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 ); in raccess_guess_darwin_hfsplus()
650 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_newvfs()
651 FT_MEM_COPY( newpath + base_file_len, "/..namedfork/rsrc", 18 ); in raccess_guess_darwin_newvfs()
Dftbitmap.c130 FT_MEM_COPY( target->buffer, source->buffer, size ); in FT_Bitmap_Copy()
257 FT_MEM_COPY( out, in, len ); in ft_bitmap_assure_buffer()
280 FT_MEM_COPY( out, in, len ); in ft_bitmap_assure_buffer()
1021 FT_MEM_COPY( q, p, pitch ); in FT_Bitmap_Blend()
Dftstream.c144 FT_MEM_COPY( buffer, stream->base + pos, read_bytes ); in FT_Stream_ReadAt()
181 FT_MEM_COPY( buffer, stream->base + stream->pos, read_bytes ); in FT_Stream_TryRead()
773 FT_MEM_COPY( p, cursor, len ); in FT_Stream_ReadFields()
/external/freetype/include/freetype/internal/
Dftmemory.h237 #define FT_MEM_COPY( dest, source, count ) \ macro
254 FT_MEM_COPY( dest, \
/external/freetype/src/bzip2/
Dftbzip2.c269 FT_MEM_COPY( zip->input, stream->base + stream->pos, size ); in ft_bzip2_file_fill_input()
395 FT_MEM_COPY( buffer, zip->cursor, delta ); in ft_bzip2_file_io()
/external/freetype/src/psaux/
Dpsarrst.c235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem ); in cf2_arrstack_push()
Dpsobjs.c138 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table()
218 FT_MEM_COPY( table->block + table->cursor, object, length ); in ps_table_add()
256 FT_MEM_COPY( table->block, old_base, table->cursor ); in ps_table_done()
986 FT_MEM_COPY( result, *cursor, len );
1199 FT_MEM_COPY( string, cur, len ); in ps_parser_load_field()
/external/freetype/src/gzip/
Dftgzip.c404 FT_MEM_COPY( zip->input, stream->base + stream->pos, size ); in ft_gzip_file_fill_input()
530 FT_MEM_COPY( buffer, zip->cursor, delta ); in ft_gzip_file_io()
/external/freetype/src/lzw/
Dftlzw.c282 FT_MEM_COPY( buffer + result, zip->cursor, delta ); in ft_lzw_file_io()
/external/freetype/src/bdf/
Dbdflib.c862 FT_MEM_COPY( (char *)p->name, name, n ); in bdf_create_property()
952 FT_MEM_COPY( cp, comment, len ); in _bdf_add_comment()
999 FT_MEM_COPY( name, font->name, len ); in _bdf_set_default_spacing()
1444 FT_MEM_COPY( p->glyph_name, s, slen + 1 ); in _bdf_parse_glyphs()
2060 FT_MEM_COPY( p->font->name, s, slen + 1 ); in _bdf_parse_start()
/external/freetype/src/pfr/
Dpfrload.c572 FT_MEM_COPY( phy_font->font_id, p, len ); in pfr_extra_item_load_font_id()
767 FT_MEM_COPY( result, p, len ); in pfr_aux_name_load()
/external/freetype/src/cache/
Dftcsbits.c59 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size ); in ftc_sbit_copy_bitmap()
/external/freetype/src/sfnt/
Dttcolr.c346 FT_MEM_COPY( q, p, dstSlot->bitmap.width * 4 ); in tt_face_colr_blend_layer()
/external/freetype/src/cff/
Dcffload.c474 FT_MEM_COPY( tbl[n - 1], in cff_index_get_pointers()
640 FT_MEM_COPY( name, bytes, byte_len ); in cff_index_get_name()
1551 FT_MEM_COPY( blend->lastNDV, in cff_blend_build_vector()
/external/freetype/src/type1/
Dt1load.c858 FT_MEM_COPY( name, token->start, len ); in parse_blend_axis_types()
1863 FT_MEM_COPY( temp, base, size ); in parse_subrs()
2073 FT_MEM_COPY( temp, base, size ); in parse_charstrings()
/external/freetype/src/truetype/
Dttgxvar.c2458 FT_MEM_COPY( mmvar, face->blend->mmvar, face->blend->mmvar_len ); in TT_Get_MM_Var()
2655 FT_MEM_COPY( blend->normalizedcoords, in tt_set_mm_blend()
3351 FT_MEM_COPY( in tt_face_vary_cvt()
3904 FT_MEM_COPY( in TT_Vary_Apply_Glyph_Deltas()
Dttgload.c462 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph()
/external/freetype/src/winfonts/
Dwinfnt.c894 FT_MEM_COPY( font->family_name, in FNT_Face_Init()
/external/freetype/builds/mac/
Dftmac.c556 FT_MEM_COPY( path, node_name, node_namelen ); in FT_FSpMakePath()
/external/freetype/
DChangeLog.271638 [cff] Avoid null pointer passed to FT_MEM_COPY (#48984).
DChangeLog.213271 FT_MEM_COPY, for copying the private dict.
4710 * src/bdf/bdflib.c (_bdf_readstream): Don't use FT_MEM_COPY but
8936 MEM_Copy => FT_MEM_COPY
DChangeLog.265103 (FT_MEM_SET, FT_MEM_COPY, FT_MEM_MOVE, FT_ARRAY_ZERO, FT_ARRAY_COPY,
/external/freetype/docs/
DCHANGES3667 MEM_Copy => FT_MEM_COPY