HomeSort by relevance Sort by last modified time
    Searched refs:m_replicaSurface (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 274 m_replicaSurface = textureMapper->createTexture();
536 ASSERT(m_replicaSurface);
537 m_replicaSurface->reset(options.surface->size());
538 m_replicaSurface->setOffset(options.surface->offset());
539 options.cache->mark(m_replicaSurface.get());
540 options.textureMapper->bindSurface(m_replicaSurface.get());
545 options.textureMapper->drawTexture(*m_replicaSurface.get(), IntRect(IntPoint(0, 0), options.surface->size()), TransformationMatrix(), options.opacity, 0);
657 TextureMapperCacheLock(m_replicaSurface.get());
TextureMapperNode.h 192 RefPtr<BitmapTexture> m_surface, m_replicaSurface;

Completed in 298 milliseconds