Home | History | Annotate | Download | only in texmap

Lines Matching refs:maskTexture

497     RefPtr<BitmapTexture> maskTexture
501 if (maskTexture)
502 maskTexture->unpack();
512 replicaMaskTexture ? replicaMaskTexture.get() : maskTexture.get());
516 options.textureMapper->drawTexture(*m_texture.get(), rect, transform, opacity, options.isSurface ? 0 : maskTexture.get());
524 RefPtr<BitmapTexture> maskTexture;
526 maskTexture = mask->m_texture;
541 options.textureMapper->drawTexture(texture, replicaRect(), m_transforms.replica, replica->m_state.opacity, replicaMaskTexture ? replicaMaskTexture.get() : maskTexture.get());
542 options.textureMapper->drawTexture(texture, IntRect(IntPoint(0, 0), options.surface->size()), TransformationMatrix(), 1.0f, maskTexture.get());
554 RefPtr<BitmapTexture> maskTexture;
556 maskTexture = mask->m_texture;
560 if (maskTexture)
561 maskTexture->unpack();
572 options.opacity, maskTexture.get());