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

  /external/skia/include/core/
SkTypeface.h 40 kBold = 0x01,
51 /** Returns true if getStyle() has the kBold bit set.
53 bool isBold() const { return (fStyle & kBold) != 0; }
  /external/skia/legacy/include/core/
SkTypeface.h 37 kBold = 0x01,
48 /** Returns true if getStyle() has the kBold bit set.
50 bool isBold() const { return (fStyle & kBold) != 0; }

Completed in 86 milliseconds