Lines Matching refs:fBM
421 fBM = 0;
431 if (fBM) {
432 DeleteObject(fBM);
445 HBITMAP fBM;
448 void* fBits; // points into fBM
473 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
474 DeleteObject(fBM);
475 fBM = 0;
484 if (0 == fBM) {
502 fBM = CreateDIBSection(fDC, &info, DIB_RGB_COLORS, &fBits, 0, 0);
503 if (0 == fBM) {
506 SelectObject(fDC, fBM);