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

  /external/skia/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/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...]

Completed in 61 milliseconds