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

  /external/skia/legacy/src/core/
SkRasterClip.cpp 70 if (this->isBW() && !doAA) {
75 if (this->isBW()) {
90 if (clip.isBW()) {
124 if (this->isBW() && clip.isBW()) {
130 if (this->isBW()) {
133 if (clip.isBW()) {
260 if (clip.isBW()) {
SkScan.cpp 76 if (clip.isBW()) {
91 if (clip.isBW()) {
108 if (clip.isBW()) {
SkRasterClip.h 21 bool isBW() const { return fIsBW; }
SkScan_Hairline.cpp 139 if (clip.isBW()) {
269 if (rclip.isBW()) {
362 if (clip.isBW()) {
385 if (clip.isBW()) {
SkScan_AntiPath.cpp 734 if (clip.isBW()) {
752 if (clip.isBW()) {
SkScan_Antihair.cpp 600 if (clip.isBW()) {
669 if (clip.isBW()) {
840 if (clip.isBW()) {
SkDraw.cpp 265 if (fRC->isBW()) {
467 if (fRC->isBW()) {
827 if (fRC->isBW()) {
    [all...]
SkScan_Path.cpp 680 if (clip.isBW()) {
  /external/skia/src/core/
SkRasterClip.cpp 76 if (this->isBW() && !doAA) {
81 if (this->isBW()) {
97 if (clip.isBW()) {
133 if (this->isBW() && clip.isBW()) {
139 if (this->isBW()) {
142 if (clip.isBW()) {
282 if (clip.isBW()) {
SkScan.cpp 76 if (clip.isBW()) {
91 if (clip.isBW()) {
108 if (clip.isBW()) {
SkRasterClip.h 21 bool isBW() const { return fIsBW; }
SkScan_Hairline.cpp 164 if (clip.isBW()) {
292 if (rclip.isBW()) {
385 if (clip.isBW()) {
408 if (clip.isBW()) {
SkScan_AntiPath.cpp 718 if (clip.isBW()) {
736 if (clip.isBW()) {
SkScan_Antihair.cpp 814 if (clip.isBW()) {
883 if (clip.isBW()) {
1058 if (clip.isBW()) {
SkScan_Path.cpp 716 if (clip.isBW()) {
SkDraw.cpp 283 if (fRC->isBW()) {
505 if (fRC->isBW()) {
946 if (fRC->isBW()) {
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 308 const void* draw(const SkGlyph&, bool isBW, SkGdiRGB fgColor,
329 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
347 fIsBW = isBW;
362 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
367 if (isBW) {
377 info.bmiHeader.biBitCount = isBW ? 1 : 32;
379 if (isBW) {
390 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat
    [all...]
SkFontHost_mac_coretext.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 446 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
465 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
482 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
486 fIsBW = isBW;
491 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
496 if (isBW) {
506 info.bmiHeader.biBitCount = isBW ? 1 : 32;
508 if (isBW) {
519 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
    [all...]
SkFontHost_win_dw.cpp 64 const void* draw(const SkGlyph&, bool isBW);
108 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) {
116 if (isBW) {
149 if (isBW) {
809 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
812 if (isBW) {
    [all...]

Completed in 134 milliseconds