Home | History | Annotate | Download | only in render

Lines Matching defs:dest_height

64   int dest_height =
69 m_pRenderStatus, dest_width, dest_height)) {
431 int dest_height = image_rect.Height();
451 dest_height = -dest_height;
454 int dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
457 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags,
466 m_pDIBSource, dest_left, dest_top, dest_width, dest_height,
483 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip));
527 int dest_height =
530 int top = dest_height > 0 ? image_rect.top : image_rect.bottom;
532 pAlphaMask.Get(), left, top, dest_width, dest_height,