Searched defs:FloatAttribute (Results 1 – 3 of 3) sorted by relevance
23 public class FloatAttribute extends Attribute { class40 public FloatAttribute (long type) { in FloatAttribute() method in FloatAttribute44 public FloatAttribute (long type, float value) { in FloatAttribute() method in FloatAttribute
52 typedef TypedAttribute<float> FloatAttribute; typedef
892 …float FloatAttribute( const char* name ) const { float f=0; QueryFloatAttribute( name, &… in FloatAttribute() function