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

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp748 CFX_FontDescriptorInfos* sortedFonts = NULL; local
749 if (!m_Hash2CandidateList.Lookup(dwHash, sortedFonts)) {
750 sortedFonts = new CFX_FontDescriptorInfos;
751 MatchFonts(*sortedFonts, wCodePage, dwFontStyles,
753 m_Hash2CandidateList.SetAt(dwHash, sortedFonts);
755 if (sortedFonts->GetSize() == 0) {
758 CFX_FontDescriptor* pDesc = sortedFonts->GetAt(0).pFont;
806 CFX_FontDescriptorInfos* sortedFonts = NULL; local
807 if (!m_Hash2CandidateList.Lookup(dwHash, sortedFonts)) {
808 sortedFonts
[all...]

Completed in 90 milliseconds