Index: core/fxge/dib/fx_dib_main.cpp |
diff --git a/core/fxge/dib/fx_dib_main.cpp b/core/fxge/dib/fx_dib_main.cpp |
index 8656d54155da1ee29a999572a7a45942e28f571a..5c13c1d2565cc96415a6706f4619939381cadc54 100644 |
--- a/core/fxge/dib/fx_dib_main.cpp |
+++ b/core/fxge/dib/fx_dib_main.cpp |
@@ -1536,7 +1536,7 @@ FX_BOOL CFX_ImageRenderer::Start(CFX_DIBitmap* pDevice, |
int blend_type) { |
m_Matrix = *pMatrix; |
CFX_FloatRect image_rect_f = m_Matrix.GetUnitRect(); |
- FX_RECT image_rect = image_rect_f.GetOutterRect(); |
+ FX_RECT image_rect = image_rect_f.GetOuterRect(); |
m_ClipBox = pClipRgn ? pClipRgn->GetBox() : FX_RECT(0, 0, pDevice->GetWidth(), |
pDevice->GetHeight()); |
m_ClipBox.Intersect(image_rect); |