HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 176 - 182 of 182) sorted by null

1 2 3 4 5 6 78

  /external/qemu/android/camera/
camera-capture-windows.c 62 HDC dc;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 449 static void DX5_WinPAINT(_THIS, HDC hdc);
915 HDC hdc; local
953 hdc = GetDC(SDL_Window);
954 vformat->BitsPerPixel = GetDeviceCaps(hdc,PLANES) *
955 GetDeviceCaps(hdc,BITSPIXEL);
956 ReleaseDC(SDL_Window, hdc);
2486 HDC hdc; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 25 Display::Display(HDC deviceContext) : mDc(deviceContext)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 607 HDC hdc = p->getWindowsContext(r); local
608 if (!hdc) {
609 // The graphics context doesn't have an associated HDC so create a temporary
613 hdc = bitmap->hdc();
623 SetWorldTransform(hdc, &xform);
626 m_qtGWorld->paint(hdc, r.x(), r.y());
630 p->releaseWindowsContext(hdc, r);
  /external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp 114 SOFT_LINK(uxtheme, DrawThemeBackground, HRESULT, WINAPI, (HANDLE hTheme, HDC hdc, int iPartId, int iStateId, const RECT* pRect, const RECT* pClipRect), (hTheme, hdc, iPartId, iStateId, pRect, pClipRect))
626 DrawThemeBackground(theme, windowsContext.hdc(), themeData.m_part, themeData.m_state, &widgetRect, 0);
628 HDC hdc = windowsContext.hdc(); local
630 ::DrawEdge(hdc, &widgetRect, EDGE_SUNKEN, BF_RECT | BF_ADJUST);
632 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_BTNFACE+1));
634 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_WINDOW+1))
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 149 static HDC hdc; local
406 hdc = BeginPaint (hwnd, &ps);
409 SetDIBitsToDevice (hdc, 0, 0, cxWinSize, cyWinSize, 0, 0,
  /external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp 54 HDC dc = skia::BeginPlatformPaint(canvas);

Completed in 363 milliseconds

1 2 3 4 5 6 78