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/platform/fonts/
FontPlatformData.h 48 OBJC_CLASS NSFont;
57 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
80 FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticItalic = false,
90 NSFont* font() const { return m_font; }
91 void setFont(NSFont*);
163 // Load various data about the font specified by |nsFont| with the size fontSize into the following output paramters:
165 // font as |nsFont|. This because the sandbox may block loading of the original font.
166 // * 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 206 milliseconds