Searched refs:isBW (Results 1 – 10 of 10) sorted by relevance
151 if (this->isBW() && !doAA) { in setPath()156 if (this->isBW()) { in setPath()255 if (this->isBW() && clip.isBW()) { in op()261 if (this->isBW()) { in op()264 if (clip.isBW()) { in op()424 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()481 if (rclip.isBW()) { in hair_path()651 if (clip.isBW()) { in HairLine()672 if (clip.isBW()) { in AntiHairLine()
25 bool isBW() const { return fIsBW; } in isBW() function
741 if (clip.isBW()) { in FillPath()759 if (clip.isBW()) { in AntiFillPath()
267 if (fRC->isBW()) { in drawPaint()489 if (fRC->isBW()) { in chooseProc()921 if (fRC->isBW()) { in drawDevMask()1264 return clip.isBW() || clip.quickContains(x, y, x + pmap.width(), y + pmap.height()); in clipHandlesSprite()1511 return rClip->isBW() && !rClip->isRect(); in UsingRegionToDraw()1517 if (rasterClip.isBW()) { in PickClipBounds()
741 if (clip.isBW()) { in AntiFillXRect()807 if (clip.isBW()) { in AntiFillRect()1001 if (clip.isBW()) { in AntiFrameRect()
764 if (clip.isBW()) { in FillTriangle()
17 if (a.isBW()) { in equal()18 return b.isBW() && a.bwRgn() == b.bwRgn(); in equal()
441 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);454 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument473 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw()477 fIsBW = isBW; in draw()482 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw()487 if (isBW) { in draw()497 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw()499 if (isBW) { in draw()510 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()1232 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local[all …]