Searched refs:dibImage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c160 if (dibImage != NULL) { \
161 free(dibImage); \
180 unsigned char* dibImage = NULL, *rowPtr, *pixelPtr, *dibPixPtr, *dibRowPtr; local
378 dibImage = SAFE_SIZE_ARRAY_ALLOC(malloc, dibBytesWidth, height);
379 if (dibImage == NULL) {
383 memset(dibImage, 0, dibImageSize);
385 err = GetDIBits(hMemoryDC, hBitmap, 0, height, dibImage,
448 dibRowPtr = dibImage;
477 free(dibImage);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp2689 jbyte *dibImage = reverseDIB((jbyte*)imageBits,
2692 if (dibImage != NULL) {
2703 dibImage,
2709 free(dibImage);
2710 } /* if (dibImage != NULL) */
2826 jbyte *dibImage = reverseDIB(image, width, height, 24);
2827 if (dibImage != NULL) {
2841 dibImage, // points to the DIB
2846 free (dibImage);

Completed in 352 milliseconds