Searched refs:image_clip (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 375 FX_RECT image_clip = image_rect; in OutputImageMask() local 376 image_clip.Intersect(*pClipRect); in OutputImageMask() 377 if (image_clip.IsEmpty()) { in OutputImageMask() 380 image_clip.Offset(-image_rect.left, -image_rect.top); in OutputImageMask() 383 pStretched = _StretchMonoToGray(dest_width, dest_height, pBitmap, &image_clip); in OutputImageMask() 385 pStretched = pBitmap->StretchTo(dest_width, dest_height, FALSE, &image_clip); in OutputImageMask() 388 CallFunc(GdipCreateBitmapFromScan0)(image_clip.Width(), image_clip.Height(), in OutputImageMask() 389 … (image_clip.Width() + 3) / 4 * 4, PixelFormat8bppIndexed, pStretched->GetBuffer(), &bitmap); in OutputImageMask() 399 CallFunc(GdipDrawImageI)(pGraphics, bitmap, image_rect.left + image_clip.left, in OutputImageMask() 400 image_rect.top + image_clip.top); in OutputImageMask()
|