Home
last modified time | relevance | path

Searched refs:GLYPH_INK_X (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/jni/gtk-peer/
H A Dgdkfont.h74 #define GLYPH_INK_X(i) (NUM_GLYPH_METRICS * (i) + 4) macro
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/jni/gtk-peer/
H A Dgdkfont.h74 #define GLYPH_INK_X(i) (NUM_GLYPH_METRICS * (i) + 4) macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/native/jni/gtk-peer/
H A Dgdkfont.h74 #define GLYPH_INK_X(i) (NUM_GLYPH_METRICS * (i) + 4) macro
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/native/jni/gtk-peer/
H A Dgdkfont.h74 #define GLYPH_INK_X(i) (NUM_GLYPH_METRICS * (i) + 4) macro
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/native/jni/gtk-peer/
H A Dgdkfont.h74 #define GLYPH_INK_X(i) (NUM_GLYPH_METRICS * (i) + 4) macro
/dports/java/sablevm-classpath/sablevm-classpath-1.13/native/jni/gtk-peer/
H A Dgdkfont.h112 #define GLYPH_INK_X(i) (NUM_GLYPH_METRICS * (i) + 4) macro
H A Dgnu_java_awt_peer_gtk_GdkFontPeer.c199 native_extents[ GLYPH_INK_X(j) ] = (ink.x) / scale; in Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector()