Home | History | Annotate | Download | only in ports

Lines Matching refs:fBits

433         fBits = nullptr;
459 void* fBits; // points into fBM
513 fBM = CreateDIBSection(fDC, &info, DIB_RGB_COLORS, &fBits, 0, 0);
523 memset(fBits, 0, size);
538 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB;