HomeSort by relevance Sort by last modified time
    Searched refs:GDI_StretchBitMask (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 73 FX_BOOL ret = GDI_StretchBitMask(pFlipped, dest_left, dest_top, abs(dest_width), abs(dest_height), color, flags, alpha_flag, pIccTransform);
82 return GDI_StretchBitMask(pBitmap, dest_left, dest_top, dest_width, dest_height, color, flags, alpha_flag, pIccTransform);
win32_int.h 120 FX_BOOL GDI_StretchBitMask(const CFX_DIBitmap* pBitmap, int dest_left, int dest_top,
fx_win32_device.cpp 552 FX_BOOL CGdiDeviceDriver::GDI_StretchBitMask(const CFX_DIBitmap* pBitmap1, int dest_left, int dest_top,
    [all...]

Completed in 36 milliseconds