Lines Matching refs:dval
711 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const717 return node->QueryDoubleValue( dval );1237 int TiXmlAttribute::QueryDoubleValue( double* dval ) const1239 if ( sscanf( value.c_str(), "%lf", dval ) == 1 )