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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c836 int32_t tempWidthsIndex = 0; local
917 tempWidthsIndex = fdata->xfont->min_char_or_byte2;
923 tempWidths[tempWidthsIndex++] = (jint) fdata->xfont->per_char[i].width;
927 tempWidths[tempWidthsIndex++] = (jint) fdata->xfont->max_bounds.width;

Completed in 29 milliseconds