Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp174 FX_RECT full_rect = unit_rect.GetOuterRect(); in StartDIBits() local
180 bFlipX ? full_rect.right : full_rect.left, in StartDIBits()
181 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
182 bFlipX ? -full_rect.Width() : full_rect.Width(), in StartDIBits()
183 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
194 return StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, in StartDIBits()
195 full_rect.Width(), full_rect.Height(), nullptr, 0, in StartDIBits()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_draw.cpp285 SWR_RECT full_rect = in swr_invalidate_render_target() local
289 full_rect); in swr_invalidate_render_target()
308 SWR_RECT full_rect = in swr_store_render_target() local
315 full_rect); in swr_store_render_target()