Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/include/
Dfde_xml.h103 virtual void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue) = 0;
133 virtual void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue) = 0;
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h76 virtual void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue);
114 virtual void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue);
Dfde_xml.cpp606 FX_FLOAT fAttriValue) { in SetFloat() argument
608 wsValue.Format(L"%f", fAttriValue); in SetFloat()
794 FX_FLOAT fAttriValue) { in SetFloat() argument
796 wsValue.Format(L"%f", fAttriValue); in SetFloat()