Searched defs:bSaveStream (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gefont.cpp64 FX_BOOL bSaveStream) {
72 if (!pFont->LoadFont(pFontStream, bSaveStream)) {
282 FX_BOOL CFX_GEFont::LoadFont(IFX_Stream* pFontStream, FX_BOOL bSaveStream) { argument
287 if (bSaveStream) {
62 LoadFont(IFX_Stream* pFontStream, IFX_FontMgr* pFontMgr, FX_BOOL bSaveStream) argument
H A Dfx_gdifont.cpp77 FX_BOOL bSaveStream) {
75 LoadFont(IFX_Stream* pFontStream, IFX_FontMgr* pFontMgr, FX_BOOL bSaveStream) argument
H A Dfx_stdfontmgr.cpp226 FX_BOOL bSaveStream) {
239 pFont = IFX_Font::LoadFont(pFontStream, this, bSaveStream);
922 FX_BOOL bSaveStream) {
222 LoadFont(IFX_Stream* pFontStream, const FX_WCHAR* pszFontAlias, FX_DWORD dwFontStyles, FX_WORD wCodePage, FX_BOOL bSaveStream) argument
919 LoadFont(IFX_Stream* pFontStream, int32_t iFaceIndex, int32_t* pFaceCount, FX_BOOL bSaveStream) argument

Completed in 250 milliseconds