Searched refs:isBW (Results 1 – 20 of 20) sorted by relevance
/external/skia/src/core/ |
D | SkRasterClip.cpp | 231 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()
|
D | SkScan.cpp | 77 if (clip.isBW()) { in FillIRect() 92 if (clip.isBW()) { in FillXRect() 107 if (clip.isBW()) { in FillRect()
|
D | SkDraw_text.cpp | 53 bool useRegion = fRC->isBW() && !fRC->isRect(); in paintMasks() 76 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks()
|
D | SkScan_Hairline.cpp | 176 if (clip.isBW()) { in HairRect() 520 if (rclip.isBW()) { in hair_path() 696 if (clip.isBW()) { in HairLine() 717 if (clip.isBW()) { in AntiHairLine()
|
D | SkRasterClip.h | 74 bool isBW() const { return fIsBW; } in isBW() function
|
D | SkScan_Antihair.cpp | 745 if (clip.isBW()) { in AntiFillXRect() 809 if (clip.isBW()) { in AntiFillRect() 1003 if (clip.isBW()) { in AntiFrameRect()
|
D | SkScan_AntiPath.cpp | 863 if (clip.isBW()) { in FillPath() 882 if (clip.isBW()) { in AntiFillPath()
|
D | SkDraw.cpp | 283 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()
|
D | SkScan_Path.cpp | 767 if (clip.isBW()) { in FillTriangle()
|
/external/skqp/src/core/ |
D | SkRasterClip.cpp | 231 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()
|
D | SkScan.cpp | 77 if (clip.isBW()) { in FillIRect() 92 if (clip.isBW()) { in FillXRect() 107 if (clip.isBW()) { in FillRect()
|
D | SkDraw_text.cpp | 53 bool useRegion = fRC->isBW() && !fRC->isRect(); in paintMasks() 76 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks()
|
D | SkScan_Hairline.cpp | 176 if (clip.isBW()) { in HairRect() 520 if (rclip.isBW()) { in hair_path() 696 if (clip.isBW()) { in HairLine() 717 if (clip.isBW()) { in AntiHairLine()
|
D | SkRasterClip.h | 74 bool isBW() const { return fIsBW; } in isBW() function
|
D | SkScan_Antihair.cpp | 745 if (clip.isBW()) { in AntiFillXRect() 809 if (clip.isBW()) { in AntiFillRect() 1003 if (clip.isBW()) { in AntiFrameRect()
|
D | SkScan_AntiPath.cpp | 863 if (clip.isBW()) { in FillPath() 882 if (clip.isBW()) { in AntiFillPath()
|
D | SkDraw.cpp | 283 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()
|
D | SkScan_Path.cpp | 767 if (clip.isBW()) { in FillTriangle()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 453 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr); 466 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument 485 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw() 489 fIsBW = isBW; in draw() 494 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() 499 if (isBW) { in draw() 509 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw() 511 if (isBW) { in draw() 522 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw() 1157 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local [all …]
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 452 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 …]
|