HomeSort by relevance Sort by last modified time
    Searched refs:endPaint (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 278 context3D->endPaint();
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 130 // The code used to hook BeginPaint/EndPaint originally came from
138 static BYTE* endPaint;
196 : "a" (endPaintSysCall), "g" (lpPaint), "g" (hWnd), "m" (endPaint)
200 // Call through to the original EndPaint.
204 __asm call endPaint
274 // we hook into BeginPaint/EndPaint to allow their normal WM_PAINT handling
278 hook("user32.dll", "EndPaint", endPaintSysCall, endPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedEndPaint)));
399 // BeginPaint/EndPaint to make the plugin draw into the given HDC.
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 283 void endPaint();
WebGLRenderingContext.cpp 132 void WebGLRenderingContext::endPaint()
136 m_context->endPaint();
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 597 void endPaint();
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 195 void GraphicsContext3D::endPaint()
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp     [all...]

Completed in 67 milliseconds