Home | History | Annotate | Download | only in ports

Lines Matching defs:fBM

287         fBM = 0;
298 if (fBM) {
299 DeleteObject(fBM);
313 HBITMAP fBM;
316 void* fBits; // points into fBM
343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
344 DeleteObject(fBM);
345 fBM = 0;
364 if (0 == fBM) {
382 fBM = CreateDIBSection(fDC, &info, DIB_RGB_COLORS, &fBits, 0, 0);
383 if (0 == fBM) {
386 SelectObject(fDC, fBM);