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

  /external/pdfium/core/src/fxge/dib/
dib_int.h 75 int m_SrcWidth, m_SrcHeight;
fx_dib_engine.cpp 218 m_SrcWidth = pSrcBitmap->GetWidth();
220 m_SrcPitch = (m_SrcWidth * m_SrcBpp + 31) / 32 * 4;
223 if (!bInterpol && FXSYS_abs(dest_width) != 0 && FXSYS_abs(dest_height) < m_SrcWidth * m_SrcHeight * 8 / FXSYS_abs(dest_width)) {
233 double scale_x = FXSYS_Div((FX_FLOAT)(m_SrcWidth), (FX_FLOAT)(m_DestWidth));
255 FX_RECT src_rect(0, 0, m_SrcWidth, m_SrcHeight);
335 m_WeightTable.Calc(m_DestWidth, m_DestClip.left, m_DestClip.right, m_SrcWidth, m_SrcClip.left, m_SrcClip.right, m_Flags);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 163 uint16 m_SrcWidth, m_SrcHeight; // Dimensions of the source clip
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 160 uint16 m_SrcWidth, m_SrcHeight; // Dimensions of the source clip
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 47 m_SrcWidth = 0;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 40 m_SrcWidth = 0;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
render_int.h 293 int m_Bpp, m_SrcWidth, m_SrcHeight;

Completed in 205 milliseconds