OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kBold
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkTypeface.h
45
kBold
= 0x01,
56
/** Returns true if getStyle() has the
kBold
bit set.
58
bool isBold() const { return (fStyle &
kBold
) != 0; }
/external/skia/include/core/
SkTypeface.h
45
kBold
= 0x01,
56
/** Returns true if getStyle() has the
kBold
bit set.
58
bool isBold() const { return (fStyle &
kBold
) != 0; }
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h
37
kBold
= 700,
228
kBOLD
= 1 << 5,
/external/sfntly/cpp/src/sfntly/table/core/
os2_table.h
37
kBold
= 700,
228
kBOLD
= 1 << 5,
Completed in 1094 milliseconds