OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paintToTarget
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h
44
virtual void
paintToTarget
(const BitmapTexture&, const IntSize&, const TransformationMatrix&, float opacity, const IntRect& visibleRect);
TextureMapperGL.cpp
604
void TextureMapperGL::
paintToTarget
(const BitmapTexture& aSurface, const IntSize& surfaceSize, const TransformationMatrix& transform, float opacity, const IntRect& visibleRect)
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h
103
virtual void
paintToTarget
(const BitmapTexture& texture, const IntSize&, const TransformationMatrix& matrix, float opacity, const IntRect& visibleRect)
TextureMapperNode.cpp
484
textureMapper->
paintToTarget
(*m_surface.get(), options.viewportSize, options.transform, options.opacity * m_state.opacity, options.targetRect);
Completed in 498 milliseconds