Home
last modified time | relevance | path

Searched refs:IsSpaceRun (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.h49 bool IsSpaceRun(CFDE_CSSComputedStyle* pStyle) const;
Dcxfa_textparser.cpp324 bool CXFA_TextParser::IsSpaceRun(CFDE_CSSComputedStyle* pStyle) const { in IsSpaceRun() function in CXFA_TextParser
Dcxfa_textlayout.cpp774 bool bSpaceRun = m_textParser.IsSpaceRun( in LoadRichText()