Searched refs:isBW (Results 1 – 10 of 10) sorted by relevance
79 if (clip.isBW()) { in FillIRect()94 if (clip.isBW()) { in FillXRect()109 if (clip.isBW()) { in FillRect()
230 if (this->isBW() && !doAA) { in setPath()235 if (this->isBW()) { in setPath()329 if (this->isBW() && clip.isBW()) { in op()335 if (this->isBW()) { in op()338 if (clip.isBW()) { in op()495 if (clip.isBW()) { in init()
163 if (clip.isBW()) { in HairRect()493 if (rclip.isBW()) { in hair_path()669 if (clip.isBW()) { in HairLine()690 if (clip.isBW()) { in AntiHairLine()
197 if (fRC->isBW()) { in drawPaint()419 if (fRC->isBW()) { in chooseProc()848 if (fRC->isBW()) { in drawDevMask()1218 return clip.isBW() || clip.quickContains(x, y, x + pmap.width(), y + pmap.height()); in clipHandlesSprite()1460 return rClip->isBW() && !rClip->isRect(); in UsingRegionToDraw()1466 if (rasterClip.isBW()) { in PickClipBounds()
625 if (clip.isBW()) { in FillPath()668 if (clip.isBW()) { in AntiFillPath()
73 bool isBW() const { return fIsBW; } in isBW() function
740 if (clip.isBW()) { in AntiFillXRect()804 if (clip.isBW()) { in AntiFillRect()998 if (clip.isBW()) { in AntiFrameRect()
760 if (clip.isBW()) { in FillTriangle()
18 if (a.isBW()) { in equal()19 return b.isBW() && a.bwRgn() == b.bwRgn(); in equal()
443 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);456 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument475 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw()479 fIsBW = isBW; in draw()484 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw()489 if (isBW) { in draw()499 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw()501 if (isBW) { in draw()512 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()1242 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local[all …]