OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NSFont
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h
41
OBJC_CLASS
NSFont
;
79
inline CTFontRef toCTFontRef(
NSFont
*
nsFont
) { return reinterpret_cast<CTFontRef>(
nsFont
); }
91
FontPlatformData(
NSFont
*, float size, bool isPrinterFont = false, bool syntheticBold = false, bool syntheticOblique = false,
99
NSFont
* font() const { return m_font; }
100
void setFont(
NSFont
*);
173
// Load various data about the font specified by |
nsFont
| with the size fontSize into the following output paramters:
175
// font as |
nsFont
|. This because the sandbox may block loading of the original font.
176
// * outNSFont - The font that was actually loaded, for the Chromium port this may be different than
nsFont
[
all
...]
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
Completed in 2479 milliseconds