Searched defs:glyphSet (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableEltArray.java72 public final void setGlyphSet(int index, int glyphSet) { argument
73 array[getCellIndex(index) + 3] = glyphSet;
H A DXRCompositeManager.java289 public void compositeText(int dst, int glyphSet, int maskFormat, argument
292 0, 0, glyphSet, elts);
H A DXRBackend.java92 public void XRenderAddGlyphs(int glyphSet, GlyphList gl, argument
96 public void XRenderFreeGlyphs(int glyphSet, int[] gids); argument
H A DXRBackendNative.java247 public void XRenderAddGlyphs(int glyphSet, GlyphList gl, argument
251 XRAddGlyphsNative(glyphSet, glyphInfoPtrs,
255 public void XRenderFreeGlyphs(int glyphSet, int[] gids) { argument
256 XRFreeGlyphsNative(glyphSet, gids, gids.length);
259 private static native void XRAddGlyphsNative(int glyphSet, argument
265 private static native void XRFreeGlyphsNative(int glyphSet, argument
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java45 int glyphSet; field in class:XRGlyphCacheEntry
63 public void setGlyphSet(int glyphSet) { argument
64 this.glyphSet = glyphSet;
68 return glyphSet;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp68 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet) argument
78 return leftAboveVowels[glyphSet][vowel - CH_MAI_HANAKAT];
81 if (vowel == CH_YAMAKKAN && glyphSet == 0) {
88 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) argument
98 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU];
104 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
114 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU];
120 LEUnicode ThaiShaping::upperLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
130 return upperLeftTones[glyphSet][tone - CH_MAITAIKHU];
136 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet) argument
153 noDescenderCOD(LEUnicode cod, le_uint8 glyphSet) argument
170 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
253 getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
290 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c704 (JNIEnv *env, jclass cls, jint glyphSet,
759 XRenderAddGlyphs(awt_display, glyphSet, &gid[0], &xginfo[0], glyphCnt,
771 (JNIEnv *env, jclass cls, jint glyphSet, jintArray gidArray, jint glyphCnt) {
785 (GlyphSet)glyphSet, (Glyph *)gids, glyphCnt);
815 (GlyphSet) glyphSet, gids, glyphCnt);
703 Java_sun_java2d_xr_XRBackendNative_XRAddGlyphsNative(JNIEnv *env, jclass cls, jint glyphSet, jlongArray glyphInfoPtrsArray, jint glyphCnt, jbyteArray pixelDataArray, int pixelDataLength) argument
770 Java_sun_java2d_xr_XRBackendNative_XRFreeGlyphsNative(JNIEnv *env, jclass cls, jint glyphSet, jintArray gidArray, jint glyphCnt) argument

Completed in 40 milliseconds