Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp238 FX_RECT full_rect = unit_rect.GetOutterRect(); in StartDIBits() local
244 bFlipX ? full_rect.right : full_rect.left, in StartDIBits()
245 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
246 bFlipX ? -full_rect.Width() : full_rect.Width(), in StartDIBits()
247 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
257 pTransformed, color, full_rect.left, full_rect.top, full_rect.Width(), in StartDIBits()
258 full_rect.Height(), NULL, 0, alpha_flag, pIccTransform, blend_type); in StartDIBits()
272 pTransformed, color, full_rect.left, full_rect.top, full_rect.Width(), in StartDIBits()
273 full_rect.Height(), NULL, 0, alpha_flag, pIccTransform, blend_type); in StartDIBits()