Home | History | Annotate | Download | only in win

Lines Matching refs:hbmp

50     HBITMAP hbmp = CreateDIBSection(dc, &bmpInfo, DIB_RGB_COLORS, &bits, 0, 0);
56 return hbmp;
65 DeleteObject(hbmp);
85 return hbmp;
114 HBITMAP hbmp = 0;
122 hbmp = allocImage(dstDC, dstSize, &targetContext);
123 if (!hbmp)
145 if (!hbmp)
146 hbmp = image;
150 return hbmp;
155 HBITMAP hbmp = 0;
162 hbmp = allocImage(workingDC, img->size(), &drawContext);
163 if (!hbmp)
167 ::DeleteObject(hbmp);
168 hbmp = 0;
187 return hbmp;