Searched refs:FT_MEM_COPY (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2arrst.c235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem );
/external/freetype/src/cff/
H A Dcf2arrst.c235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2arrst.c235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem );
/external/chromium_org/third_party/freetype/src/base/
H A Dftrfork.c523 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 );
H A Dftbitmap.c92 FT_MEM_COPY( target->buffer, source->buffer, size );
187 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ),
196 FT_MEM_COPY( buffer + new_pitch * i,
H A Dftstream.c145 FT_MEM_COPY( buffer, stream->base + pos, read_bytes );
182 FT_MEM_COPY( buffer, stream->base + stream->pos, read_bytes );
771 FT_MEM_COPY( p, cursor, len );
/external/freetype/src/base/
H A Dftrfork.c541 FT_MEM_COPY( newpath, base_file_name, base_file_len );
542 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 );
577 FT_MEM_COPY( newpath, base_file_name, base_file_len );
578 FT_MEM_COPY( newpath + base_file_len, "/..namedfork/rsrc", 18 );
H A Dftbitmap.c92 FT_MEM_COPY( target->buffer, source->buffer, size );
187 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ),
196 FT_MEM_COPY( buffer + new_pitch * i,
H A Dftstream.c145 FT_MEM_COPY( buffer, stream->base + pos, read_bytes );
182 FT_MEM_COPY( buffer, stream->base + stream->pos, read_bytes );
771 FT_MEM_COPY( p, cursor, len );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftrfork.c523 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 );
H A Dftstream.c145 FT_MEM_COPY( buffer, stream->base + pos, read_bytes );
182 FT_MEM_COPY( buffer, stream->base + stream->pos, read_bytes );
771 FT_MEM_COPY( p, cursor, len );
H A Dfxft_ftbitmap.c92 FT_MEM_COPY( target->buffer, source->buffer, size );
187 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ),
196 FT_MEM_COPY( buffer + new_pitch * i,
/external/chromium_org/third_party/freetype/include/freetype/internal/
H 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) ) )
/external/freetype/include/internal/
H 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) ) )
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c134 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 );
1187 FT_MEM_COPY( string, cur, len );
/external/freetype/src/psaux/
H A Dpsobjs.c134 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 );
980 FT_MEM_COPY( result, *cursor, len );
1189 FT_MEM_COPY( string, cur, len );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c134 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 );
1188 FT_MEM_COPY( string, cur, len );
/external/freetype/src/gzip/
H A Dftgzip.c392 FT_MEM_COPY( zip->input, stream->base + stream->pos, size );
517 FT_MEM_COPY( buffer, zip->cursor, delta );
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftmemory.h333 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro
347 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftmemory.h333 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro
347 FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c464 FT_MEM_COPY( phy_font->font_id, p, len );
658 FT_MEM_COPY( result, p, len );
/external/freetype/src/pfr/
H A Dpfrload.c464 FT_MEM_COPY( phy_font->font_id, p, len );
658 FT_MEM_COPY( result, p, len );
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcsbits.c58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size );
/external/freetype/src/cache/
H A Dftcsbits.c58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size );
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c782 FT_MEM_COPY( mmvar, face->blend->mmvar, face->blend->mmvar_len );
925 FT_MEM_COPY( blend->normalizedcoords,
1393 FT_MEM_COPY(

Completed in 288 milliseconds

12