Home
last modified time | relevance | path

Searched refs:GetAttrFloat (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_xml.h115 FX_BOOL GetAttrFloat(const CFX_ByteStringC& name, FX_FLOAT& attribute) const;
116 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& name) const { in GetAttrFloat() function
118 GetAttrFloat(name, attr); in GetAttrFloat()
122 FX_BOOL GetAttrFloat(const CFX_ByteStringC& space,
125 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat() function
128 GetAttrFloat(space, name, attr); in GetAttrFloat()
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp675 FX_BOOL CXML_Element::GetAttrFloat(const CFX_ByteStringC& name, in GetAttrFloat() function in CXML_Element
679 return GetAttrFloat(bsSpace, bsName, attribute); in GetAttrFloat()
681 FX_BOOL CXML_Element::GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat() function in CXML_Element