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

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h21 bool isBW() const { return fIsBW; } function in class:SkRasterClip
/external/skia/src/core/
H A DSkRasterClip.h21 bool isBW() const { return fIsBW; } function in class:SkRasterClip
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win_dw.cpp89 const void* draw(const SkGlyph&, bool isBW);
133 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) { argument
141 if (isBW) {
174 if (isBW) {
830 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
833 if (isBW) {
999 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
1003 const void* bits = fOffscreen.draw(glyph, isBW);
1011 if (isBW) {
H A DSkFontHost_win.cpp456 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
469 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
488 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
492 fIsBW = isBW;
497 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
502 if (isBW) {
512 info.bmiHeader.biBitCount = isBW ? 1 : 32;
514 if (isBW) {
525 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1281 const bool isBW local
[all...]
/external/skia/src/ports/
H A DSkFontHost_win_dw.cpp89 const void* draw(const SkGlyph&, bool isBW);
133 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) { argument
141 if (isBW) {
174 if (isBW) {
830 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
833 if (isBW) {
999 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
1003 const void* bits = fOffscreen.draw(glyph, isBW);
1011 if (isBW) {
H A DSkFontHost_win.cpp456 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
469 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW, argument
488 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
492 fIsBW = isBW;
497 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
502 if (isBW) {
512 info.bmiHeader.biBitCount = isBW ? 1 : 32;
514 if (isBW) {
525 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
1281 const bool isBW local
[all...]

Completed in 211 milliseconds