Searched defs:subBmp (Results 1 – 2 of 2) sorted by relevance
1169 wxBitmap subBmp = bmp.GetSubBitmap(wxRect(w/4, h/4, w/2, h/2)); variable1234 wxBitmap subBmp = bmp.GetSubBitmap(wxRect(w/4, h/4, w/2, h/2)); variable1436 wxBitmap subBmp = bmp.GetSubBitmap(wxRect(w/4, h/4, w/2, h/2)); variable
2619 wxCOMPtr<IWICBitmap> subBmp; in GetSubBitmap() local