Searched refs:m_bitmapInfo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageBufferDataCG.h53 CGBitmapInfo m_bitmapInfo; member in class:WebCore::ImageBufferData
H A DImageBufferCG.cpp170 m_data.m_bitmapInfo = kCGImageAlphaPremultipliedLast;
171 cgContext = adoptCF(CGBitmapContextCreate(m_data.m_data, width.unsafeGet(), height.unsafeGet(), 8, m_data.m_bytesPerRow.unsafeGet(), m_data.m_colorSpace, m_data.m_bitmapInfo));
254 image = CGImageCreate(internalSize().width(), internalSize().height(), 8, 32, m_data.m_bytesPerRow.unsafeGet(), m_data.m_colorSpace, m_data.m_bitmapInfo, m_data.m_dataProvider.get(), 0, true, kCGRenderingIntentDefault);

Completed in 168 milliseconds