Home
last modified time | relevance | path

Searched refs:GetFontIfExists (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp77 CXFA_Font* font = pTextProvider->GetFontIfExists(); in InitCSSData()
151 CXFA_Font* font = pTextProvider->GetFontIfExists(); in CreateRootStyle()
344 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetFont()
374 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetFontSize()
400 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetHorScale()
412 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetVerScale()
422 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetUnderline()
457 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetLinethrough()
467 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetColor()
477 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetBaseline()
Dcxfa_textprovider.cpp125 CXFA_Font* CXFA_TextProvider::GetFontIfExists() { in GetFontIfExists() function in CXFA_TextProvider
127 return m_pNode->GetFontIfExists(); in GetFontIfExists()
132 return font ? font : m_pNode->GetFontIfExists(); in GetFontIfExists()
Dcxfa_textprovider.h36 CXFA_Font* GetFontIfExists();
Dcxfa_textlayout.cpp172 CXFA_Font* font = m_pTextProvider->GetFontIfExists(); in InitBreak()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_caption.h29 CXFA_Font* GetFontIfExists();
Dcxfa_caption.cpp72 CXFA_Font* CXFA_Caption::GetFontIfExists() { in GetFontIfExists() function in CXFA_Caption
Dcxfa_node.h237 CXFA_Font* GetFontIfExists() const;
Dcxfa_node.cpp2229 CXFA_Font* CXFA_Node::GetFontIfExists() const { in GetFontIfExists() function in CXFA_Node
2234 CXFA_Font* font = GetFontIfExists(); in GetFontSize()
2251 CXFA_Font* font = GetFontIfExists(); in GetTextColor()
3146 CXFA_Font* font = caption->GetFontIfExists(); in CalcCaptionSize()
3150 CXFA_Font* widgetfont = GetFontIfExists(); in CalcCaptionSize()
3896 CXFA_Font* font = GetFontIfExists(); in GetFDEFont()