Searched refs:QueryFloatAttribute (Results 1 - 4 of 4) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.h892 float FloatAttribute( const char* name ) const { float f=0; QueryFloatAttribute( name, &f ); return f; }
915 int QueryFloatAttribute( const char* name, float* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XML_NO_ATTRIBUTE; return a->QueryFloatValue( _value ); } function in class:tinyxml2::XMLElement
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h995 /// QueryFloatAttribute examines the attribute - see QueryIntAttribute().
996 int QueryFloatAttribute( const char* name, float* _value ) const { function in class:TiXmlElement
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h995 /// QueryFloatAttribute examines the attribute - see QueryIntAttribute().
996 int QueryFloatAttribute( const char* name, float* _value ) const { function in class:TiXmlElement
/external/tinyxml/
H A Dtinyxml.h892 /// QueryFloatAttribute examines the attribute - see QueryIntAttribute().
893 int QueryFloatAttribute( const char* name, float* _value ) const { function in class:TiXmlElement

Completed in 134 milliseconds