Home
last modified time | relevance | path

Searched refs:CFDE_CSSComputedStyle (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.cpp13 CFDE_CSSComputedStyle::CFDE_CSSComputedStyle() {} in CFDE_CSSComputedStyle() function in CFDE_CSSComputedStyle
15 CFDE_CSSComputedStyle::~CFDE_CSSComputedStyle() {} in ~CFDE_CSSComputedStyle()
17 bool CFDE_CSSComputedStyle::GetCustomStyle(const CFX_WideString& wsName, in GetCustomStyle()
29 int32_t CFDE_CSSComputedStyle::CountFontFamilies() const { in CountFontFamilies()
35 const CFX_WideString CFDE_CSSComputedStyle::GetFontFamily(int32_t index) const { in GetFontFamily()
41 uint16_t CFDE_CSSComputedStyle::GetFontWeight() const { in GetFontWeight()
45 FDE_CSSFontVariant CFDE_CSSComputedStyle::GetFontVariant() const { in GetFontVariant()
49 FDE_CSSFontStyle CFDE_CSSComputedStyle::GetFontStyle() const { in GetFontStyle()
53 FX_FLOAT CFDE_CSSComputedStyle::GetFontSize() const { in GetFontSize()
57 FX_ARGB CFDE_CSSComputedStyle::GetColor() const { in GetColor()
[all …]
Dcfde_cssstyleselector.h18 class CFDE_CSSComputedStyle; variable
37 CFX_RetainPtr<CFDE_CSSComputedStyle> CreateComputedStyle(
38 CFDE_CSSComputedStyle* pParentStyle);
46 CFDE_CSSComputedStyle* pDestStyle);
59 CFDE_CSSComputedStyle* pDestStyle);
62 CFDE_CSSComputedStyle* pComputedStyle);
Dcfde_csscomputedstyle.h19 class CFDE_CSSComputedStyle : public CFX_Retainable {
105 CFDE_CSSComputedStyle();
106 ~CFDE_CSSComputedStyle() override;
Dcfde_cssstyleselector.cpp35 CFX_RetainPtr<CFDE_CSSComputedStyle> CFDE_CSSStyleSelector::CreateComputedStyle( in CreateComputedStyle()
36 CFDE_CSSComputedStyle* pParentStyle) { in CreateComputedStyle()
37 auto pStyle = pdfium::MakeRetain<CFDE_CSSComputedStyle>(); in CreateComputedStyle()
86 CFDE_CSSComputedStyle* pDest) { in ComputeStyle()
104 CFDE_CSSComputedStyle* pComputedStyle) { in ApplyDeclarations()
177 CFDE_CSSComputedStyle* pComputedStyle) { in ApplyProperty()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.h19 class CFDE_CSSComputedStyle; variable
36 CFX_RetainPtr<CFDE_CSSComputedStyle> CreateRootStyle(
38 CFX_RetainPtr<CFDE_CSSComputedStyle> ComputeStyle(
40 CFDE_CSSComputedStyle* pParentStyle);
46 FX_FLOAT GetTabInterval(CFDE_CSSComputedStyle* pStyle) const;
47 int32_t CountTabs(CFDE_CSSComputedStyle* pStyle) const;
49 bool IsSpaceRun(CFDE_CSSComputedStyle* pStyle) const;
50 bool GetTabstops(CFDE_CSSComputedStyle* pStyle,
54 CFDE_CSSComputedStyle* pStyle) const;
56 CFDE_CSSComputedStyle* pStyle) const;
[all …]
Dcxfa_textparser.cpp104 CFX_RetainPtr<CFDE_CSSComputedStyle> CXFA_TextParser::CreateRootStyle( in CreateRootStyle()
166 CFX_RetainPtr<CFDE_CSSComputedStyle> CXFA_TextParser::CreateStyle( in CreateStyle()
167 CFDE_CSSComputedStyle* pParentStyle) { in CreateStyle()
187 CFX_RetainPtr<CFDE_CSSComputedStyle> CXFA_TextParser::ComputeStyle( in ComputeStyle()
189 CFDE_CSSComputedStyle* pParentStyle) { in ComputeStyle()
223 CFDE_CSSComputedStyle* pParentStyle) { in ParseRichText()
231 CFX_RetainPtr<CFDE_CSSComputedStyle> pNewStyle; in ParseRichText()
310 FX_FLOAT CXFA_TextParser::GetTabInterval(CFDE_CSSComputedStyle* pStyle) const { in GetTabInterval()
317 int32_t CXFA_TextParser::CountTabs(CFDE_CSSComputedStyle* pStyle) const { in CountTabs()
324 bool CXFA_TextParser::IsSpaceRun(CFDE_CSSComputedStyle* pStyle) const { in IsSpaceRun()
[all …]
Dcxfa_textuserdata.h13 class CFDE_CSSComputedStyle; variable
21 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pStyle;
26 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle);
27 CXFA_TextUserData(const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle,
Dcxfa_textlayout.h21 class CFDE_CSSComputedStyle; variable
70 void InitBreak(CFDE_CSSComputedStyle* pStyle,
74 CFDE_CSSComputedStyle* pParentStyle = nullptr);
85 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pParentStyle,
119 void DoTabstops(CFDE_CSSComputedStyle* pStyle, CXFA_PieceLine* pPieceLine);
Dcxfa_textuserdata.cpp15 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle) in CXFA_TextUserData()
19 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle, in CXFA_TextUserData()
Dcxfa_textparsecontext.h17 class CFDE_CSSComputedStyle; variable
32 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle;
Dcxfa_loadercontext.h34 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle;
Dcxfa_textlayout.cpp157 void CXFA_TextLayout::InitBreak(CFDE_CSSComputedStyle* pStyle, in InitBreak()
161 CFDE_CSSComputedStyle* pParentStyle) { in InitBreak()
703 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pParentStyle, in LoadRichText()
717 CFX_RetainPtr<CFDE_CSSComputedStyle> pStyle; in LoadRichText()
961 void CXFA_TextLayout::DoTabstops(CFDE_CSSComputedStyle* pStyle, in DoTabstops()
1025 CFX_RetainPtr<CFDE_CSSComputedStyle> pStyle; in AppendTextLine()