Searched refs:rowBytes (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGlyphImageRef.h42 int rowBytes; member in struct:__anon914
H A DAnyByteBinary.h504 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
506 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
524 pixels += rowBytes; \
558 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
560 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
580 pixels += rowBytes; \
603 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
605 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
624 pixels += rowBytes; \
H A DLoopMacros.h1582 ROWBYTES = GLYPHS[GLYPHCOUNTER].rowBytes; \
1629 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
1631 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
1645 pixels += rowBytes; \
1770 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
1772 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
1788 pixels += rowBytes; \
1919 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
1922 (glyphs[glyphCounter].rowBytes == glyphs[glyphCounter].width) ? 1 : 3;\
1923 ClipDrawGlyphList(DST, pixels, bpp, rowBytes, widt
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_GlyphList.c47 unsigned int rowBytes; \
60 rowBytes = width; \
68 pixels += (clipTop - top) * rowBytes; \
148 pixels += rowBytes;
209 pixels += rowBytes;
272 pixels += rowBytes;
360 pixels += rowBytes;
H A Dvis_GlyphListXor.c49 unsigned int rowBytes; \
62 rowBytes = width; \
70 pixels += (clipTop - top) * rowBytes; \
150 pixels += rowBytes;
211 pixels += rowBytes;
274 pixels += rowBytes;
362 pixels += rowBytes;
H A Dvis_FourByteAbgrPre.c188 unsigned int rowBytes; local
201 rowBytes = width;
209 pixels += (clipTop - top) * rowBytes;
328 pixels += rowBytes;
H A Dvis_IntArgb.c385 unsigned int rowBytes; local
398 rowBytes = width;
406 pixels += (clipTop - top) * rowBytes;
479 pixels += rowBytes;
H A Dvis_ByteGray_Mask.c646 unsigned int rowBytes; local
659 rowBytes = width;
667 pixels += (clipTop - top) * rowBytes;
705 pixels += rowBytes;
762 pixels += rowBytes;
H A Dvis_IntArgbBm.c564 unsigned int rowBytes; local
577 rowBytes = width;
585 pixels += (clipTop - top) * rowBytes;
673 pixels += rowBytes;
H A Dvis_IntBgr.c845 unsigned int rowBytes; local
858 rowBytes = width;
866 pixels += (clipTop - top) * rowBytes;
939 pixels += rowBytes;
H A Dvis_IntRgb.c571 unsigned int rowBytes; local
584 rowBytes = width;
592 pixels += (clipTop - top) * rowBytes;
665 pixels += rowBytes;
H A Dvis_IntRgbx.c981 unsigned int rowBytes; local
994 rowBytes = width;
1002 pixels += (clipTop - top) * rowBytes;
1075 pixels += rowBytes;
H A Dvis_IntArgbPre.c1106 unsigned int rowBytes; local
1119 rowBytes = width;
1127 pixels += (clipTop - top) * rowBytes;
1197 pixels += rowBytes;
1211 pixels += rowBytes;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c113 unsigned int rowBytes; local
127 rowBytes = glyphs[glyphCounter].width;
141 pixels += (clipTop - top) * rowBytes;
178 pixels += rowBytes;
199 pixels += rowBytes;
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java134 int rowBytes = getSourceRowBytes();
141 os.write(StrikeCache.unsafe.getByte(pixelDataAddress + (line * rowBytes + x)));
150 int rowStart = line * rowBytes;
/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h104 UInt16 rowBytes; member in struct:GlyphInfo
H A DDrawGlyphList.c108 gbv->glyphs[g].rowBytes = ginfo->rowBytes;
121 gbv->glyphs[g].rowBytes = ginfo->rowBytes;
527 /* rowBytes==width tests if its a B&W or LCD glyph */
528 if (ginfo->width == ginfo->rowBytes) {
559 gbv->glyphs[g].rowBytes = ginfo->rowBytes;
584 * The test for width==rowBytes detects the case where the glyph
634 gbv->glyphs[g].rowBytes
[all...]
H A DsunFont.c309 nresults[6] = (size_t)&(info->rowBytes)-baseAddr;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteInterleavedRaster.java464 int rowBytes = w*pixelStride;
465 if (scanlineStride == rowBytes) {
466 System.arraycopy(data, yoff, outData, off, rowBytes*h);
469 System.arraycopy(data, yoff, outData, off, rowBytes);
470 off += rowBytes;
767 int rowBytes = w*pixelStride;
768 if (rowBytes == scanlineStride) {
769 System.arraycopy(inData, 0, data, yoff, rowBytes*h);
772 System.arraycopy(inData, off, data, yoff, rowBytes);
773 off += rowBytes;
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGlyphCache.cpp149 glyph->rowBytes, tileFormat,
H A DD3DTextRenderer.cpp716 ginfo->rowBytes, tileFormat);
795 grayscale = (ginfo->rowBytes == ginfo->width);
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m127 const size_t pixelSize = image->rowBytes / image->width;
183 info->width, info->height, info->rowBytes / info->width);
189 info->image, info->rowBytes / info->width,
249 // infoBuffer.rowBytes = info->width; // three bytes per RGB pixel
256 // scrapBuffer.rowBytes = info->width;
357 canvas->image->rowBytes = bytesPerRow;
437 canvasRectToClear.rowBytes = canvas->image->rowBytes;
497 glyphInfo->rowBytes = width * pixelSize;
/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c418 glyphInfo->rowBytes = bytesWidth;
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java743 int rowBytes =
746 if (rowBytes == width) {
759 if (StrikeCache.unsafe.getByte(pixelData+y*rowBytes+x) != 0) {
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c860 // rowBytes will always be a multiple of 3, so the following is safe
861 j2d_glPixelStorei(GL_UNPACK_ROW_LENGTH, ginfo->rowBytes / 3);
987 // rowBytes will always be a multiple of 3, so the following is safe
988 j2d_glPixelStorei(GL_UNPACK_ROW_LENGTH, ginfo->rowBytes / 3);
1096 grayscale = (ginfo->rowBytes == ginfo->width);

Completed in 1066 milliseconds

12