Searched refs:GetCustomStyle (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.cpp | 334 if (pStyle && pStyle->GetCustomStyle(FX_WSTRC(L"tab-interval"), wsValue)) { in GetTabInterval() 342 if (pStyle && pStyle->GetCustomStyle(FX_WSTRC(L"xfa-tab-count"), wsValue)) { in CountTabs() 349 if (pStyle && pStyle->GetCustomStyle(FX_WSTRC(L"xfa-spacerun"), wsValue)) { in IsSpaceRun() 404 if (pStyle->GetCustomStyle(FX_WSTRC(L"xfa-font-horizontal-scale"), in GetHorScale() 412 pContext->m_pParentStyle->GetCustomStyle( in GetHorScale() 428 if (pStyle->GetCustomStyle(FX_WSTRC(L"xfa-font-vertical-scale"), wsValue)) { in GetVerScale() 451 if (pStyle->GetCustomStyle(FX_WSTRC(L"underlinePeriod"), wsValue)) { in GetUnderline() 589 if (!pStyle->GetCustomStyle(FX_WSTRC(L"xfa-tab-stops"), wsValue) && in GetTabstops() 590 !pStyle->GetCustomStyle(FX_WSTRC(L"tab-stops"), wsValue)) { in GetTabstops()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_css.h | 1029 virtual FX_BOOL GetCustomStyle(const CFX_WideStringC& wsName,
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstyleselector.h | 421 virtual FX_BOOL GetCustomStyle(const CFX_WideStringC& wsName, in GetCustomStyle() function
|