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

/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java400 protected float pointSize; field in class:Font
473 valuesTmp.setSize(pointSize); // expects the float value.
570 this.pointSize = size;
577 this.pointSize = sizePts;
619 this.pointSize = 1f;
711 this.pointSize = font.pointSize;
758 this.pointSize = values.getSize();
1113 trans *= pointSize;
1329 return pointSize;
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java314 public void getStyleMetrics(float pointSize, float[] metrics, int offset) { argument
317 super.getStyleMetrics(pointSize, metrics, offset);
319 font.getStyleMetrics(pointSize, metrics, offset);
H A DFont2D.java421 public void getStyleMetrics(float pointSize, float[] metrics, int offset) { argument
423 metrics[offset+1] = pointSize / 12;
H A DTrueTypeFont.java1031 public void getStyleMetrics(float pointSize, float[] metrics, int offset) { argument
1049 metrics[offset] = stPos * pointSize;
1050 metrics[offset+1] = stSize * pointSize;
1052 metrics[offset+2] = ulPos * pointSize;
1053 metrics[offset+3] = ulSize * pointSize;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.cpp723 jint pointSize = metrics.tmHeight - local
737 key, fontName, style, pointSize);
749 jint pointSize; local
759 pointSize = (-font.lfHeight)*72/pixelsPerInch;
763 pointSize = -font.lfHeight;
777 key, fontName, style, pointSize);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c240 loadFont(Display * display, char *name, int32_t pointSize) argument
345 family, style, slant, pointSize, encoding);
351 family, altstyle, slant, pointSize, encoding);
356 pixelSize = pointSize / 10;

Completed in 47 milliseconds