OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CGFontRef
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/mac/
WebSandboxSupport.h
34
typedef struct CGFont*
CGFontRef
;
56
virtual bool loadFont(NSFont* srcFont,
CGFontRef
* out, uint32_t* fontID) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCustomPlatformData.h
49
typedef struct CGFont*
CGFontRef
;
78
explicit FontCustomPlatformData(
CGFontRef
, PassRefPtr<SkTypeface>);
79
RetainPtr<
CGFontRef
> m_cgFont;
FontPlatformData.h
43
typedef struct CGFont*
CGFontRef
;
62
typedef struct CGFont*
CGFontRef
;
93
FontPlatformData(
CGFontRef
, float size, bool syntheticBold, bool syntheticOblique, FontOrientation, FontWidthVariant);
104
CGFontRef
cgFont() const { return m_cgFont.get(); }
178
// * cgFont -
CGFontRef
representing the input font at the specified point size.
179
void loadFont(NSFont*, float fontSize, NSFont*& outNSFont,
CGFontRef
&);
196
RetainPtr<
CGFontRef
> m_cgFont;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
MemoryActivatedFont.h
38
typedef struct CGFont*
CGFontRef
;
46
// * Holder for the
CGFontRef
& ATSFontRef belonging to the activated font.
75
static PassRefPtr<MemoryActivatedFont> create(uint32_t fontID, NSFont*,
CGFontRef
);
78
// Get cached
CGFontRef
corresponding to the in-memory font.
79
CGFontRef
cgFont() { return m_cgFont.get(); }
86
MemoryActivatedFont(uint32_t fontID, NSFont*,
CGFontRef
);
88
WTF::RetainPtr<
CGFontRef
> m_cgFont;
/external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.cc
37
typedef struct CGFont*
CGFontRef
;
50
NSFont* srcFont,
CGFontRef
* out, uint32_t* fontID);
89
CGFontRef
* out,
Completed in 159 milliseconds