Home
last modified time | relevance | path

Searched refs:bRaw (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.h32 FX_BOOL bRaw,
Dxfa_textlayout.h20 FX_BOOL bRaw,
Dxfa_textlayout.cpp560 FX_BOOL bRaw = (ws == FX_WSTRC(L"raw")); in GetEmbbedObj() local
561 if (!bRaw && ws != FX_WSTRC(L"formatted")) { in GetEmbbedObj()
564 bRet = pTextProvider->GetEmbbedObj(bURI, bRaw, wsAttr, wsValue); in GetEmbbedObj()
Dxfa_ffwidgetacc.cpp1690 FX_BOOL bRaw, in GetEmbbedObj() argument