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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontPlatformData.h 40 OBJC_CLASS NSFont;
78 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
90 FontPlatformData(NSFont*, float size, bool isPrinterFont = false, bool syntheticBold = false, bool syntheticOblique = false,
98 NSFont* font() const { return m_font; }
99 void setFont(NSFont*);
171 // Load various data about the font specified by |nsFont| with the size fontSize into the following output paramters:
173 // font as |nsFont|. This because the sandbox may block loading of the original font.
174 // * 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 61 milliseconds