Searched refs:glyphs (Results 51 - 68 of 68) sorted by relevance

123

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp228 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
229 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
231 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
234 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const argument
236 fGlyphStorage->getGlyphs(glyphs, success);
386 // Input: glyphs
541 // Output: glyphs, positions, char indices
542 // Returns: number of glyphs
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c477 /* For bolding glyphs are not just widened. Height is also changed
1347 jint *glyphs; local
1354 glyphs = NULL;
1356 glyphs = (jint*) malloc(numGlyphs*sizeof(jint));
1358 if (glyphs == NULL) {
1367 (*env)->GetIntArrayRegion(env, glyphArray, 0, numGlyphs, glyphs);
1371 if (glyphs[i] >= INVISIBLE_GLYPHS) {
1378 glyphs[i],
1394 free(glyphs);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c651 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
655 left = glyphs[glyphCounter].x;
656 top = glyphs[glyphCounter].y;
657 width = glyphs[glyphCounter].width;
658 height = glyphs[glyphCounter].height;
H A Dvis_IntArgbBm.c569 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
573 left = glyphs[glyphCounter].x;
574 top = glyphs[glyphCounter].y;
575 width = glyphs[glyphCounter].width;
576 height = glyphs[glyphCounter].height;
H A Dvis_IntBgr.c850 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
854 left = glyphs[glyphCounter].x;
855 top = glyphs[glyphCounter].y;
856 width = glyphs[glyphCounter].width;
857 height = glyphs[glyphCounter].height;
H A Dvis_IntRgb.c576 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
580 left = glyphs[glyphCounter].x;
581 top = glyphs[glyphCounter].y;
582 width = glyphs[glyphCounter].width;
583 height = glyphs[glyphCounter].height;
H A Dvis_IntRgbx.c986 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
990 left = glyphs[glyphCounter].x;
991 top = glyphs[glyphCounter].y;
992 width = glyphs[glyphCounter].width;
993 height = glyphs[glyphCounter].height;
H A Dvis_IntArgbPre.c1082 ImageRef *glyphs,
1111 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
1115 left = glyphs[glyphCounter].x;
1116 top = glyphs[glyphCounter].y;
1117 width = glyphs[glyphCounter].width;
1118 height = glyphs[glyphCounter].height;
1081 IntArgbPreDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument
H A Djava2d_Mlib.h140 ImageRef *glyphs, \
H A Dvis_FourByteAbgr.c1853 ImageRef *glyphs,
1891 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
1895 left = glyphs[glyphCounter].x;
1896 top = glyphs[glyphCounter].y;
1897 width = glyphs[glyphCounter].width;
1898 height = glyphs[glyphCounter].height;
1852 FourByteAbgrDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h279 ImageRef *glyphs,
291 ImageRef *glyphs,
307 ImageRef *glyphs,
H A DAnyByteBinary.h491 ImageRef *glyphs, \
509 glyphs, glyphCounter, continue) \
535 ImageRef *glyphs, \
563 glyphs, glyphCounter, continue) \
588 ImageRef *glyphs, \
608 glyphs, glyphCounter, continue) \
H A DLoopMacros.h1614 ImageRef *glyphs, \
1634 glyphs, glyphCounter, continue) \
1745 ImageRef *glyphs, \
1775 glyphs, glyphCounter, continue) \
1888 ImageRef *glyphs, \
1922 (glyphs[glyphCounter].rowBytes == glyphs[glyphCounter].width) ? 1 : 3;\
1926 glyphs, glyphCounter, continue) \
1932 pixels += glyphs[glyphCounter].rowBytesOffset; \
1959 ImageRef *glyphs, \
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java386 * such as Hebrew and Arabic, the glyphs can be rendered from right to
529 int[] glyphs = new int[len];
530 compFont.getMapper().charsToGlyphs(len, chars, glyphs);
536 slot = glyphs[startChar] >>> 24;
538 while (endChar < len && ((glyphs[endChar] >>> 24) == slot)) {
647 /* layout replaces glyphs which have been combined away
653 * the number of glyphs ..
684 /* To get GDI to rotate glyphs we need to specify the angle
687 * of the glyphs accordingly.
692 * We don't have any way to tell GDI to rotate only the glyphs an
[all...]
H A DWPrinterJob.java1127 * Draw the glyphs <code>glyphs</code> to the printer's
1130 protected void glyphsOut(int []glyphs, float x, float y, argument
1135 * A flag bit is set to indicate to GDI that these are glyphs,
1138 * just use the default advances for the glyphs.
1141 char[] glyphCharArray = new char[glyphs.length];
1142 for (int i=0;i<glyphs.length;i++) {
1143 glyphCharArray[i] = (char)(glyphs[i] & 0xffff);
1146 textOut(getPrintDC(), glyphStr, glyphs.length, true, x, y, positions);
1493 int strlen, boolean glyphs,
1492 textOut(long printDC, String text, int strlen, boolean glyphs, float x, float y, float[] positions) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java302 int[] glyphs, int numGlyphs,
301 getGlyphVectorOutline(long pScalerContext, int[] glyphs, int numGlyphs, float x, float y) argument
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java45 * invisible glyphs.
98 * be retrieved for a glyph rather than retrieving bounds for all glyphs
99 * then outlines for all glyphs.
190 /* Always segment for fonts with > 256 glyphs, but also for smaller
788 // !!! or do we force sgv user glyphs?
817 * generate for large glyphs.
936 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { argument
938 glyphs, glyphs.length, x, y);
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCStrike.java271 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { argument

Completed in 99 milliseconds

123