Searched refs:gdipBitmap (Results 1 – 1 of 1) sorted by relevance
45 Gdiplus::Bitmap* gdipBitmap = Gdiplus::Bitmap::FromStream(stream, FALSE); in MSSTYLES_TryLoadPng() local47 if (gdipBitmap) in MSSTYLES_TryLoadPng()49 ret = gdipBitmap->GetHBITMAP(Gdiplus::Color(0, 0, 0, 0), phBitmap) == Gdiplus::Ok; in MSSTYLES_TryLoadPng()50 delete gdipBitmap; in MSSTYLES_TryLoadPng()