OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setGraphicsContext
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h
59
virtual void
setGraphicsContext
(GraphicsContext*);
TextureMapperQt.cpp
112
void TextureMapperQt::
setGraphicsContext
(GraphicsContext* context)
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h
109
virtual void
setGraphicsContext
(GraphicsContext*) { }
/external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h
50
void
setGraphicsContext
(GraphicsContext* gc) { m_gc = gc; }
GraphicsContextAndroid.cpp
121
gc->
setGraphicsContext
(this);
/external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp
327
textureMapper->
setGraphicsContext
(context);
[
all
...]
Completed in 73 milliseconds