Searched refs:m_premultipliedImageResult (Results 1 – 2 of 2) sorted by relevance
94 if (m_premultipliedImageResult) in clearResult()95 m_premultipliedImageResult.clear(); in clearResult()106 if (m_premultipliedImageResult) in asImageBuffer()107 …m_imageBufferResult->putPremultipliedImageData(m_premultipliedImageResult.get(), destinationRect.s… in asImageBuffer()184 unsigned char* sourceComponent = m_premultipliedImageResult->data(); in copyUnmultipliedImage()211 if (!m_premultipliedImageResult) { in copyPremultipliedImage()214 …m_premultipliedImageResult = m_imageBufferResult->getPremultipliedImageData(IntRect(IntPoint(), m_… in copyPremultipliedImage()217 …m_premultipliedImageResult = ByteArray::create(m_absolutePaintRect.width() * m_absolutePaintRect.h… in copyPremultipliedImage()219 unsigned char* destinationComponent = m_premultipliedImageResult->data(); in copyPremultipliedImage()232 copyImageBytes(m_premultipliedImageResult.get(), destination, rect); in copyPremultipliedImage()[all …]
57 …() const { return m_imageBufferResult || m_unmultipliedImageResult || m_premultipliedImageResult; } in hasResult()124 RefPtr<ByteArray> m_premultipliedImageResult; variable