Home
last modified time | relevance | path

Searched refs:CXFA_Font (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_font.cpp14 CXFA_Font::CXFA_Font(CXFA_Node* pNode) : CXFA_Data(pNode) {} in CXFA_Font() function in CXFA_Font
16 FX_FLOAT CXFA_Font::GetBaselineShift() { in GetBaselineShift()
20 FX_FLOAT CXFA_Font::GetHorizontalScale() { in GetHorizontalScale()
27 FX_FLOAT CXFA_Font::GetVerticalScale() { in GetVerticalScale()
34 FX_FLOAT CXFA_Font::GetLetterSpacing() { in GetLetterSpacing()
45 int32_t CXFA_Font::GetLineThrough() { in GetLineThrough()
51 int32_t CXFA_Font::GetUnderline() { in GetUnderline()
57 int32_t CXFA_Font::GetUnderlinePeriod() { in GetUnderlinePeriod()
63 FX_FLOAT CXFA_Font::GetFontSize() { in GetFontSize()
69 void CXFA_Font::GetTypeface(CFX_WideStringC& wsTypeFace) { in GetTypeface()
[all …]
Dcxfa_font.h15 class CXFA_Font : public CXFA_Data {
17 explicit CXFA_Font(CXFA_Node* pNode);
Dcxfa_caption.cpp37 CXFA_Font CXFA_Caption::GetFont() { in GetFont()
38 return CXFA_Font(m_pNode ? m_pNode->GetChild(0, XFA_Element::Font) : nullptr); in GetFont()
Dcxfa_caption.h25 CXFA_Font GetFont();
Dcxfa_widgetdata.h53 CXFA_Font GetFont(bool bModified = false);
Dcxfa_widgetdata.cpp306 CXFA_Font CXFA_WidgetData::GetFont(bool bModified) { in GetFont()
307 return CXFA_Font(m_pNode->GetProperty(0, XFA_Element::Font, bModified)); in GetFont()
Dcxfa_node.cpp2295 CXFA_Font font = pWidgetData->GetFont(true); in Script_Som_FontColor()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp71 CXFA_Font font = pTextProvider->GetFontNode(); in InitCSSData()
106 CXFA_Font font = pTextProvider->GetFontNode(); in CreateRootStyle()
338 CXFA_Font font = pTextProvider->GetFontNode(); in GetFont()
369 CXFA_Font font = pTextProvider->GetFontNode(); in GetFontSize()
397 if (CXFA_Font font = pTextProvider->GetFontNode()) in GetHorScale()
410 if (CXFA_Font font = pTextProvider->GetFontNode()) in GetVerScale()
422 CXFA_Font font = pTextProvider->GetFontNode(); in GetUnderline()
440 } else if (CXFA_Font font = pTextProvider->GetFontNode()) { in GetUnderline()
454 CXFA_Font font = pTextProvider->GetFontNode(); in GetLinethrough()
463 if (CXFA_Font font = pTextProvider->GetFontNode()) in GetColor()
[all …]
Dxfa_ffwidgetacc.h39 CXFA_Font GetFontNode();
Dxfa_ffwidgetacc.cpp739 if (CXFA_Font font = caption.GetFont()) { in CalcCaptionSize()
741 } else if (CXFA_Font widgetfont = GetFont()) { in CalcCaptionSize()
1500 if (CXFA_Font font = GetFont()) { in GetFDEFont()
1514 if (CXFA_Font font = GetFont()) { in GetFontSize()
1530 if (CXFA_Font font = GetFont()) { in GetTextColor()
1625 CXFA_Font CXFA_TextProvider::GetFontNode() { in GetFontNode()
1632 return CXFA_Font(pNode); in GetFontNode()
Dcxfa_textlayout.cpp105 CXFA_Font font = m_pTextProvider->GetFontNode(); in InitBreak()