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