OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endPaint
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h
66
virtual void
endPaint
() = 0;
TextureMapperGL.cpp
230
virtual void
endPaint
();
475
void BitmapTextureGL::
endPaint
()
479
m_buffer->
endPaint
();
506
endPaint
();
/external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h
36
virtual void
endPaint
();
TextureMapperQt.cpp
60
void BitmapTextureQt::
endPaint
()
200
virtual void
endPaint
() { m_painter.end(); }
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h
66
virtual void
endPaint
() = 0;
TextureMapperNode.cpp
437
m_texture->
endPaint
();
461
m_texture->
endPaint
();
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
134
// The code used to hook BeginPaint/
EndPaint
originally came from
142
static BYTE*
endPaint
;
200
: "a" (endPaintSysCall), "g" (lpPaint), "g" (hWnd), "m" (
endPaint
)
204
// Call through to the original
EndPaint
.
208
__asm call
endPaint
278
// we hook into BeginPaint/
EndPaint
to allow their normal WM_PAINT handling
282
hook("user32.dll", "
EndPaint
", endPaintSysCall,
endPaint
, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedEndPaint)));
403
// BeginPaint/
EndPaint
to make the plugin draw into the given HDC.
Completed in 1501 milliseconds