Lines Matching defs:isBW
462 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
476 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
495 if (fBM && (fIsBW != isBW || fWidth < glyph.width() || fHeight < glyph.height())) {
499 fIsBW = isBW;
504 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
509 if (isBW) {
519 info.bmiHeader.biBitCount = isBW ? 1 : 32;
521 if (isBW) {
532 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1096 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
1100 const void* bits = fOffscreen.draw(glyph, isBW, &srcRB);
1103 bits = fOffscreen.draw(glyph, isBW, &srcRB);
1110 if (!isBW) {
1137 if (isBW) {