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

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

Completed in 3177 milliseconds