Searched refs:styleValue (Results 1 – 1 of 1) sorted by relevance
47 Axis(int tag, float styleValue) { in Axis() argument49 this.styleValue = styleValue; in Axis()52 public final float styleValue; field in FontListParser.Axis190 float styleValue = 0; in readAxis() local193 styleValue = Float.parseFloat(styleValueStr); in readAxis()199 return new Axis(tag, styleValue); in readAxis()