Home | History | Annotate | Download | only in dib

Lines Matching defs:dest_height

1518       int dest_height = image_rect.Height();
1521 bitmap_clip = FXDIB_SwapClipBox(bitmap_clip, dest_width, dest_height,
1527 &m_Composer, pSource, dest_height, dest_width, bitmap_clip,
1546 int dest_height = image_rect.Height();
1548 dest_height = -dest_height;
1550 if (dest_width == 0 || dest_height == 0)
1560 &m_Composer, pSource, dest_width, dest_height, bitmap_clip, dib_flags);