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

  /external/pdfium/core/include/fxge/
fx_dib.h 246 CFX_DIBitmap* SwapXY(FX_BOOL bXFlip,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 252 pSource->SwapXY(pMatrix->c > 0, pMatrix->b < 0);
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 177 CFX_DIBitmap* CFX_DIBSource::SwapXY(FX_BOOL bXFlip,
411 m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0));
    [all...]

Completed in 148 milliseconds