Home
last modified time | relevance | path

Searched defs:isBW (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkRasterClip.h35 bool isBW() const { return fIsBW; } in isBW() function
/third_party/flutter/skia/src/core/
DSkRasterClip.h74 bool isBW() const { return fIsBW; } in isBW() function
/third_party/skia/src/ports/
DSkFontHost_win.cpp476 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw()
1096 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local
/third_party/flutter/skia/src/ports/
DSkFontHost_win.cpp468 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw()
1099 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local