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

/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c1898 FT_Bool is_darwin_vfs, vfs_rfork_has_no_font = FALSE; /* not tested */ local
1909 is_darwin_vfs = ft_raccess_rule_by_darwin_vfs( library, i );
1910 if ( is_darwin_vfs && vfs_rfork_has_no_font )
1931 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
1948 else if ( is_darwin_vfs )
/external/freetype/src/base/
H A Dftobjs.c1913 FT_Bool is_darwin_vfs, vfs_rfork_has_no_font = FALSE; /* not tested */ local
1924 is_darwin_vfs = ft_raccess_rule_by_darwin_vfs( library, i );
1925 if ( is_darwin_vfs && vfs_rfork_has_no_font )
1946 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
1963 else if ( is_darwin_vfs )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c1898 FT_Bool is_darwin_vfs, vfs_rfork_has_no_font = FALSE; /* not tested */ local
1909 is_darwin_vfs = ft_raccess_rule_by_darwin_vfs( library, i );
1910 if ( is_darwin_vfs && vfs_rfork_has_no_font )
1931 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
1948 else if ( is_darwin_vfs )

Completed in 986 milliseconds