Searched defs:glyphCode (Results 1 - 25 of 29) sorted by relevance

12

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DStateTableProcessor2.cpp110 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
142 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
184 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
220 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); local
[all...]
H A DStateTableProcessor.cpp91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); local
H A DContextualGlyphSubstProc2.cpp162 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); local
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/font/
H A DNativeFont.java89 long getGlyphImage(long pScalerContext, int glyphCode) { argument
94 void getGlyphMetrics(long pScalerContext, int glyphCode, argument
99 float getGlyphAdvance(long pScalerContext, int glyphCode) { argument
76 getGlyphOutline(long pScalerContext, int glyphCode, float x, float y) argument
103 getGlyphOutlineBounds(long pScalerContext, int glyphCode) argument
H A DNativeStrike.java54 long getGlyphImagePtr(int glyphCode) { argument
58 long getGlyphImagePtrNoCache(int glyphCode) { argument
67 Point2D.Float getGlyphMetrics(int glyphCode) { argument
71 float getGlyphAdvance(int glyphCode) { argument
75 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { argument
78 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { argument
H A DCFont.java51 float getGlyphAdvance(long pScalerContext, int glyphCode) { argument
55 void getGlyphMetrics(long pScalerContext, int glyphCode, argument
60 long getGlyphImage(long pScalerContext, int glyphCode) { argument
69 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, argument
64 getGlyphOutlineBounds(long pScalerContext, int glyphCode) argument
H A DCStrike.java158 float getGlyphAdvance(final int glyphCode) { argument
173 Point2D.Float getGlyphMetrics(final int glyphCode) { argument
177 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { argument
194 void getGlyphImageBounds(int glyphCode, Point2 argument
56 getNativeGlyphAdvance(long nativeStrikePtr, int glyphCode) argument
60 getNativeGlyphOutline(long nativeStrikePtr, int glyphCode, double x, double y) argument
66 getNativeGlyphImageBounds(long nativeStrikePtr, int glyphCode, Rectangle2D.Float result, double x, double y) argument
211 getGlyphImageBounds(int glyphCode, float x, float y, Rectangle2D.Float floatRect) argument
215 getGlyphOutline(int glyphCode, float x, float y) argument
225 getGlyphImagePtr(int glyphCode) argument
339 getCachedNativeGlyphAdvance(int glyphCode) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DPhysicalFont.java87 abstract float getGlyphAdvance(long pScalerContext, int glyphCode); argument
89 abstract void getGlyphMetrics(long pScalerContext, int glyphCode, argument
92 abstract long getGlyphImage(long pScalerContext, int glyphCode); argument
101 abstract GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, argument
77 getGlyphPoint(long pScalerContext, int glyphCode, int ptNumber) argument
98 getGlyphOutlineBounds(long pScalerContext, int glyphCode) argument
H A DCompositeGlyphMapper.java70 public int compositeGlyphCode(int slot, int glyphCode) { argument
97 private void setCachedGlyphCode(int unicode, int glyphCode) { argument
[all...]
H A DCompositeStrike.java69 PhysicalStrike getStrikeForGlyph(int glyphCode) { argument
128 long getGlyphImagePtr(int glyphCode) { argument
133 void getGlyphImageBounds(int glyphCode, Point2D.Float pt, Rectangle result) { argument
138 Point2D.Float getGlyphMetrics(int glyphCode) { argument
147 getGlyphAdvance(int glyphCode) argument
163 getGlyphOutlineBounds(int glyphCode) argument
168 getGlyphOutline(int glyphCode, float x, float y) argument
[all...]
H A DPhysicalStrike.java123 Point2D.Float getGlyphPoint(int glyphCode, int ptNumber) { argument
H A DNullFontScaler.java43 float getGlyphAdvance(long pScalerContext, int glyphCode) { argument
47 void getGlyphMetrics(long pScalerContext, int glyphCode, argument
53 Rectangle2D.Float getGlyphOutlineBounds(long pContext, int glyphCode) { argument
57 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, argument
105 native long getGlyphImage(long pScalerContext, int glyphCode); argument
94 getGlyphPoint(long pScalerContext, int glyphCode, int ptNumber) argument
H A DFontStrike.java67 abstract float getGlyphAdvance(int glyphCode); argument
71 abstract Rectangle2D.Float getGlyphOutlineBounds(int glyphCode); argument
74 getGlyphOutline(int glyphCode, float x, float y); argument
H A DCompositeFont.java415 protected int getValidatedGlyphCode(int glyphCode) { argument
H A DFileFont.java189 float getGlyphAdvance(long pScalerContext, int glyphCode) { argument
198 void getGlyphMetrics(long pScalerContext, int glyphCode, Point2D.Float metrics) { argument
207 long getGlyphImage(long pScalerContext, int glyphCode) { argument
216 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, int glyphCode) { argument
225 getGlyphOutline(long pScalerContext, int glyphCode, float x, float y) argument
[all...]
H A DFontScaler.java165 abstract float getGlyphAdvance(long pScalerContext, int glyphCode) argument
168 abstract void getGlyphMetrics(long pScalerContext, int glyphCode, argument
182 abstract long getGlyphImage(long pScalerContext, int glyphCode) argument
189 abstract GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, argument
185 getGlyphOutlineBounds(long pContext, int glyphCode) argument
230 getGlyphPoint(long pScalerContext, int glyphCode, int ptNumber) argument
H A DFreetypeFontScaler.java85 synchronized float getGlyphAdvance(long pScalerContext, int glyphCode) argument
112 synchronized long getGlyphImage(long pScalerContext, int glyphCode) argument
97 getGlyphMetrics(long pScalerContext, int glyphCode, Point2D.Float metrics) argument
124 getGlyphOutlineBounds( long pScalerContext, int glyphCode) argument
137 getGlyphOutline( long pScalerContext, int glyphCode, float x, float y) argument
198 getGlyphPoint(long pScalerContext, int glyphCode, int ptNumber) argument
228 getGlyphAdvanceNative(Font2D font, long pScalerContext, long pScaler, int glyphCode) argument
230 getGlyphMetricsNative(Font2D font, long pScalerContext, long pScaler, int glyphCode, Point2D.Float metrics) argument
233 getGlyphImageNative(Font2D font, long pScalerContext, long pScaler, int glyphCode) argument
235 getGlyphOutlineBoundsNative(Font2D font, long pScalerContext, long pScaler, int glyphCode) argument
237 getGlyphOutlineNative(Font2D font, long pScalerContext, long pScaler, int glyphCode, float x, float y) argument
243 getGlyphPointNative(Font2D font, long pScalerContext, long pScaler, int glyphCode, int ptNumber) argument
[all...]
H A DFileFontStrike.java316 long getGlyphImageFromNative(int glyphCode) { argument
333 long getGlyphImageFromWindows(int glyphCode) { argument
359 long getGlyphImageFromX11(int glyphCode) { argument
327 _getGlyphImageFromWindows(String family, int style, int size, int glyphCode, boolean fracMetrics) argument
375 getGlyphImagePtr(int glyphCode) argument
455 getCachedGlyphPtr(int glyphCode) argument
466 getCachedGlyphPtrInternal(int glyphCode) argument
493 setCachedGlyphPtr(int glyphCode, long glyphPtr) argument
514 setCachedGlyphPtrInternal(int glyphCode, long glyphPtr) argument
601 getGlyphAdvance(int glyphCode) argument
610 getGlyphAdvance(int glyphCode, boolean getUserAdv) argument
727 getGlyphImageBounds(int glyphCode, Point2D.Float pt, Rectangle result) argument
812 getGlyphMetrics(int glyphCode) argument
816 getGlyphMetrics(int glyphCode, boolean getImage) argument
915 getGlyphOutlineBounds(int glyphCode) argument
931 getOutlineBounds(int glyphCode) argument
938 getGlyphOutline(int glyphCode, float x, float y) argument
[all...]
/openjdk9/jdk/src/java.desktop/unix/classes/sun/font/
H A DDelegateStrike.java74 long getGlyphImagePtr(int glyphCode) { argument
78 void getGlyphImageBounds(int glyphCode, argument
83 Point2D.Float getGlyphMetrics(int glyphCode) { argument
87 float getGlyphAdvance(int glyphCode) { argument
102 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { argument
106 getGlyphOutline(int glyphCode, float x, float y) argument
[all...]
H A DNativeFont.java278 native float getGlyphAdvance(long pContext, int glyphCode); argument
292 native long getGlyphImage(long pScalerContext, int glyphCode); argument
294 native long getGlyphImageNoDefault(long pScalerContext, int glyphCode); argument
296 void getGlyphMetrics(long pScalerContext, int glyphCode, argument
280 getGlyphOutlineBounds(long pScalerContext, int glyphCode) argument
285 getGlyphOutline(long pScalerContext, int glyphCode, float x, float y) argument
H A DNativeStrike.java220 long getGlyphImagePtr(int glyphCode) { argument
267 getGlyphImagePtrNoCache(int glyphCode) argument
275 getGlyphMetrics(int glyphCode) argument
280 getGlyphAdvance(int glyphCode) argument
284 getGlyphOutlineBounds(int glyphCode) argument
288 getGlyphOutline(int glyphCode, float x, float y) argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/classes/sun/font/
H A DNativeFont.java89 long getGlyphImage(long pScalerContext, int glyphCode) { argument
94 void getGlyphMetrics(long pScalerContext, int glyphCode, argument
99 float getGlyphAdvance(long pScalerContext, int glyphCode) { argument
76 getGlyphOutline(long pScalerContext, int glyphCode, float x, float y) argument
103 getGlyphOutlineBounds(long pScalerContext, int glyphCode) argument
H A DNativeStrike.java54 long getGlyphImagePtr(int glyphCode) { argument
58 long getGlyphImagePtrNoCache(int glyphCode) { argument
67 Point2D.Float getGlyphMetrics(int glyphCode) { argument
71 float getGlyphAdvance(int glyphCode) { argument
75 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { argument
78 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { argument
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DsunFont.c68 Java_sun_font_NullFontScaler_getGlyphImage(JNIEnv *env, jobject scaler, jlong pContext, jint glyphCode) argument
/openjdk9/jdk/src/java.desktop/unix/native/libfontmanager/
H A DX11FontScaler.c232 Java_sun_font_NativeFont_getGlyphAdvance(JNIEnv *env, jobject font2D, jlong pScalerContext, jint glyphCode) argument
271 Java_sun_font_NativeFont_getGlyphImageNoDefault(JNIEnv *env, jobject font2D, jlong pScalerContext, jint glyphCode) argument
292 Java_sun_font_NativeFont_getGlyphImage(JNIEnv *env, jobject font2D, jlong pScalerContext, jint glyphCode) argument
[all...]

Completed in 218 milliseconds

12