HomeSort by relevance Sort by last modified time
    Searched refs:m_cgFont (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.h 80 CGFontRef cgFont() { return m_cgFont.get(); }
93 WTF::RetainPtr<CGFontRef> m_cgFont;
CrossProcessFontLoading.mm 140 m_cgFont.adoptCF(CGFontCreateWithPlatformFont(&m_atsFontRef));
142 if (!m_cgFont.get())
153 if (m_cgFont.get()) {
160 m_cgFont.releaseRef();
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 46 , m_cgFont(cgFont)
57 CGFontRef m_cgFont;
FontCustomPlatformData.cpp 38 CGFontRelease(m_cgFont);
43 return FontPlatformData(m_cgFont, size, bold, italic, orientation, textOrientation, widthVariant);
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 74 m_cgFont.adoptCF(cgFont);
76 m_cgFont = cgFont;
90 m_cgFont = f.m_cgFont;
100 m_cgFont = f.m_cgFont;
118 && m_cgFont == other.m_cgFont;
150 m_cgFont.adoptCF(cgFont);
152 m_cgFont = cgFont
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataCGWin.cpp 114 m_cgFont.adoptCF(CGFontCreateWithPlatformFont(&logfont));
125 , m_cgFont(font)
138 m_cgFont = source.m_cgFont;
145 m_cgFont = other.m_cgFont;
154 && m_cgFont == other.m_cgFont
FontPlatformDataWin.cpp 45 , m_cgFont(0)
  /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 114 milliseconds