HomeSort by relevance Sort by last modified time
    Searched refs:biPlanes (Results 1 - 25 of 29) sorted by null

1 2

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.cc 41 bmi.bmiHeader.biPlanes = 1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_image.c 169 uint16_t biPlanes;
256 bmih.biPlanes = 1;
313 bmih.biPlanes = 1;
  /external/skia/tools/sk_app/win/
RasterWindowContext_win.cpp 65 bmpInfo->bmiHeader.biPlanes = 1;
  /external/skqp/tools/sk_app/win/
RasterWindowContext_win.cpp 65 bmpInfo->bmiHeader.biPlanes = 1;
  /external/ImageMagick/coders/
screenshot.c 188 bmi.bmiHeader.biPlanes=1;
emf.c 579 DIBinfo.bmiHeader.biPlanes=1;
  /external/libjpeg-turbo/
rdbmp.c 443 unsigned short biPlanes;
475 biPlanes = GET_2B(bmpinfoheader, 8);
497 biPlanes = GET_2B(bmpinfoheader, 12);
537 if (biPlanes != 1)
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 155 gdt->bmi.bmiHeader.biPlanes = 1;
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 157 uint16_t biPlanes;
168 biPlanes = FXWORD_GET_LSBFIRST(
169 reinterpret_cast<uint8_t*>(&pBmp_info_header->biPlanes));
175 if (compress_flag == BMP_RGB && biPlanes == 1 && color_used == 0)
fx_bmp.h 56 uint16_t biPlanes;
  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 144 bitmapInfo.bmiHeader.biPlanes = 1;
  /external/swiftshader/src/WSI/
FrameBufferGDI.cpp 144 bitmapInfo.bmiHeader.biPlanes = 1;
  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 27 pbmih->biPlanes = 1;
192 bmih.biPlanes = 1;
fx_win32_device.cpp 880 bmi.bmiHeader.biPlanes = 1;
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 163 bitmapInfo.bmiHeader.biPlanes = 1;
338 bitmapInfo.biPlanes = 1;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 711 unsigned short biPlanes = 1;
731 ByteSwap(biPlanes);
748 fwrite(&biPlanes , 1, sizeof(biPlanes) , fpDumpfile);
    [all...]
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 119 bmi_.bmiHeader.biPlanes = 1;
  /external/skia/samplecode/
SampleBigGradient.cpp 192 hdr.biPlanes = 1;
  /external/skqp/samplecode/
SampleBigGradient.cpp 192 hdr.biPlanes = 1;
  /external/libpng/contrib/gregbook/
rpng-win.c 524 bmih->biPlanes = 1;
rpng2-win.c 730 bmih->biPlanes = 1;
    [all...]
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 76 pvi->bmiHeader.biPlanes = 1;
  /external/libpng/contrib/visupng/
VisualPng.c 750 pbmih->biPlanes = 1;
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 572 bmi_.bmiHeader.biPlanes = 1;
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1026 pbi.bmiHeader.biPlanes = 1;
    [all...]

Completed in 391 milliseconds

1 2