Searched defs:pStyle (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_textuserdata.cpp | 15 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle) in CXFA_TextUserData() 19 const CFX_RetainPtr<CFDE_CSSComputedStyle>& pStyle, in CXFA_TextUserData()
|
D | cxfa_textparser.cpp | 108 auto pStyle = m_pSelector->CreateComputedStyle(nullptr); in CreateRootStyle() local 204 auto pStyle = CreateStyle(pParentStyle); in ComputeStyle() local 376 CFDE_CSSComputedStyle* pStyle, in GetHorScale() 416 CFDE_CSSComputedStyle* pStyle, in GetUnderline() 446 CFDE_CSSComputedStyle* pStyle, in GetLinethrough() 481 CFDE_CSSComputedStyle* pStyle, in GetLineHeight() 553 bool CXFA_TextParser::GetTabstops(CFDE_CSSComputedStyle* pStyle, in GetTabstops()
|
D | cxfa_textlayout.cpp | 157 void CXFA_TextLayout::InitBreak(CFDE_CSSComputedStyle* pStyle, in InitBreak() 717 CFX_RetainPtr<CFDE_CSSComputedStyle> pStyle; in LoadRichText() local 961 void CXFA_TextLayout::DoTabstops(CFDE_CSSComputedStyle* pStyle, in DoTabstops() 1025 CFX_RetainPtr<CFDE_CSSComputedStyle> pStyle; in AppendTextLine() local
|
/external/pdfium/core/fxge/ge/ |
D | cfx_fontmapper.cpp | 226 CFX_ByteString ParseStyle(const FX_CHAR* pStyle, int iLen, int iIndex) { in ParseStyle() 244 const FX_FontStyle* pStyle = nullptr; in GetStyleType() local 508 const FX_CHAR* pStyle = style.c_str(); in FindSubstFont() local
|
/external/pdfium/xfa/fde/css/ |
D | cfde_cssstyleselector.cpp | 37 auto pStyle = pdfium::MakeRetain<CFDE_CSSComputedStyle>(); in CreateComputedStyle() local
|
D | cfde_cssdeclaration.cpp | 504 CFX_RetainPtr<CFDE_CSSValue> pStyle; in ParseFontProperty() local
|