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

  /external/libpng/contrib/gregbook/
rpng-win.c 158 static uch *dib; variable
495 to multiple of 4 for Windows DIB).
506 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
513 Initialize the DIB. Negative height means to use top-down BMP ordering
519 memset(dib, 0, sizeof(BITMAPINFOHEADER));
520 bmih = (BITMAPINFOHEADER *)dib;
527 wimage_data = dib + sizeof(BITMAPINFOHEADER);
685 if (dib) {
686 free(dib);
687 dib = NULL
    [all...]
rpng2-win.c 264 static uch *dib; variable
707 to multiple of 4 for Windows DIB).
712 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
719 Initialize the DIB. Negative height means to use top-down BMP ordering
725 memset(dib, 0, sizeof(BITMAPINFOHEADER));
726 bmih = (BITMAPINFOHEADER *)dib;
733 wimage_data = dib + sizeof(BITMAPINFOHEADER);
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_dwrite.cpp 429 auto dib = pdfium::MakeRetain<CFX_DIBitmap>(); local
430 dib->Create(bitmap.bmWidth, bitmap.bmHeight,
433 dib->CompositeBitmap(text_bbox.left, text_bbox.top, text_bbox.Width(),
443 text_bbox.Height(), dib, text_bbox.left,
  /external/ImageMagick/coders/
Make.com 40 $call Make dib.c
153 cmyk,cut,dcm,dds,debug,dib,dng,dps,dpx,emf,ept,exr,fax,fd,fits,fpx,gif, -

Completed in 103 milliseconds