Home
last modified time | relevance | path

Searched refs:m_rotatedBitmap (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp462 RefPtr<SharedBitmap> m_rotatedBitmap; member in WebCore::TransparentLayerDC
489m_rotatedBitmap = m_data->getTransparentLayerBitmap(m_rotatedOrigRect, m_alphaPaintType, m_bmpRect… in TransparentLayerDC()
490 if (m_rotatedBitmap) { in TransparentLayerDC()
524 …m_bitmap = SharedBitmap::createInstance(m_rotatedBitmap->is16bit(), m_origRect.width(), m_origRect… in TransparentLayerDC()
526 rotateBitmap(m_bitmap.get(), m_rotatedBitmap.get(), -m_rotation); in TransparentLayerDC()
528 m_rotatedBitmap = 0; in TransparentLayerDC()
540 if (m_rotatedBitmap) { in ~TransparentLayerDC()
543 rotateBitmap(m_rotatedBitmap.get(), m_bitmap.get(), m_rotation); in ~TransparentLayerDC()
544 m_memDc = m_rotatedBitmap->getDC(&m_key1, &m_key2); in ~TransparentLayerDC()
545 …m_data->paintBackTransparentLayerBitmap(m_memDc, m_rotatedBitmap.get(), m_rotatedOrigRect, m_alpha… in ~TransparentLayerDC()
[all …]