HomeSort by relevance Sort by last modified time
    Searched refs:dib (Results 1 - 8 of 8) sorted by null

  /external/libpng/contrib/gregbook/
rpng-win.c 131 static uch *dib; variable
450 to multiple of 4 for Windows DIB).
455 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
462 Initialize the DIB. Negative height means to use top-down BMP ordering
468 memset(dib, 0, sizeof(BITMAPINFOHEADER));
469 bmih = (BITMAPINFOHEADER *)dib;
476 wimage_data = dib + sizeof(BITMAPINFOHEADER);
634 if (dib) {
635 free(dib);
636 dib = NULL
    [all...]
rpng2-win.c 236 static uch *dib; variable
676 to multiple of 4 for Windows DIB).
681 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
688 Initialize the DIB. Negative height means to use top-down BMP ordering
694 memset(dib, 0, sizeof(BITMAPINFOHEADER));
695 bmih = (BITMAPINFOHEADER *)dib;
702 wimage_data = dib + sizeof(BITMAPINFOHEADER);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 214 // Duplicate the handle to the DIB here because the renderer process does not
222 LOG(WARNING) << "Could not duplicate dib handle for renderer";
276 TransportDIB* dib = item->second->thumbnail_dib.get(); local
277 DCHECK(dib);
278 if (!dib || !dib->Map()) {
282 // Create an SkBitmap from the DIB.
287 // this code assumes that the transport dib is a 32-bit ARGB
291 non_owned_bitmap.setPixels(dib->memory());
294 // and the memory won't go away when the DIB goes away
    [all...]
  /external/quake/quake/src/QW/client/
vid_win.c 127 int dib; member in struct:__anon14232
548 modelist[curmode].dib = 0;
682 /* Find the size for the DIB window */
695 modelist[0].dib = 1;
707 modelist[1].dib = 1;
719 modelist[2].dib = 1;
787 modelist[nummodes].dib = 1;
838 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
866 modelist[nummodes].dib = 1;
950 modelist[nummodes].dib = 1;
    [all...]
gl_vidnt.c 45 int dib; member in struct:__anon14158
232 // Create the DIB window
247 Sys_Error ("Couldn't create DIB window");
249 // Center and show the DIB window
300 Sys_Error ("Couldn't set fullscreen DIB mode");
323 // Create the DIB window
338 Sys_Error ("Couldn't create DIB window");
1351 modelist[0].dib = 1;
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 123 int dib; member in struct:__anon14690
507 modelist[curmode].dib = 0;
641 /* Find the size for the DIB window */
654 modelist[0].dib = 1;
666 modelist[1].dib = 1;
678 modelist[2].dib = 1;
746 modelist[nummodes].dib = 1;
797 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
825 modelist[nummodes].dib = 1;
909 modelist[nummodes].dib = 1;
    [all...]
gl_vidnt.cpp 45 int dib; member in struct:__anon14519
232 // Create the DIB window
247 Sys_Error ("Couldn't create DIB window");
249 // Center and show the DIB window
300 Sys_Error ("Couldn't set fullscreen DIB mode");
323 // Create the DIB window
338 Sys_Error ("Couldn't create DIB window");
1351 modelist[0].dib = 1;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 207 milliseconds