Searched defs:kItalic (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h46 kItalic = 0x02, enumerator in enum:SkTypeface::Style
60 /** Returns true if getStyle() has the kItalic bit set.
62 bool isItalic() const { return (fStyle & kItalic) != 0; }
/external/skia/include/core/
H A DSkTypeface.h46 kItalic = 0x02, enumerator in enum:SkTypeface::Style
60 /** Returns true if getStyle() has the kItalic bit set.
62 bool isItalic() const { return (fStyle & kItalic) != 0; }

Completed in 83 milliseconds