OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 157 milliseconds