Searched refs:baseTx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java63 private AffineTransform baseTx; field in class:GraphicComponent
79 AffineTransform baseTx) {
88 this.baseTx = baseTx;
99 this.baseTx = parent.baseTx;
227 return baseTx;
73 GraphicComponent(GraphicAttribute graphic, Decoration decorator, int[] charsLtoV, byte[] levels, int start, int limit, AffineTransform baseTx) argument

Completed in 30 milliseconds