HomeSort by relevance Sort by last modified time
    Searched refs:isBW (Results 1 - 20 of 20) sorted by null

  /external/skia/src/core/
SkRasterClip.cpp 76 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()) {
SkScan.cpp 72 if (clip.isBW()) {
87 if (clip.isBW()) {
102 if (clip.isBW()) {
SkRasterClip.h 21 bool isBW() const { return fIsBW; }
SkScan_Hairline.cpp 162 if (clip.isBW()) {
278 if (rclip.isBW()) {
375 if (clip.isBW()) {
398 if (clip.isBW()) {
SkScan_AntiPath.cpp 713 if (clip.isBW()) {
731 if (clip.isBW()) {
SkScan_Antihair.cpp 812 if (clip.isBW()) {
879 if (clip.isBW()) {
1048 if (clip.isBW()) {
SkDraw.cpp 263 if (fRC->isBW()) {
485 if (fRC->isBW()) {
890 if (fRC->isBW()) {
    [all...]
SkScan_Path.cpp 720 if (clip.isBW()) {
  /external/chromium_org/third_party/skia/src/core/
SkScan.cpp 72 if (clip.isBW()) {
87 if (clip.isBW()) {
102 if (clip.isBW()) {
SkRasterClip.cpp 154 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()) {
SkRasterClip.h 23 bool isBW() const { return fIsBW; }
SkScan_Hairline.cpp 162 if (clip.isBW()) {
278 if (rclip.isBW()) {
375 if (clip.isBW()) {
398 if (clip.isBW()) {
SkScan_AntiPath.cpp 737 if (clip.isBW()) {
755 if (clip.isBW()) {
SkScan_Antihair.cpp 812 if (clip.isBW()) {
879 if (clip.isBW()) {
1048 if (clip.isBW()) {
SkDraw.cpp 264 if (fRC->isBW()) {
486 if (fRC->isBW()) {
896 if (fRC->isBW()) {
    [all...]
SkScan_Path.cpp 720 if (clip.isBW()) {
  /external/chromium_org/third_party/skia/tests/
DeviceLooperTest.cpp 18 if (a.isBW()) {
19 return b.isBW() && a.bwRgn() == b.bwRgn();
  /external/skia/tests/
DeviceLooperTest.cpp 18 if (a.isBW()) {
19 return b.isBW() && a.bwRgn() == b.bwRgn();
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 455 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
468 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
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);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 454 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
467 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
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);
    [all...]

Completed in 196 milliseconds