Home | History | Annotate | Download | only in dib

Lines Matching defs:dest_width

1167                                       int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const

1177 FX_DWORD src_x = dest_x * m_Width / dest_width;
1189 FX_DWORD src_x = dest_x * m_Width / dest_width;
1219 FX_DWORD src_x = bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp : (dest_x * m_Width / dest_width) * src_Bpp;
1557 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const
1559 m_pSrc->DownSampleScanline(line, dest_scan, dest_bpp, dest_width, bFlipX, clip_left, clip_width);
1605 int dest_width = image_rect.Width();
1609 bitmap_clip = _FXDIB_SwapClipBox(bitmap_clip, dest_width, dest_height, m_Matrix.c > 0, m_Matrix.b < 0);
1612 if (!m_Stretcher.Start(&m_Composer, pSource, dest_height, dest_width, bitmap_clip, dib_flags)) {
1626 int dest_width = image_rect.Width();
1628 dest_width = -dest_width;
1634 if (dest_width == 0 || dest_height == 0) {
1642 ret = m_Stretcher.Start(&m_Composer, pSource, dest_width, dest_height, bitmap_clip, dib_flags);