OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextureMapperQt
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h
28
friend class
TextureMapperQt
;
52
class
TextureMapperQt
: public TextureMapper {
54
TextureMapperQt
();
68
static PassOwnPtr<TextureMapper> create() { return new
TextureMapperQt
; }
TextureMapperQt.cpp
21
#include "
TextureMapperQt
.h"
53
TextureMapperQt
::initialize(&m_painter);
101
void
TextureMapperQt
::setClip(const IntRect& rect)
107
TextureMapperQt
::
TextureMapperQt
()
112
void
TextureMapperQt
::setGraphicsContext(GraphicsContext* context)
118
void
TextureMapperQt
::bindSurface(BitmapTexture* surface)
135
void
TextureMapperQt
::drawTexture(const BitmapTexture& texture, const IntRect& targetRect, const TransformationMatrix& matrix, float opacity, const BitmapTexture* maskTexture)
171
return new
TextureMapperQt
;
174
PassRefPtr<BitmapTexture>
TextureMapperQt
::createTexture(
[
all
...]
Completed in 1399 milliseconds