Searched refs:base_file_len (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftrfork.c510 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); local
517 if ( base_file_len + 6 > FT_INT_MAX )
520 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
523 FT_MEM_COPY( newpath, base_file_name, base_file_len );
524 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 );
546 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); local
553 if ( base_file_len + 18 > FT_INT_MAX )
556 if ( FT_ALLOC( newpath, base_file_len + 18 ) )
559 FT_MEM_COPY( newpath, base_file_name, base_file_len );
560 FT_MEM_COPY( newpath + base_file_len, "/
[all...]
/external/freetype/src/base/
H A Dftrfork.c528 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); local
535 if ( base_file_len + 6 > FT_INT_MAX )
538 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
541 FT_MEM_COPY( newpath, base_file_name, base_file_len );
542 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 );
564 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); local
571 if ( base_file_len + 18 > FT_INT_MAX )
574 if ( FT_ALLOC( newpath, base_file_len + 18 ) )
577 FT_MEM_COPY( newpath, base_file_name, base_file_len );
578 FT_MEM_COPY( newpath + base_file_len, "/
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftrfork.c510 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); local
517 if ( base_file_len + 6 > FT_INT_MAX )
520 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
523 FT_MEM_COPY( newpath, base_file_name, base_file_len );
524 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 );
546 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); local
553 if ( base_file_len + 18 > FT_INT_MAX )
556 if ( FT_ALLOC( newpath, base_file_len + 18 ) )
559 FT_MEM_COPY( newpath, base_file_name, base_file_len );
560 FT_MEM_COPY( newpath + base_file_len, "/
[all...]

Completed in 127 milliseconds