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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddib.cpp398 DWORD biClrUsed = ds.dsBmih.biClrUsed; local
399 if ( !biClrUsed )
401 // biClrUsed field might not be set
402 biClrUsed = GetNumberOfColours(ds.dsBmih.biBitCount);
405 if ( !biClrUsed )
412 wxCharBuffer bmi(sizeof(BITMAPINFO) + (biClrUsed - 1)*sizeof(RGBQUAD));
417 ::GetDIBColorTable(hDC, 0, biClrUsed, pBmi->bmiColors);
441 // number of entries is given by biClrUsed or is used for masks to be
452 // biClrUsed ha
[all...]
H A Dbitmap.cpp1638 lpDIBheader->bmiHeader.biClrUsed = 256;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdbmp.c259 INT32 biClrUsed = 0; local
317 biClrUsed = GET_4B(bmpinfoheader,32);
354 if (biClrUsed <= 0)
355 biClrUsed = 256; /* assume it's 256 */
356 else if (biClrUsed > 256)
361 (JDIMENSION) biClrUsed, (JDIMENSION) 3);
363 read_colormap(source, (int) biClrUsed, mapentrysize);
365 bPad -= biClrUsed * mapentrysize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_common.c80 dstruct(s, bih, biClrUsed, "lu");
H A Dvfwcap.c151 dstruct(s, bih, biClrUsed, "lu");
H A Dgdigrab.c351 bmi.bmiHeader.biClrUsed = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.h126 __u32 biClrUsed; member in struct:_BITMAPINFOHEADER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.h129 uint32_t biClrUsed; member in struct:_BITMAPINFOHEADER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_win.c723 bi.biClrUsed = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_win.c723 bi.biClrUsed = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dvfwcap.c153 dstruct(s, bih, biClrUsed, "lu");

Completed in 308 milliseconds