Searched defs:leftScale (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java77 The leftScale represents the proportion of the width taken by the left section.
110 private float leftScale; field in class:AbstractRegionPainter
279 return decodeX(x) + (dx * leftScale);
586 leftScale = centerHScale = rightScale = 0f;
613 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a;

Completed in 64 milliseconds