Home
last modified time | relevance | path

Searched refs:isBW (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/core/
H A DSkScan.cpp74 if (clip.isBW()) { in FillIRect()
89 if (clip.isBW()) { in FillXRect()
104 if (clip.isBW()) { in FillRect()
H A DSkRasterClip.cpp218 if (this->isBW() && clip.isBW()) { in op()
224 if (this->isBW()) { in op()
227 if (clip.isBW()) { in op()
317 if (clip.isBW()) { in init()
H A DSkDraw_text.cpp54 bool useRegion = fRC->isBW() && !fRC->isRect(); in paintMasks()
82 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks()
H A DSkScan_Hairline.cpp185 if (clip.isBW()) {
529 if (rclip.isBW()) {
708 if (clip.isBW()) {
729 if (clip.isBW()) {
H A DSkRasterClip.h35 bool isBW() const { return fIsBW; } in isBW() function in SkRasterClip
H A DSkScan_AntiPath.cpp823 if (clip.isBW()) {
840 if (clip.isBW()) {
H A DSkDraw.cpp287 if (fRC->isBW()) { in chooseProc()
724 if (fRC->isBW()) { in drawDevMask()
1061 return clip.isBW() || clip.quickContains(SkIRect::MakeXYWH(x, y, pmap.width(), pmap.height())); in clipHandlesSprite()
H A DSkScan_Antihair.cpp750 if (clip.isBW()) {
814 if (clip.isBW()) {
1008 if (clip.isBW()) {
H A DSkBitmapDevice.cpp684 return rc.isBW() && rc.bwRgn().isRect() && in onClipIsWideOpen()
H A DSkScan_Path.cpp771 if (clip.isBW()) { in FillTriangle()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp462 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
476 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument
495 if (fBM && (fIsBW != isBW || fWidth < glyph.width() || fHeight < glyph.height())) { in draw()
499 fIsBW = isBW; in draw()
504 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw()
509 if (isBW) { in draw()
519 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw()
521 if (isBW) { in draw()
532 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()
1096 const bool isBW in generateImage() local
[all...]
/third_party/skia/tests/
H A DAAClipTest.cpp105 if (rc.isBW()) { in copyToMask()
115 } else if (a.isEmpty() != b.isEmpty() || a.isBW() != b.isBW() || a.isRect() != b.isRect()) { in operator ==()

Completed in 13 milliseconds