HomeSort by relevance Sort by last modified time
    Searched refs:getDC (Results 1 - 4 of 4) 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;
GraphicsContextWinCE.cpp 475 // SharedBitmap::getDC() is called, I.E., when m_bitmap is not null.
532 m_memDc = m_bitmap->getDC(&m_key);
543 m_memDc = m_rotatedBitmap->getDC(&m_key);
573 m_data->m_dc = m_data->m_bitmap->getDC(&m_key);
    [all...]
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 81 milliseconds