Searched refs:QueryFloatAttribute (Results 1 – 4 of 4) sorted by relevance
1389 XMLError QueryFloatAttribute( const char* name, float* value ) const { in QueryFloatAttribute() function1451 return QueryFloatAttribute( name, value ); in QueryAttribute()
1620 QueryFloatAttribute(name, &f); in FloatAttribute()
932 XMLError queryResult = element->QueryFloatAttribute("attrib", &v); in main()
996 int QueryFloatAttribute( const char* name, float* _value ) const { in QueryFloatAttribute() function