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

  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.h 93 virtual HDC getDC(SharedBitmap*, unsigned*);
99 HDC getDC(unsigned* key1) { return s_dcProvider->getDC(this, key1); }
123 m_hdc = bmp ? bmp->getDC(&m_key) : 0;
SharedBitmap.cpp 557 HDC SharedBitmap::DCProvider::getDC(SharedBitmap* bmp, unsigned* key)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 56 HDC getDC(int configId){return getTLS()->m_map[configId].dc;}
107 HDC getDC(){ return m_hdc;};
130 m_hdc = GetDC(wnd);
216 HDC hdc = GetDC(hwnd);
233 dpy = GetDC(hwnd);
236 dpy = display->getDC(cfgId);
242 HDC dpy = GetDC(hwnd);
453 HDC dc = GetDC(win);
509 if(!s_wglExtProcs->wglReleasePbufferDCARB(pb->getPbuffer(),pb->getDC()) || !s_wglExtProcs->wglDestroyPbufferARB(pb->getPbuffer())){
551 HDC hdcRead = read ? read->native()->getDC(): NULL
    [all...]

Completed in 426 milliseconds