HomeSort by relevance Sort by last modified time
    Searched defs:isBW (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.h 21 bool isBW() const { return fIsBW; }
  /external/skia/src/core/
SkRasterClip.h 21 bool isBW() const { return fIsBW; }
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 449 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
462 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
481 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
485 fIsBW = isBW;
490 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
495 if (isBW) {
505 info.bmiHeader.biBitCount = isBW ? 1 : 32;
507 if (isBW) {
518 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
    [all...]
SkFontHost_win_dw.cpp 197 const void* draw(const SkGlyph&, bool isBW);
208 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) {
216 if (isBW) {
249 if (isBW) {
813 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
816 if (isBW) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 449 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
462 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
481 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
485 fIsBW = isBW;
490 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
495 if (isBW) {
505 info.bmiHeader.biBitCount = isBW ? 1 : 32;
507 if (isBW) {
518 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
    [all...]
SkFontHost_win_dw.cpp 197 const void* draw(const SkGlyph&, bool isBW);
208 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) {
216 if (isBW) {
249 if (isBW) {
813 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
816 if (isBW) {
    [all...]

Completed in 234 milliseconds