Searched refs:bytes_per_line (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dimg_util_md.h66 #define ScanBytes(cvdata) (((IRData *)cvdata)->xim->bytes_per_line)
69 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
H A DmultiVis.c309 targetBytesPerLine = target_image->bytes_per_line;
404 int32_t bytes_per_line; local
409 bytes_per_line = width*depth/8;
411 bytes_per_line = width/8;
417 rem = (bytes_per_line*8)%bitmap_unit;
419 bytes_per_line += (rem/8 + 1);
425 bytes_per_line = ximage->bytes_per_line;
428 ximage->data = malloc(height*bytes_per_line);
430 ximage->data = malloc(height*bytes_per_line*dept
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c51 image_size = img->bytes_per_line * TEXT_BM_HEIGHT;
109 int scan = theImage->bytes_per_line;
239 scan = theImage->bytes_per_line;
H A DX11SurfaceData.c570 shmget(IPC_PRIVATE, height * img->bytes_per_line,
651 /* need to create shared(!) image to get bytes_per_line */
656 scan = img->bytes_per_line;
985 int scan = xpriv->img->bytes_per_line;
1258 int lengthInBytes = img->height * img->bytes_per_line;
1287 int scan = img->bytes_per_line;
1397 scan = img->bytes_per_line;
1434 temp_scan = temp_image->bytes_per_line;
1467 img->data = malloc(h * img->bytes_per_line);
H A DX11FontScaler_md.c329 nbytes = ximage->bytes_per_line;
H A DX11PMBlitLoops.c259 dstScan = image->bytes_per_line;
H A DXRBackendNative.c675 maskOff == defaultImg->xoffset && maskScan == defaultImg->bytes_per_line) {
681 img->data[line*img->bytes_per_line + pix] =
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c120 if (app_data.dinfo.bytes_per_line != 0) {
122 (void*)(intptr_t) app_data.dinfo.bytes_per_line);
457 information like bytes_per_line.
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java473 int bytes_per_line);
471 XCreateImage(long display, long visual_ptr, int depth, int format, int offset, long data, int width, int height, int bitmap_pad, int bytes_per_line) argument
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c339 ximage->bytes_per_line = ximage->depth * ximage->width / 8;
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1694 jint height, jint bitmap_pad, jint bytes_per_line)
1699 width, height, bitmap_pad, bytes_per_line));
1691 Java_sun_awt_X11_XlibWrapper_XCreateImage(JNIEnv *env, jclass clazz, jlong display, jlong visual_ptr, jint depth, jint format, jint offset, jlong data, jint width, jint height, jint bitmap_pad, jint bytes_per_line) argument

Completed in 65 milliseconds