Home | History | Annotate | Download | only in texmap

Lines Matching refs:m_texture

114     TextureMapperCacheLock(BitmapTexture* texture) : m_texture(texture)
116 if (m_texture)
117 m_texture->lock();
121 if (m_texture)
122 m_texture->unlock();
126 RefPtr<BitmapTexture> m_texture;
271 if (m_texture)
275 m_texture = textureMapper->createTexture();
276 cache()->mark(m_texture.get());
420 m_texture->destroy();
426 m_texture->setContentsToImage(m_currentContent.image.get());
433 m_texture->reset(m_size, true);
434 PlatformGraphicsContext* platformContext = m_texture->beginPaintMedia();
437 m_texture->endPaint();
441 const bool needsReset = (m_texture->contentSize() != m_size) || !m_texture->isValid();
451 m_texture->reset(m_size, m_state.contentsOpaque);
454 GraphicsContext context(m_texture->beginPaint(dirtyRect));
461 m_texture->endPaint();
495 m_texture->unpack();
497 m_texture : 0;
499 replicaMaskTexture = m_state.replicaLayer->m_state.maskLayer->m_texture;
510 options.textureMapper->drawTexture(*m_texture.get(), replicaRect(), m_transforms.replica,
516 options.textureMapper->drawTexture(*m_texture.get(), rect, transform, opacity, options.isSurface ? 0 : maskTexture.get());
517 options.cache->mark(m_texture.get());
526 maskTexture = mask->m_texture;
532 replicaMaskTexture = replica->m_state.maskLayer->m_texture;
556 maskTexture = mask->m_texture;
655 TextureMapperCacheLock(m_texture.get());