- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
UGL_STATUS CBitmap::StretchBlt(CBitmap * src,int srcIndex, int index)
{
UGL_GC_ID gc;
UGL_POS srcWidth;
UGL_POS srcHeight;
UGL_POS width = Width();
UGL_POS height = Height();
UGL_RECT srcRect = src->Rect();
UINT32 * srcDataLine;
UINT32 * destDataLine;
if( src == NULL )
return UGL_STATUS_ERROR;
...
}
guest 06.09.2011 19:28 # 0
QNOZFti 25.08.2021 09:48 # 0