Searched defs:color_depth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store_win.cc22 HANDLE CreateDIB(HDC dc, int width, int height, int color_depth) { argument
31 hdr.bV5BitCount = color_depth;
/external/chromium_org/ui/gfx/
H A Dgdi_util.cc16 void CreateBitmapHeaderWithColorDepth(int width, int height, int color_depth, argument
23 hdr->biBitCount = color_depth;

Completed in 183 milliseconds