/external/freetype/src/base/ |
D | ftrfork.c | 614 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()
|
D | ftbitmap.c | 130 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()
|
D | ftstream.c | 144 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/ |
D | ftmemory.h | 237 #define FT_MEM_COPY( dest, source, count ) \ macro 254 FT_MEM_COPY( dest, \
|
/external/freetype/src/bzip2/ |
D | ftbzip2.c | 269 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/ |
D | psarrst.c | 235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem ); in cf2_arrstack_push()
|
D | psobjs.c | 138 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/ |
D | ftgzip.c | 404 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/ |
D | ftlzw.c | 282 FT_MEM_COPY( buffer + result, zip->cursor, delta ); in ft_lzw_file_io()
|
/external/freetype/src/bdf/ |
D | bdflib.c | 862 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/ |
D | pfrload.c | 572 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/ |
D | ftcsbits.c | 59 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size ); in ftc_sbit_copy_bitmap()
|
/external/freetype/src/sfnt/ |
D | ttcolr.c | 346 FT_MEM_COPY( q, p, dstSlot->bitmap.width * 4 ); in tt_face_colr_blend_layer()
|
/external/freetype/src/cff/ |
D | cffload.c | 474 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/ |
D | t1load.c | 858 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/ |
D | ttgxvar.c | 2458 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()
|
D | ttgload.c | 462 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); in TT_Load_Simple_Glyph()
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 894 FT_MEM_COPY( font->family_name, in FNT_Face_Init()
|
/external/freetype/builds/mac/ |
D | ftmac.c | 556 FT_MEM_COPY( path, node_name, node_namelen ); in FT_FSpMakePath()
|
/external/freetype/ |
D | ChangeLog.27 | 1638 [cff] Avoid null pointer passed to FT_MEM_COPY (#48984).
|
D | ChangeLog.21 | 3271 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
|
D | ChangeLog.26 | 5103 (FT_MEM_SET, FT_MEM_COPY, FT_MEM_MOVE, FT_ARRAY_ZERO, FT_ARRAY_COPY,
|
/external/freetype/docs/ |
D | CHANGES | 3667 MEM_Copy => FT_MEM_COPY
|