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

  /external/skia/src/core/
SkRasterClip.h 21 bool isBW() const { return fIsBW; }
22 bool isAA() const { return !fIsBW; }
23 const SkRegion& bwRgn() const { SkASSERT(fIsBW); return fBW; }
24 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
75 bool fIsBW;
  /external/skia/src/ports/
SkFontHost_win.cpp 290 fIsBW = false;
320 bool fIsBW;
343 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
347 fIsBW = isBW;
350 if (fIsBW) {
    [all...]

Completed in 139 milliseconds