Searched refs:full_rect (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 115 FX_RECT full_rect = unit_rect.GetOutterRect(); in Transform1bppBitmap() local 116 int full_left = full_rect.left; in Transform1bppBitmap() 117 int full_top = full_rect.top; in Transform1bppBitmap() 202 FX_RECT full_rect = unit_rect.GetOutterRect(); in StartDIBits() local 206 …n StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect.bott… in StartDIBits() 207 …bFlipX ? -full_rect.Width() : full_rect.Width(), bFlipY ? -full_rect.Height() : full_rect.Height()… in StartDIBits() 215 …_BOOL ret = StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, full_rect.Width(), f… in StartDIBits() 229 …_BOOL ret = StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, full_rect.Width(), f… in StartDIBits()
|