Searched refs:image_clip (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 622 FX_RECT image_clip = image_rect; in OutputImageMask() local 623 image_clip.Intersect(*pClipRect); in OutputImageMask() 624 if (image_clip.IsEmpty()) in OutputImageMask() 627 image_clip.Offset(-image_rect.left, -image_rect.top); in OutputImageMask() 631 StretchMonoToGray(dest_width, dest_height, pBitmap, &image_clip); in OutputImageMask() 634 pBitmap->StretchTo(dest_width, dest_height, false, &image_clip); in OutputImageMask() 637 CallFunc(GdipCreateBitmapFromScan0)(image_clip.Width(), image_clip.Height(), in OutputImageMask() 638 (image_clip.Width() + 3) / 4 * 4, in OutputImageMask() 654 image_rect.left + image_clip.left, in OutputImageMask() 655 image_rect.top + image_clip.top); in OutputImageMask()
|