Home | History | Annotate | Download | only in dib

Lines Matching defs:dest_height

322     int dest_height,
325 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height));
332 if (dest_width == m_Width && dest_height == m_Height)
336 CFX_ImageStretcher stretcher(&storer, this, dest_width, dest_height,
371 int dest_height = result_rect.Height();
373 result_clip = FXDIB_SwapClipBox(result_clip, dest_width, dest_height,
376 &m_Storer, m_pSrc, dest_height, dest_width, result_clip, m_Flags);
385 int dest_height = m_pMatrix->d > 0 ? (int)-FXSYS_ceil(m_pMatrix->d)
389 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, m_Flags);