Searched defs:isBW (Results 1 – 2 of 2) sorted by relevance
73 bool isBW() const { return fIsBW; } in isBW() function
457 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw()1243 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local