/external/freetype/src/base/ |
ftbitmap.c | 90 FT_MEM_COPY( target->buffer, source->buffer, size ); 185 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ), 194 FT_MEM_COPY( buffer + new_pitch * i,
|
ftrfork.c | 523 FT_MEM_COPY( newpath, base_file_name, base_file_len ); 524 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 ); 559 FT_MEM_COPY( newpath, base_file_name, base_file_len ); 560 FT_MEM_COPY( newpath + base_file_len, "/..namedfork/rsrc", 18 );
|
ftstream.c | 145 FT_MEM_COPY( buffer, stream->base + pos, read_bytes ); 182 FT_MEM_COPY( buffer, stream->base + stream->pos, read_bytes ); 770 FT_MEM_COPY( p, cursor, len );
|
/external/freetype/include/freetype/internal/ |
ftmemory.h | 203 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) 217 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )
|
/external/freetype/src/psaux/ |
psobjs.c | 134 FT_MEM_COPY( table->block, old_base, table->capacity ); 216 FT_MEM_COPY( table->block + table->cursor, object, length ); 253 FT_MEM_COPY( table->block, old_base, table->cursor ); 978 FT_MEM_COPY( result, *cursor, len ); 1180 FT_MEM_COPY( string, cur, len ); [all...] |
/external/freetype/src/pfr/ |
pfrload.c | 464 FT_MEM_COPY( phy_font->font_id, p, len ); 658 FT_MEM_COPY( result, p, len );
|
/external/freetype/src/cache/ |
ftcsbits.c | 58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size );
|
/external/freetype/src/truetype/ |
ttgxvar.c | 789 FT_MEM_COPY( mmvar, face->blend->mmvar, face->blend->mmvar_len ); [all...] |
ttgload.c | 430 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins ); [all...] |
/external/freetype/src/cff/ |
cffload.c | 448 FT_MEM_COPY( t[n - 1], org_bytes + cur_offset, t[n] - t[n - 1] ); 599 FT_MEM_COPY( name, bytes, byte_len ); [all...] |