HomeSort by relevance Sort by last modified time
    Searched refs:QueryFloatAttribute (Results 1 - 2 of 2) sorted by null

  /external/tinyxml2/
tinyxml2.h 892 float FloatAttribute( const char* name ) const { float f=0; QueryFloatAttribute( name, &f ); return f; }
    [all...]
  /external/tinyxml/
tinyxml.h 892 /// QueryFloatAttribute examines the attribute - see QueryIntAttribute().
893 int QueryFloatAttribute( const char* name, float* _value ) const {
    [all...]

Completed in 302 milliseconds