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

  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.cpp 7 #include "xfa/fde/css/cfde_csscomputedstyle.h"
13 CFDE_CSSComputedStyle::CFDE_CSSComputedStyle() {}
15 CFDE_CSSComputedStyle::~CFDE_CSSComputedStyle() {}
17 bool CFDE_CSSComputedStyle::GetCustomStyle(const CFX_WideString& wsName,
29 int32_t CFDE_CSSComputedStyle::CountFontFamilies() const {
35 const CFX_WideString CFDE_CSSComputedStyle::GetFontFamily(int32_t index) const {
41 uint16_t CFDE_CSSComputedStyle::GetFontWeight() const {
45 FDE_CSSFontVariant CFDE_CSSComputedStyle::GetFontVariant() const
    [all...]
cfde_cssstyleselector.h 18 class CFDE_CSSComputedStyle;
37 CFX_RetainPtr<CFDE_CSSComputedStyle> CreateComputedStyle(
38 CFDE_CSSComputedStyle* pParentStyle);
46 CFDE_CSSComputedStyle* pDestStyle);
59 CFDE_CSSComputedStyle* pDestStyle);
62 CFDE_CSSComputedStyle* pComputedStyle);
cfde_csscomputedstyle.h 19 class CFDE_CSSComputedStyle : public CFX_Retainable {
105 CFDE_CSSComputedStyle();
106 ~CFDE_CSSComputedStyle() override;
cfde_cssstyleselector.cpp 14 #include "xfa/fde/css/cfde_csscomputedstyle.h"
35 CFX_RetainPtr<CFDE_CSSComputedStyle> CFDE_CSSStyleSelector::CreateComputedStyle(
36 CFDE_CSSComputedStyle* pParentStyle) {
37 auto pStyle = pdfium::MakeRetain<CFDE_CSSComputedStyle>();
86 CFDE_CSSComputedStyle* pDest) {
104 CFDE_CSSComputedStyle* pComputedStyle) {
177 CFDE_CSSComputedStyle* pComputedStyle) {
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.h 19 class CFDE_CSSComputedStyle;
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...]
cxfa_textuserdata.h 13 class CFDE_CSSComputedStyle;
21 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pStyle;
26 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle);
27 CXFA_TextUserData(const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle,
cxfa_textuserdata.cpp 9 #include "xfa/fde/css/cfde_csscomputedstyle.h"
15 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle)
19 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle,
cxfa_textparsecontext.h 17 class CFDE_CSSComputedStyle;
32 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle;
cxfa_loadercontext.h 14 #include "xfa/fde/css/cfde_csscomputedstyle.h"
34 CFX_RetainPtr<CFDE_CSSComputedStyle> m_pParentStyle;
cxfa_textlayout.h 21 class CFDE_CSSComputedStyle;
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);
cxfa_textparser.cpp 14 #include "xfa/fde/css/cfde_csscomputedstyle.h"
104 CFX_RetainPtr<CFDE_CSSComputedStyle> CXFA_TextParser::CreateRootStyle(
166 CFX_RetainPtr<CFDE_CSSComputedStyle> CXFA_TextParser::CreateStyle(
167 CFDE_CSSComputedStyle* pParentStyle) {
187 CFX_RetainPtr<CFDE_CSSComputedStyle> CXFA_TextParser::ComputeStyle(
189 CFDE_CSSComputedStyle* pParentStyle) {
223 CFDE_CSSComputedStyle* pParentStyle) {
231 CFX_RetainPtr<CFDE_CSSComputedStyle> pNewStyle;
310 FX_FLOAT CXFA_TextParser::GetTabInterval(CFDE_CSSComputedStyle* pStyle) const {
317 int32_t CXFA_TextParser::CountTabs(CFDE_CSSComputedStyle* pStyle) const
    [all...]
cxfa_textlayout.cpp 15 #include "xfa/fde/css/cfde_csscomputedstyle.h"
157 void CXFA_TextLayout::InitBreak(CFDE_CSSComputedStyle* pStyle,
161 CFDE_CSSComputedStyle* pParentStyle) {
703 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pParentStyle,
717 CFX_RetainPtr<CFDE_CSSComputedStyle> pStyle;
961 void CXFA_TextLayout::DoTabstops(CFDE_CSSComputedStyle* pStyle,
    [all...]

Completed in 7197 milliseconds