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

  /external/skia/src/core/
SkRasterClip.h 21 bool isBW() const { return fIsBW; }
  /external/skia/src/ports/
SkFontHost_win.cpp 308 const void* draw(const SkGlyph&, bool isBW, SkGdiRGB fgColor,
329 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
347 fIsBW = isBW;
362 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
367 if (isBW) {
377 info.bmiHeader.biBitCount = isBW ? 1 : 32;
379 if (isBW) {
390 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat
    [all...]
SkFontHost_mac_coretext.cpp     [all...]

Completed in 57 milliseconds