Searched refs:Unmultiplied (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DImageBuffer.h54 Unmultiplied enumerator in enum:WebCore::Multiply
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageBufferCairo.cpp203 if (multiplied == Unmultiplied)
220 return getImageData<Unmultiplied>(rect, m_data, m_size);
274 if (multiplied == Unmultiplied)
288 putImageData<Unmultiplied>(source, sourceSize, sourceRect, destPoint, m_data, m_size);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp241 if (multiplied == Unmultiplied) {
281 return getImageData<Unmultiplied>(rect, m_data, m_size);
343 if (multiplied == Unmultiplied) {
388 putImageData<Unmultiplied>(source, sourceSize, sourceRect, destPoint, m_data, m_size);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageBufferSkia.cpp236 if (multiplied == Unmultiplied) {
260 return getImageData<Unmultiplied>(rect, *context()->platformContext()->canvas()->getDevice(), m_size);
322 if (multiplied == Unmultiplied) {
342 putImageData<Unmultiplied>(source, sourceSize, sourceRect, destPoint, context()->platformContext()->canvas()->getDevice(), m_size);

Completed in 98 milliseconds