Searched refs:FloatFormatter (Results 1 – 3 of 3) sorted by relevance
54 val r = FloatFormatter.format(color.r) in prettyPrint()55 val g = FloatFormatter.format(color.g) in prettyPrint()56 val b = FloatFormatter.format(color.b) in prettyPrint()57 val a = FloatFormatter.format(color.a) in prettyPrint()
138 val left = FloatFormatter.format(rect.left) in prettyPrint()139 val top = FloatFormatter.format(rect.top) in prettyPrint()140 val right = FloatFormatter.format(rect.right) in prettyPrint()141 val bottom = FloatFormatter.format(rect.bottom) in prettyPrint()
27 object FloatFormatter { object