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

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp343 static void OutputImageMask(GpGraphics* pGraphics, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int dest_left, int dest_top, argument
365 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, (float)dest_top,
397 CallFunc(GdipDrawImageI)(pGraphics, bitmap, image_rect.left + image_clip.left,
412 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3);
415 static void OutputImage(GpGraphics* pGraphics, const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect, argument
426 OutputImage(pGraphics, pCloned, &new_rect, dest_left, dest_top, dest_width, dest_height);
475 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3);
690 GpGraphics* pGraphics = NULL; local
691 CallFunc(GdipCreateFromHDC)(hDC, &pGraphics);
692 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixe
705 GpGraphics* pGraphics; local
860 GpGraphics* pGraphics = NULL; local
[all...]

Completed in 75 milliseconds