Searched refs:is_darwin_vfs (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/base/
H A Dftobjs.c1938 FT_Bool is_darwin_vfs, vfs_rfork_has_no_font = FALSE; /* not tested */ local
1949 is_darwin_vfs = ft_raccess_rule_by_darwin_vfs( library, i );
1950 if ( is_darwin_vfs && vfs_rfork_has_no_font )
1971 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
1988 else if ( is_darwin_vfs )
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c1942 FT_Bool is_darwin_vfs, vfs_rfork_has_no_font = FALSE; /* not tested */ local
1953 is_darwin_vfs = ft_raccess_rule_by_darwin_vfs( library, i );
1954 if ( is_darwin_vfs && vfs_rfork_has_no_font )
1975 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
1992 else if ( is_darwin_vfs )

Completed in 61 milliseconds