Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp76 CXFA_Font* font = pTextProvider->GetFontIfExists(); in InitCSSData()
150 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()
419 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetUnderline()
439 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetUnderlinePeriod()
451 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetLinethrough()
460 CXFA_Font* font = pTextProvider->GetFontIfExists(); in GetColor()
[all …]
Dcxfa_textprovider.cpp119 CXFA_Font* CXFA_TextProvider::GetFontIfExists() { in GetFontIfExists() function in CXFA_TextProvider
121 return m_pNode->GetFontIfExists(); in GetFontIfExists()
126 return font ? font : m_pNode->GetFontIfExists(); in GetFontIfExists()
Dcxfa_textprovider.h38 CXFA_Font* GetFontIfExists();
Dcxfa_textlayout.cpp209 CXFA_Font* font = m_pTextProvider->GetFontIfExists(); in InitBreak()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_caption.h29 CXFA_Font* GetFontIfExists();
Dcxfa_caption.cpp74 CXFA_Font* CXFA_Caption::GetFontIfExists() { in GetFontIfExists() function in CXFA_Caption
Dcxfa_node.h274 CXFA_Font* GetFontIfExists() const;
Dcxfa_node.cpp2281 CXFA_Font* CXFA_Node::GetFontIfExists() const { in GetFontIfExists() function in CXFA_Node
2286 CXFA_Font* font = GetFontIfExists(); in GetFontSize()
2303 CXFA_Font* font = GetFontIfExists(); in GetTextColor()
3183 CXFA_Font* font = caption->GetFontIfExists(); in CalcCaptionSize()
3187 CXFA_Font* widgetfont = GetFontIfExists(); in CalcCaptionSize()
3937 CXFA_Font* font = GetFontIfExists(); in GetFGASFont()