Home | History | Annotate | Download | only in gdiplus

Lines Matching refs:hbm

368 __inline__ Bitmap* Bitmap::FromHBITMAP(HBITMAP hbm, HPALETTE hpal)
370 return new Bitmap(hbm, hpal);
438 __inline__ Bitmap::Bitmap(HBITMAP hbm, HPALETTE hpal):
443 hbm, hpal, &nativeBitmap);