Home
last modified time | relevance | path

Searched defs:subBmp (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/graphics/
H A Dbitmap.cpp1169 wxBitmap subBmp = bmp.GetSubBitmap(wxRect(w/4, h/4, w/2, h/2)); variable
1234 wxBitmap subBmp = bmp.GetSubBitmap(wxRect(w/4, h/4, w/2, h/2)); variable
1436 wxBitmap subBmp = bmp.GetSubBitmap(wxRect(w/4, h/4, w/2, h/2)); variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dgraphicsd2d.cpp2619 wxCOMPtr<IWICBitmap> subBmp; in GetSubBitmap() local