Home | History | Annotate | Download | only in ports

Lines Matching refs:fBits

434         fBits = nullptr;
460 void* fBits; // points into fBM
514 fBM = CreateDIBSection(fDC, &info, DIB_RGB_COLORS, &fBits, 0, 0);
524 memset(fBits, 0, size);
539 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB;