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

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 210 FX_BOOL bFlipX = pMatrix->a < 0;
212 return StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect.bottom : full_rect.top,
213 bFlipX ? -full_rect.Width() : full_rect.Width(), bFlipY ? -full_rect.Height() : full_rect.Height(), NULL, 0,
fx_win32_gdipext.cpp 289 FX_BOOL bFlipX = dest_width < 0;
290 if (bFlipX) {
326 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) : (dest_x + pClipRect->left);
    [all...]

Completed in 77 milliseconds