OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_cgFont
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h
46
,
m_cgFont
(cgFont)
57
CGFontRef
m_cgFont
;
/external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.h
80
CGFontRef cgFont() { return
m_cgFont
.get(); }
93
WTF::RetainPtr<CGFontRef>
m_cgFont
;
/external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h
123
,
m_cgFont
(0)
145
,
m_cgFont
(0)
170
,
m_cgFont
(0)
194
,
m_cgFont
(cgFont)
223
CGFontRef cgFont() const { return
m_cgFont
.get(); }
225
CGFontRef cgFont() const { return
m_cgFont
; }
232
CGFontRef cgFont() const { return
m_cgFont
.get(); }
258
ASSERT(m_font || !
m_cgFont
);
335
RetainPtr<CGFontRef>
m_cgFont
;
338
RetainPtr<CGFontRef>
m_cgFont
;
[
all
...]
Completed in 154 milliseconds