OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 439 milliseconds