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

/external/skia/src/core/
H A DSkRasterClip.h21 bool isBW() const { return fIsBW; } function in class:SkRasterClip
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h23 bool isBW() const { return fIsBW; } function in class:SkRasterClip
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp455 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
468 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
487 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
491 fIsBW = isBW;
496 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
501 if (isBW) {
511 info.bmiHeader.biBitCount = isBW ? 1 : 32;
513 if (isBW) {
524 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1297 const bool isBW local
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp454 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
467 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
486 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
490 fIsBW = isBW;
495 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
500 if (isBW) {
510 info.bmiHeader.biBitCount = isBW ? 1 : 32;
512 if (isBW) {
523 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1329 const bool isBW local
[all...]

Completed in 4168 milliseconds