Home | History | Annotate | Download | only in app

Lines Matching defs:dest_height

643   int dest_height = image_rect.Height();
673 dest_height = -dest_height;
677 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
680 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags,
690 dest_width, dest_height, m_FillArgb,
706 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip));