Home
last modified time | relevance | path

Searched refs:isBW (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/core/
DSkScan.cpp74 if (clip.isBW()) { in FillIRect()
89 if (clip.isBW()) { in FillXRect()
104 if (clip.isBW()) { in FillRect()
DSkRasterClip.cpp231 if (this->isBW() && !doAA) { in setPath()
236 if (this->isBW()) { in setPath()
330 if (this->isBW() && clip.isBW()) { in op()
336 if (this->isBW()) { in op()
339 if (clip.isBW()) { in op()
496 if (clip.isBW()) { in init()
DSkDraw_text.cpp50 bool useRegion = fRC->isBW() && !fRC->isRect(); in paintMasks()
78 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks()
DSkScan_Hairline.cpp176 if (clip.isBW()) { in HairRect()
520 if (rclip.isBW()) { in hair_path()
695 if (clip.isBW()) { in HairLine()
716 if (clip.isBW()) { in AntiHairLine()
DSkRasterClip.h74 bool isBW() const { return fIsBW; } in isBW() function
DSkScan_Antihair.cpp751 if (clip.isBW()) { in AntiFillXRect()
815 if (clip.isBW()) { in AntiFillRect()
1009 if (clip.isBW()) { in AntiFrameRect()
DSkScan_AntiPath.cpp811 if (clip.isBW()) { in FillPath()
828 if (clip.isBW()) { in AntiFillPath()
DSkDraw.cpp283 if (fRC->isBW()) { in chooseProc()
721 if (fRC->isBW()) { in drawDevMask()
1064 return clip.isBW() || clip.quickContains(x, y, x + pmap.width(), y + pmap.height()); in clipHandlesSprite()
DSkScan_Path.cpp766 if (clip.isBW()) { in FillTriangle()
DSkBitmapDevice.cpp794 return rc.isBW() && rc.bwRgn().isRect() && in onClipIsWideOpen()
/external/skqp/src/core/
DSkScan.cpp77 if (clip.isBW()) { in FillIRect()
92 if (clip.isBW()) { in FillXRect()
107 if (clip.isBW()) { in FillRect()
DSkRasterClip.cpp231 if (this->isBW() && !doAA) { in setPath()
236 if (this->isBW()) { in setPath()
330 if (this->isBW() && clip.isBW()) { in op()
336 if (this->isBW()) { in op()
339 if (clip.isBW()) { in op()
496 if (clip.isBW()) { in init()
DSkDraw_text.cpp53 bool useRegion = fRC->isBW() && !fRC->isRect(); in paintMasks()
76 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks()
DSkScan_Hairline.cpp176 if (clip.isBW()) { in HairRect()
520 if (rclip.isBW()) { in hair_path()
696 if (clip.isBW()) { in HairLine()
717 if (clip.isBW()) { in AntiHairLine()
DSkRasterClip.h74 bool isBW() const { return fIsBW; } in isBW() function
DSkScan_Antihair.cpp745 if (clip.isBW()) { in AntiFillXRect()
809 if (clip.isBW()) { in AntiFillRect()
1003 if (clip.isBW()) { in AntiFrameRect()
DSkScan_AntiPath.cpp863 if (clip.isBW()) { in FillPath()
882 if (clip.isBW()) { in AntiFillPath()
DSkDraw.cpp283 if (fRC->isBW()) { in chooseProc()
721 if (fRC->isBW()) { in drawDevMask()
1061 return clip.isBW() || clip.quickContains(x, y, x + pmap.width(), y + pmap.height()); in clipHandlesSprite()
DSkScan_Path.cpp767 if (clip.isBW()) { in FillTriangle()
/external/skia/src/ports/
DSkFontHost_win.cpp461 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
475 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument
494 if (fBM && (fIsBW != isBW || fWidth < glyph.width() || fHeight < glyph.height())) { in draw()
498 fIsBW = isBW; in draw()
503 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw()
508 if (isBW) { in draw()
518 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw()
520 if (isBW) { in draw()
531 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()
1106 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local
[all …]
/external/skqp/src/ports/
DSkFontHost_win.cpp452 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
465 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument
484 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw()
488 fIsBW = isBW; in draw()
493 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw()
498 if (isBW) { in draw()
508 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw()
510 if (isBW) { in draw()
521 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()
1156 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local
[all …]