/external/skia/legacy/src/core/ |
D | SkRasterClip.cpp | 70 if (this->isBW() && !doAA) { in setPath() 75 if (this->isBW()) { in setPath() 90 if (clip.isBW()) { in setPath() 124 if (this->isBW() && clip.isBW()) { in op() 130 if (this->isBW()) { in op() 133 if (clip.isBW()) { in op() 260 if (clip.isBW()) { in init()
|
D | SkScan.cpp | 76 if (clip.isBW()) { in FillIRect() 91 if (clip.isBW()) { in FillXRect() 108 if (clip.isBW()) { in FillRect()
|
D | SkScan_Hairline.cpp | 139 if (clip.isBW()) { in HairRect() 269 if (rclip.isBW()) { in hair_path() 362 if (clip.isBW()) { in HairLine() 385 if (clip.isBW()) { in AntiHairLine()
|
D | SkRasterClip.h | 21 bool isBW() const { return fIsBW; } in isBW() function
|
D | SkScan_Antihair.cpp | 600 if (clip.isBW()) { in AntiFillXRect() 669 if (clip.isBW()) { in AntiFillRect() 840 if (clip.isBW()) { in AntiFrameRect()
|
D | SkScan_AntiPath.cpp | 734 if (clip.isBW()) { in FillPath() 752 if (clip.isBW()) { in AntiFillPath()
|
D | SkDraw.cpp | 265 if (fRC->isBW()) { in drawPaint() 467 if (fRC->isBW()) { in chooseProc() 827 if (fRC->isBW()) { in drawDevMask() 1132 return clip.isBW() || in clipHandlesSprite() 1497 if (draw->fRC->isBW()) { in init()
|
D | SkScan_Path.cpp | 680 if (clip.isBW()) { in FillTriangle()
|
/external/skia/src/core/ |
D | SkRasterClip.cpp | 76 if (this->isBW() && !doAA) { in setPath() 81 if (this->isBW()) { in setPath() 97 if (clip.isBW()) { in setPath() 133 if (this->isBW() && clip.isBW()) { in op() 139 if (this->isBW()) { in op() 142 if (clip.isBW()) { in op() 282 if (clip.isBW()) { in init()
|
D | SkScan.cpp | 76 if (clip.isBW()) { in FillIRect() 91 if (clip.isBW()) { in FillXRect() 108 if (clip.isBW()) { in FillRect()
|
D | SkScan_Hairline.cpp | 164 if (clip.isBW()) { in HairRect() 292 if (rclip.isBW()) { in hair_path() 385 if (clip.isBW()) { in HairLine() 408 if (clip.isBW()) { in AntiHairLine()
|
D | SkRasterClip.h | 21 bool isBW() const { return fIsBW; } in isBW() function
|
D | SkScan_AntiPath.cpp | 718 if (clip.isBW()) { in FillPath() 736 if (clip.isBW()) { in AntiFillPath()
|
D | SkScan_Antihair.cpp | 814 if (clip.isBW()) { in AntiFillXRect() 883 if (clip.isBW()) { in AntiFillRect() 1058 if (clip.isBW()) { in AntiFrameRect()
|
D | SkDraw.cpp | 283 if (fRC->isBW()) { in drawPaint() 505 if (fRC->isBW()) { in chooseProc() 946 if (fRC->isBW()) { in drawDevMask() 1266 return clip.isBW() || in clipHandlesSprite() 1635 if (draw->fRC->isBW()) { in init()
|
D | SkScan_Path.cpp | 716 if (clip.isBW()) { in FillTriangle()
|
/external/skia/legacy/src/ports/ |
D | SkFontHost_win.cpp | 308 const void* draw(const SkGlyph&, bool isBW, SkGdiRGB fgColor, 329 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument 343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw() 347 fIsBW = isBW; in draw() 362 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() 367 if (isBW) { in draw() 377 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw() 379 if (isBW) { in draw() 390 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw() 872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local [all …]
|
D | SkFontHost_mac_coretext.cpp | 1219 const bool isBW = SkMask::kBW_Format == glyph.fMaskFormat; in generateImage() local 1220 const bool isA8 = !isLCD && !isBW; in generateImage()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 446 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr); 465 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument 482 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw() 486 fIsBW = isBW; in draw() 491 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() 496 if (isBW) { in draw() 506 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw() 508 if (isBW) { in draw() 519 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw() 1142 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local [all …]
|
D | SkFontHost_win_dw.cpp | 64 const void* draw(const SkGlyph&, bool isBW); 108 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) { in draw() argument 116 if (isBW) { in draw() 149 if (isBW) { in draw() 809 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; 812 if (isBW) { 978 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; 982 const void* bits = fOffscreen.draw(glyph, isBW); 992 if (isBW) {
|