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

  /external/pdfium/core/src/fxge/dib/
dib_int.h 68 int m_DestWidth, m_DestHeight;
fx_dib_engine.cpp 191 m_DestHeight = dest_height;
234 double scale_y = FXSYS_Div((FX_FLOAT)(m_SrcHeight), (FX_FLOAT)(m_DestHeight));
236 double base_y = m_DestHeight > 0 ? 0.0f : (FX_FLOAT)(m_DestHeight);
550 if (m_DestHeight == 0) {
554 table.Calc(m_DestHeight, m_DestClip.top, m_DestClip.bottom, m_SrcHeight, m_SrcClip.top, m_SrcClip.bottom, m_Flags);
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 479 int m_DestLeft, m_DestTop, m_DestWidth, m_DestHeight, m_BitmapAlpha;
535 m_DestHeight;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
render_int.h 292 int m_DestWidth, m_DestHeight, m_ResultWidth, m_ResultHeight;

Completed in 69 milliseconds