HomeSort by relevance Sort by last modified time
    Searched refs:CFX_FontDescriptorInfo (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 145 class CFX_FontDescriptorInfo {
150 bool operator>(const CFX_FontDescriptorInfo& other) const {
153 bool operator<(const CFX_FontDescriptorInfo& other) const {
156 bool operator==(const CFX_FontDescriptorInfo& other) const {
221 void MatchFonts(std::vector<CFX_FontDescriptorInfo>* MatchedFonts,
245 std::map<uint32_t, std::unique_ptr<std::vector<CFX_FontDescriptorInfo>>>
cfgas_fontmgr.cpp 637 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos =
640 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>();
682 std::vector<CFX_FontDescriptorInfo>* sortedFontInfos =
685 auto pNewFonts = pdfium::MakeUnique<std::vector<CFX_FontDescriptorInfo>>();
877 std::vector<CFX_FontDescriptorInfo>* pMatchedFonts,
    [all...]

Completed in 84 milliseconds