HomeSort by relevance Sort by last modified time
    Searched full:base_file_len (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/base/
ftrfork.c 510 FT_Long base_file_len = 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_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, "/..namedfork/rsrc", 18 )
    [all...]

Completed in 47 milliseconds