Home | History | Annotate | Download | only in win32

Lines Matching refs:bitmap_clip

1017     FX_RECT bitmap_clip = *pClipRect;

1024 bitmap_clip.Offset(-dest_left, -dest_top);
1025 CFX_DIBitmap* pStretched = pSource->StretchTo(dest_width, dest_height, render_flags, &bitmap_clip);