Searched defs:isBW (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRasterClip.h25 bool isBW() const { return fIsBW; } function in class:SkRasterClip
/external/skia/src/ports/
H A DSkFontHost_win.cpp441 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
454 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
473 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
477 fIsBW = isBW;
482 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
487 if (isBW) {
497 info.bmiHeader.biBitCount = isBW ? 1 : 32;
499 if (isBW) {
510 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1232 const bool isBW local
[all...]

Completed in 2096 milliseconds