Searched refs:isBW (Results 1 – 10 of 10) sorted by relevance
151 if (this->isBW() && !doAA) { in setPath()156 if (this->isBW()) { in setPath()242 if (this->isBW() && clip.isBW()) { in op()248 if (this->isBW()) { in op()251 if (clip.isBW()) { in op()411 if (clip.isBW()) { in init()
72 if (clip.isBW()) { in FillIRect()87 if (clip.isBW()) { in FillXRect()102 if (clip.isBW()) { in FillRect()
162 if (clip.isBW()) { in HairRect()367 if (rclip.isBW()) { in hair_path()462 if (clip.isBW()) { in HairLine()483 if (clip.isBW()) { in AntiHairLine()
23 bool isBW() const { return fIsBW; } in isBW() function
739 if (clip.isBW()) { in FillPath()757 if (clip.isBW()) { in AntiFillPath()
741 if (clip.isBW()) { in AntiFillXRect()807 if (clip.isBW()) { in AntiFillRect()997 if (clip.isBW()) { in AntiFrameRect()
264 if (fRC->isBW()) { in drawPaint()482 if (fRC->isBW()) { in chooseProc()916 if (fRC->isBW()) { in drawDevMask()1242 return clip.isBW() || in clipHandlesSprite()1554 if (draw->fRC->isBW()) { in init()
696 if (clip.isBW()) { in FillTriangle()
18 if (a.isBW()) { in equal()19 return b.isBW() && a.bwRgn() == b.bwRgn(); in equal()
439 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);452 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument471 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw()475 fIsBW = isBW; in draw()480 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw()485 if (isBW) { in draw()495 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw()497 if (isBW) { in draw()508 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()1235 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local[all …]