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 71 int m_DestWidth, m_DestHeight;
fx_dib_engine.cpp 190 m_DestHeight = dest_height;
232 double scale_y = FXSYS_Div((FX_FLOAT)(m_SrcHeight), (FX_FLOAT)(m_DestHeight));
234 double base_y = m_DestHeight > 0 ? 0.0f : (FX_FLOAT)(m_DestHeight);
540 if (m_DestHeight == 0) {
544 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/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
render_int.h 297 int m_DestWidth, m_DestHeight, m_ResultWidth, m_ResultHeight;
  /external/pdfium/core/include/fxge/
fx_dib.h 478 int m_DestLeft, m_DestTop, m_DestWidth, m_DestHeight, m_BitmapAlpha;
534 m_DestHeight;

Completed in 71 milliseconds