Searched refs:m_origRect (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 453 …Size toShift() const { return IntSize(m_bmpRect.left - m_origRect.x(), m_bmpRect.top - m_origRect.… in toShift() 458 IntRect m_origRect; member in WebCore::TransparentLayerDC 472 , m_origRect(origRect) in TransparentLayerDC() 503 m_origRect = mapRect(m_rotatedOrigRect, m_rotation); in TransparentLayerDC() 507 m_rotation.m_postShiftX -= m_origRect.x(); in TransparentLayerDC() 508 m_rotation.m_postShiftY -= m_origRect.y(); in TransparentLayerDC() 523 …m_bitmap = SharedBitmap::create(m_origRect.size(), m_rotatedBitmap->is16bit() ? BitmapInfo::BitCou… in TransparentLayerDC() 530 …m_bitmap = m_data->getTransparentLayerBitmap(m_origRect, m_alphaPaintType, m_bmpRect, true, mustCr… in TransparentLayerDC() 547 …m_data->paintBackTransparentLayerBitmap(m_memDc, m_bitmap.get(), m_origRect, m_alphaPaintType, m_b… in ~TransparentLayerDC()
|