OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textureMapper
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h
40
#include "texmap/
TextureMapper
.h"
124
OwnPtr<WebCore::
TextureMapper
>
textureMapper
;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp
52
void setTextureMapper(PassOwnPtr<
TextureMapper
>
textureMapper
)
54
m_frame->d->
textureMapper
=
textureMapper
;
65
virtual
TextureMapper
*
textureMapper
()
67
return m_frame->d->
textureMapper
.get();
87
if (
textureMapper
())
126
if (
textureMapper
())
295
// We don't use an overlay with
TextureMapper
. Instead, the overlay is drawn inside QWebFrame
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp
269
void TextureMapperNode::initializeTextureMapper(
TextureMapper
*
textureMapper
)
273
m_surface =
textureMapper
->createTexture();
274
m_replicaSurface =
textureMapper
->createTexture();
275
m_texture =
textureMapper
->createTexture();
417
void TextureMapperNode::uploadTextureFromContent(
TextureMapper
*
textureMapper
, const IntRect& visibleRect, GraphicsLayer* layer)
455
if (
textureMapper
) {
456
context.setImageInterpolationQuality(
textureMapper
->imageInterpolationQuality());
457
context.setTextDrawingMode(
textureMapper
->textDrawingMode())
[
all
...]
TextureMapperNode.h
27
#include "
TextureMapper
.h"
45
TextureMapper
*
textureMapper
;
118
virtual void paint(
TextureMapper
*, const TextureMapperContentLayer::PaintOptions&);
129
void initializeTextureMapper(
TextureMapper
*);
135
void syncCompositingStateInternal(GraphicsLayerTextureMapper*, bool recursive,
TextureMapper
*);
136
void syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer,
TextureMapper
*
textureMapper
);
144
void uploadTextureFromContent(
TextureMapper
*
textureMapper
, const IntRect& visibleRect, GraphicsLayer* layer)
[
all
...]
Completed in 116 milliseconds