Home | History | Annotate | Download | only in ports

Lines Matching defs:fBits

288         fBits = NULL;
316 void* fBits; // points into fBM
382 fBM = CreateDIBSection(fDC, &info, DIB_RGB_COLORS, &fBits, 0, 0);
393 memset(fBits, bg, size);
408 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB;