Searched refs:isBW (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/core/
H A DSkRasterClip.cpp76 if (this->isBW() && !doAA) {
81 if (this->isBW()) {
119 if (this->isBW() && clip.isBW()) {
125 if (this->isBW()) {
128 if (clip.isBW()) {
268 if (clip.isBW()) {
H A DSkScan.cpp72 if (clip.isBW()) {
87 if (clip.isBW()) {
102 if (clip.isBW()) {
H A DSkRasterClip.h21 bool isBW() const { return fIsBW; } function in class:SkRasterClip
H A DSkScan_Hairline.cpp162 if (clip.isBW()) {
278 if (rclip.isBW()) {
375 if (clip.isBW()) {
398 if (clip.isBW()) {
H A DSkScan_AntiPath.cpp713 if (clip.isBW()) {
731 if (clip.isBW()) {
H A DSkScan_Antihair.cpp812 if (clip.isBW()) {
879 if (clip.isBW()) {
1048 if (clip.isBW()) {
H A DSkDraw.cpp263 if (fRC->isBW()) {
485 if (fRC->isBW()) {
890 if (fRC->isBW()) {
1215 return clip.isBW() ||
1517 if (draw->fRC->isBW()) {
H A DSkScan_Path.cpp720 if (clip.isBW()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkScan.cpp72 if (clip.isBW()) {
87 if (clip.isBW()) {
102 if (clip.isBW()) {
H A DSkRasterClip.cpp154 if (this->isBW() && !doAA) {
159 if (this->isBW()) {
192 // FIXME: we should also be able to do this when this->isBW(),
245 if (this->isBW() && clip.isBW()) {
251 if (this->isBW()) {
254 if (clip.isBW()) {
414 if (clip.isBW()) {
H A DSkScan_Hairline.cpp162 if (clip.isBW()) {
278 if (rclip.isBW()) {
375 if (clip.isBW()) {
398 if (clip.isBW()) {
H A DSkRasterClip.h23 bool isBW() const { return fIsBW; } function in class:SkRasterClip
H A DSkScan_AntiPath.cpp737 if (clip.isBW()) {
755 if (clip.isBW()) {
H A DSkScan_Antihair.cpp812 if (clip.isBW()) {
879 if (clip.isBW()) {
1048 if (clip.isBW()) {
H A DSkDraw.cpp264 if (fRC->isBW()) {
486 if (fRC->isBW()) {
896 if (fRC->isBW()) {
1228 return clip.isBW() ||
1530 if (draw->fRC->isBW()) {
H A DSkScan_Path.cpp720 if (clip.isBW()) {
/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp18 if (a.isBW()) {
19 return b.isBW() && a.bwRgn() == b.bwRgn();
/external/skia/tests/
H A DDeviceLooperTest.cpp18 if (a.isBW()) {
19 return b.isBW() && a.bwRgn() == b.bwRgn();
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp455 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
468 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
487 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
491 fIsBW = isBW;
496 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
501 if (isBW) {
511 info.bmiHeader.biBitCount = isBW ? 1 : 32;
513 if (isBW) {
524 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1297 const bool isBW local
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp454 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
467 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
486 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
490 fIsBW = isBW;
495 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
500 if (isBW) {
510 info.bmiHeader.biBitCount = isBW ? 1 : 32;
512 if (isBW) {
523 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1329 const bool isBW local
[all...]

Completed in 1476 milliseconds