Home
last modified time | relevance | path

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

/external/skia/legacy/src/core/
DSkRasterClip.h21 bool isBW() const { return fIsBW; } in isBW() function
/external/skia/src/core/
DSkRasterClip.h21 bool isBW() const { return fIsBW; } in isBW() function
/external/skia/src/ports/
DSkFontHost_win_dw.cpp108 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) { in draw()
DSkFontHost_win.cpp465 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw()
1142 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local
/external/skia/legacy/src/ports/
DSkFontHost_win.cpp329 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, in draw()
872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage() local
DSkFontHost_mac_coretext.cpp1219 const bool isBW = SkMask::kBW_Format == glyph.fMaskFormat; in generateImage() local