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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java61 private float graphicAdvance; field in class:GraphicComponent
85 this.graphicAdvance = graphic.getAdvance();
96 this.graphicAdvance = parent.graphicAdvance;
166 graphicAdvance * (graphicCount-1);
220 matrix[4] += graphicAdvance;
240 x += graphicAdvance;
262 return graphicAdvance * visIndex;
272 return graphicAdvance;
287 charBounds.x += graphicAdvance * inde
[all...]

Completed in 30 milliseconds