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

  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 46 kItalic = 0x02,
60 /** Returns true if getStyle() has the kItalic bit set.
62 bool isItalic() const { return (fStyle & kItalic) != 0; }
  /external/skia/include/core/
SkTypeface.h 46 kItalic = 0x02,
60 /** Returns true if getStyle() has the kItalic bit set.
62 bool isItalic() const { return (fStyle & kItalic) != 0; }

Completed in 202 milliseconds