/external/chromium_org/third_party/skia/src/core/ |
D | SkRasterClip.cpp | 76 if (this->isBW() && !doAA) { in setPath() 81 if (this->isBW()) { in setPath() 119 if (this->isBW() && clip.isBW()) { in op() 125 if (this->isBW()) { in op() 128 if (clip.isBW()) { in op() 268 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() 280 if (rclip.isBW()) { in hair_path() 377 if (clip.isBW()) { in HairLine() 400 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 | 293 if (fRC->isBW()) { in drawPaint() 515 if (fRC->isBW()) { in chooseProc() 956 if (fRC->isBW()) { in drawDevMask() 1292 return clip.isBW() || in clipHandlesSprite() 1661 if (draw->fRC->isBW()) { in init()
|
D | SkScan_Path.cpp | 716 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() 119 if (this->isBW() && clip.isBW()) { in op() 125 if (this->isBW()) { in op() 128 if (clip.isBW()) { in op() 268 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() 280 if (rclip.isBW()) { in hair_path() 377 if (clip.isBW()) { in HairLine() 400 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 | 293 if (fRC->isBW()) { in drawPaint() 515 if (fRC->isBW()) { in chooseProc() 956 if (fRC->isBW()) { in drawDevMask() 1292 return clip.isBW() || in clipHandlesSprite() 1661 if (draw->fRC->isBW()) { in init()
|
D | SkScan_Path.cpp | 716 if (clip.isBW()) { in FillTriangle()
|
/external/skia/tests/ |
D | DeviceLooperTest.cpp | 19 if (a.isBW()) { in equal() 20 return b.isBW() && a.bwRgn() == b.bwRgn(); in equal()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 449 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr); 462 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument 481 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw() 485 fIsBW = isBW; in draw() 490 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() 495 if (isBW) { in draw() 505 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw() 507 if (isBW) { in draw() 518 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw() 1313 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local [all …]
|
D | SkFontHost_win_dw.cpp | 197 const void* draw(const SkGlyph&, bool isBW); 208 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) { in draw() argument 216 if (isBW) { in draw() 249 if (isBW) { in draw() 813 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateMetrics() local 816 if (isBW) { in generateMetrics() 976 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local 980 const void* bits = fOffscreen.draw(glyph, isBW); in generateImage() 988 if (isBW) { in generateImage()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontHost_win.cpp | 449 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr); 462 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw() argument 481 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) { in draw() 485 fIsBW = isBW; in draw() 490 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() 495 if (isBW) { in draw() 505 info.bmiHeader.biBitCount = isBW ? 1 : 32; in draw() 507 if (isBW) { in draw() 518 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw() 1313 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local [all …]
|
D | SkFontHost_win_dw.cpp | 197 const void* draw(const SkGlyph&, bool isBW); 208 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) { in draw() argument 216 if (isBW) { in draw() 249 if (isBW) { in draw() 813 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateMetrics() local 816 if (isBW) { in generateMetrics() 976 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local 980 const void* bits = fOffscreen.draw(glyph, isBW); in generateImage() 988 if (isBW) { in generateImage()
|