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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DCoverageTables.h55 TTGlyphID glyphArray[ANY_NUMBER]; member in struct:CoverageFormat1Table
59 LE_VAR_ARRAY(CoverageFormat1Table, glyphArray)
H A DCoverageTables.cpp80 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
87 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
92 if (SWAPW(glyphArray[index]) == ttGlyphID) {
H A DSegmentArrayProcessor.cpp75 LEReferenceToArrayOf<TTGlyphID> glyphArray(subtableHeader, success, offset, LE_UNBOUNDED_ARRAY);
76 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
H A DSegmentArrayProcessor2.cpp75 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader.getAliasTODO() + offset); local
76 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
H A DSunLayoutEngine.cpp108 jarray glyphArray = (jarray)env->GetObjectField(gvdata, gvdGlyphsFID); local
109 if (IS_NULL(glyphArray)) {
113 jint capacity = env->GetArrayLength(glyphArray);
120 if (IS_NULL(glyphArray)) {
133 le_uint32* glyphs = (le_uint32*)env->GetPrimitiveArrayCritical(glyphArray, NULL);
154 env->ReleasePrimitiveArrayCritical(glyphArray, glyphs, 0);
H A DContextualSubstSubtables.h59 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
H A DContextualSubstSubtables.cpp75 le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *glyphArray, le_uint16 glyphCount, argument
93 if (glyph != SWAPW(glyphArray[match])) {
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java124 final int[] glyphArray = new int[1];
126 nativeCharsToGlyphs(fFont.getNativeFontPtr(), 1, unicodeArray, glyphArray);
127 cache.put(unicode, glyphArray[0]);
129 return glyphArray[0];
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1339 jintArray glyphArray, jint numGlyphs, jfloat xpos, jfloat ypos) {
1367 (*env)->GetIntArrayRegion(env, glyphArray, 0, numGlyphs, glyphs);
1336 Java_sun_font_FreetypeFontScaler_getGlyphVectorOutlineNative( JNIEnv *env, jobject scaler, jobject font2D, jlong pScalerContext, jlong pScaler, jintArray glyphArray, jint numGlyphs, jfloat xpos, jfloat ypos) argument

Completed in 55 milliseconds