Searched refs:full_rect (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_print.cpp | 174 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/ |
D | swr_draw.cpp | 285 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()
|