HomeSort by relevance Sort by last modified time
    Searched defs:screen_dc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
spyware.cc 54 HDC screen_dc = ::GetDC(NULL); local
55 COLORREF pixel_color = ::GetPixel(screen_dc, 0, 0);
59 if (::GetPixel(screen_dc, x, y) != pixel_color) {
  /external/chromium_org/ui/gfx/
color_profile_win.cc 104 HDC screen_dc = GetDC(NULL); local
108 BOOL result = GetICMProfile(screen_dc, &path_len, path);
109 ReleaseDC(NULL, screen_dc);

Completed in 333 milliseconds