Home | History | Annotate | Download | only in win

Lines Matching defs:hbmp

51     HBITMAP hbmp = CreateDIBSection(dc, &bmpInfo, DIB_RGB_COLORS, &bits, 0, 0);
54 return hbmp;
60 DeleteObject(hbmp);
65 return hbmp;
91 HBITMAP hbmp = 0;
97 hbmp = allocImage(dstDC, dstSize, &targetContext);
98 if (!hbmp)
115 if (!hbmp)
116 hbmp = image;
120 return hbmp;
125 HBITMAP hbmp = 0;
132 hbmp = allocImage(workingDC, img->size(), &drawContext);
134 if (!hbmp)
138 ::DeleteObject(hbmp);
139 hbmp = 0;
159 return hbmp;