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

  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 266 context3D->beginPaint();
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 130 // The code used to hook BeginPaint/EndPaint originally came from
135 static BYTE* beginPaint;
166 : "a" (beginPaintSysCall), "g" (lpPaint), "g" (hWnd), "m" (beginPaint)
171 // Call through to the original BeginPaint.
175 __asm call beginPaint
236 /* Disassembly of BeginPaint()
274 // we hook into BeginPaint/EndPaint to allow their normal WM_PAINT handling
277 hook("user32.dll", "BeginPaint", beginPaintSysCall, beginPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedBeginPaint)));
399 // BeginPaint/EndPaint to make the plugin draw into the given HDC
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 282 void beginPaint();
WebGLRenderingContext.cpp 125 void WebGLRenderingContext::beginPaint()
128 m_context->beginPaint(this);
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 111 void beginPaint(WebGLRenderingContext* context);
749 void GraphicsContext3DInternal::beginPaint(WebGLRenderingContext* context)
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 596 void beginPaint(WebGLRenderingContext* context);
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 190 void GraphicsContext3D::beginPaint(WebGLRenderingContext* context)
    [all...]

Completed in 67 milliseconds