Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkRasterClip.cpp76 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()
DSkScan.cpp76 if (clip.isBW()) { in FillIRect()
91 if (clip.isBW()) { in FillXRect()
108 if (clip.isBW()) { in FillRect()
DSkScan_Hairline.cpp164 if (clip.isBW()) { in HairRect()
280 if (rclip.isBW()) { in hair_path()
377 if (clip.isBW()) { in HairLine()
400 if (clip.isBW()) { in AntiHairLine()
DSkRasterClip.h21 bool isBW() const { return fIsBW; } in isBW() function
DSkScan_AntiPath.cpp718 if (clip.isBW()) { in FillPath()
736 if (clip.isBW()) { in AntiFillPath()
DSkScan_Antihair.cpp814 if (clip.isBW()) { in AntiFillXRect()
883 if (clip.isBW()) { in AntiFillRect()
1058 if (clip.isBW()) { in AntiFrameRect()
DSkDraw.cpp293 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()
DSkScan_Path.cpp716 if (clip.isBW()) { in FillTriangle()
/external/skia/src/core/
DSkRasterClip.cpp76 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()
DSkScan.cpp76 if (clip.isBW()) { in FillIRect()
91 if (clip.isBW()) { in FillXRect()
108 if (clip.isBW()) { in FillRect()
DSkScan_Hairline.cpp164 if (clip.isBW()) { in HairRect()
280 if (rclip.isBW()) { in hair_path()
377 if (clip.isBW()) { in HairLine()
400 if (clip.isBW()) { in AntiHairLine()
DSkRasterClip.h21 bool isBW() const { return fIsBW; } in isBW() function
DSkScan_AntiPath.cpp718 if (clip.isBW()) { in FillPath()
736 if (clip.isBW()) { in AntiFillPath()
DSkScan_Antihair.cpp814 if (clip.isBW()) { in AntiFillXRect()
883 if (clip.isBW()) { in AntiFillRect()
1058 if (clip.isBW()) { in AntiFrameRect()
DSkDraw.cpp293 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()
DSkScan_Path.cpp716 if (clip.isBW()) { in FillTriangle()
/external/skia/tests/
DDeviceLooperTest.cpp19 if (a.isBW()) { in equal()
20 return b.isBW() && a.bwRgn() == b.bwRgn(); in equal()
/external/skia/src/ports/
DSkFontHost_win.cpp449 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 …]
DSkFontHost_win_dw.cpp197 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/
DSkFontHost_win.cpp449 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 …]
DSkFontHost_win_dw.cpp197 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()