OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color_depth_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/
backing_store_win.cc
59
color_depth_
= ::GetDeviceCaps(screen_dc, BITSPIXEL);
63
if (
color_depth_
< 16)
64
color_depth_
= 16;
96
return size_in_pixels.GetArea() * (
color_depth_
/ 8);
115
color_depth_
);
backing_store_win.h
53
int
color_depth_
;
member in class:content::BackingStoreWin
Completed in 630 milliseconds