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

  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 174 FX_RECT full_rect = unit_rect.GetOuterRect(); local
180 bFlipX ? full_rect.right : full_rect.left,
181 bFlipY ? full_rect.bottom : full_rect.top,
182 bFlipX ? -full_rect.Width() : full_rect.Width(),
183 bFlipY ? -full_rect.Height() : full_rect.Height(),
194 return StretchDIBits(pTransformed, color, full_rect.left, full_rect.top
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_draw.cpp 285 SWR_RECT full_rect = local
289 full_rect);
308 SWR_RECT full_rect = local
315 full_rect);

Completed in 114 milliseconds