Searched defs:isBW (Results 1 – 6 of 6) sorted by relevance
21 bool isBW() const { return fIsBW; } in isBW() function
108 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) { in draw()
465 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw()1142 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local
329 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw()872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local
1219 const bool isBW = SkMask::kBW_Format == glyph.fMaskFormat; in generateImage() local