Searched refs:new_box (Results 1 – 1 of 1) sorted by relevance
80 FX_RECT new_box = m_Box; in IntersectMaskF() local81 new_box.Intersect(mask_box); in IntersectMaskF()82 if (new_box.IsEmpty()) { in IntersectMaskF()85 m_Box = new_box; in IntersectMaskF()89 new_dib->Create(new_box.Width(), new_box.Height(), FXDIB_8bppMask); in IntersectMaskF()90 for (int row = new_box.top; row < new_box.bottom; row++) { in IntersectMaskF()95 new_dib->GetBuffer() + (row - new_box.top) * new_dib->GetPitch(); in IntersectMaskF()96 for (int col = new_box.left; col < new_box.right; col++) { in IntersectMaskF()97 new_scan[col - new_box.left] = in IntersectMaskF()101 m_Box = new_box; in IntersectMaskF()