Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp452 const RECT& rect() const { return m_bmpRect; } in rect()
453 …IntSize toShift() const { return IntSize(m_bmpRect.left - m_origRect.x(), m_bmpRect.top - m_origRe… in toShift()
463 RECT m_bmpRect; member in WebCore::TransparentLayerDC
489 …p = m_data->getTransparentLayerBitmap(m_rotatedOrigRect, m_alphaPaintType, m_bmpRect, false, true); in TransparentLayerDC()
531 …m_bitmap = m_data->getTransparentLayerBitmap(m_origRect, m_alphaPaintType, m_bmpRect, true, mustCr… in TransparentLayerDC()
545 …sparentLayerBitmap(m_memDc, m_rotatedBitmap.get(), m_rotatedOrigRect, m_alphaPaintType, m_bmpRect); in ~TransparentLayerDC()
548 …>paintBackTransparentLayerBitmap(m_memDc, m_bitmap.get(), m_origRect, m_alphaPaintType, m_bmpRect); in ~TransparentLayerDC()