Home
last modified time | relevance | path

Searched refs:pGraphics (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp345 static void OutputImageMask(GpGraphics* pGraphics, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, i… in OutputImageMask() argument
367 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, (float)dest_top, in OutputImageMask()
399 CallFunc(GdipDrawImageI)(pGraphics, bitmap, image_rect.left + image_clip.left, in OutputImageMask()
414 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3); in OutputImageMask()
417 static void OutputImage(GpGraphics* pGraphics, const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect, in OutputImage() argument
428 OutputImage(pGraphics, pCloned, &new_rect, dest_left, dest_top, dest_width, dest_height); in OutputImage()
477 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3); in OutputImage()
692 GpGraphics* pGraphics = NULL; in StretchBitMask() local
693 CallFunc(GdipCreateFromHDC)(hDC, &pGraphics); in StretchBitMask()
694 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in StretchBitMask()
[all …]