Home | History | Annotate | Download | only in ports

Lines Matching refs:isBW

308     const void* draw(const SkGlyph&, bool isBW, SkGdiRGB fgColor,
329 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
347 fIsBW = isBW;
362 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
367 if (isBW) {
377 info.bmiHeader.biBitCount = isBW ? 1 : 32;
379 if (isBW) {
390 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
880 if (isBW || isWhite) {
893 const void* bits = fOffscreen.draw(glyph, isBW, fgColor, &srcRB);
896 bits = fOffscreen.draw(glyph, isBW, fgColor, &srcRB);
918 if (isBW) {