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

  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 349 m_pMatrix(pMatrix),
357 CFX_FloatRect unit_rect = m_pMatrix->GetUnitRect();
367 if (FXSYS_fabs(m_pMatrix->a) < FXSYS_fabs(m_pMatrix->b) / 20 &&
368 FXSYS_fabs(m_pMatrix->d) < FXSYS_fabs(m_pMatrix->c) / 20 &&
369 FXSYS_fabs(m_pMatrix->a) < 0.5f && FXSYS_fabs(m_pMatrix->d) < 0.5f) {
374 m_pMatrix->c > 0, m_pMatrix->b < 0)
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 649 const CFX_Matrix* const m_pMatrix;

Completed in 147 milliseconds