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

/external/skia/src/core/
H A DSkRasterClip.h73 bool isBW() const { return fIsBW; } function in class:SkRasterClip
/external/skqp/src/core/
H A DSkRasterClip.h73 bool isBW() const { return fIsBW; } function in class:SkRasterClip
/external/skia/src/ports/
H A DSkFontHost_win.cpp445 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
458 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
477 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
481 fIsBW = isBW;
486 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
491 if (isBW) {
501 info.bmiHeader.biBitCount = isBW ? 1 : 32;
503 if (isBW) {
514 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1219 const bool isBW local
[all...]
/external/skqp/src/ports/
H A DSkFontHost_win.cpp445 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
458 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
477 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
481 fIsBW = isBW;
486 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
491 if (isBW) {
501 info.bmiHeader.biBitCount = isBW ? 1 : 32;
503 if (isBW) {
514 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1219 const bool isBW local
[all...]

Completed in 1053 milliseconds