Searched defs:m_font (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngineBaseline.h49 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineBaseline
H A DSVGTextLayoutEngineSpacing.h42 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineSpacing
/external/webkit/Source/WebKit/chromium/src/
H A DWebFontImpl.h61 WebCore::Font m_font; member in class:WebKit::WebFontImpl
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.h78 const Font* m_font; member in class:WebCore::UniscribeHelperTextRun
H A DFontPlatformDataChromiumWin.h66 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); }
70 HFONT hfont() const { return m_font ? m_font->hfont() : 0; }
78 return m_font ? m_font->hash() : NULL;
83 return m_font == other.m_font && m_size == other.m_size;
129 RefPtr<RefCountedHFONT> m_font; member in class:WebCore::FontPlatformData
H A DComplexTextControllerLinux.h136 const Font* const m_font; member in class:WebCore::ComplexTextController
H A DFontChromiumWin.cpp204 const SimpleFontData* m_font; member in class:WebCore::__anon11904::TransparencyAwareGlyphPainter
221 , m_font(font)
230 m_oldFont = ::SelectObject(m_hdc, m_font->platformData().hfont());
249 const FontMetrics& fontMetrics = m_font->fontMetrics();
264 return paintSkiaText(m_graphicsContext, m_font->platformData().hfont(),
274 int y = lroundf(m_point.y() - m_font->fontMetrics().ascent());
313 const Font* m_font; member in class:WebCore::__anon11904::TransparencyAwareUniscribePainter
326 , m_font(font)
347 UniscribeHelperTextRun state(m_run, *m_font);
358 const FontMetrics& fontMetrics = m_font
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSource.h74 CachedResourceHandle<CachedFont> m_font; // For remote fonts, a pointer to our cached resource. member in class:WebCore::CSSFontFaceSource
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontPlatformData.h40 : m_font(hashTableDeletedFontValue())
44 : m_font(0)
53 BFont* font() const { return m_font; }
69 BFont* m_font; member in class:WebCore::FontPlatformData
H A DFontHaiku.cpp78 BFont* m_font = font->platformData().font(); local
82 view->SetFont(m_font);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.h55 void setFont(const QFont& font) { m_font = font; }
56 QFont font() const { return m_font; }
67 QFont m_font; member in class:WebCore::QtFallbackWebPopup
/external/webkit/Source/WebCore/platform/
H A DPopupMenuStyle.h41 , m_font(font)
52 const Font& font() const { return m_font; }
62 Font m_font; member in class:WebCore::PopupMenuStyle
/external/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.h46 const Font* m_font; member in struct:WebCore::WidthIterator
H A DFontPlatformData.h118 , m_font(WTF::HashTableDeletedValue)
120 , m_font(hashTableDeletedFontValue())
142 , m_font(0)
167 , m_font(0)
193 , m_font(0)
213 HFONT hfont() const { return m_font ? m_font->handle() : 0; }
216 NSFont* font() const { return m_font; }
255 return m_font ? m_font
328 NSFont* m_font; member in class:WebCore::FontPlatformData
330 RefPtr<RefCountedGDIHandle<HFONT> > m_font; member in class:WebCore::FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformData.h41 , m_font(hashTableDeletedFontValue())
50 , m_font(0)
85 return m_font == hashTableDeletedFontValue();
95 PangoFont* m_font; member in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.h63 const Font& m_font; member in class:WebCore::UniscribeController
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformData.h66 : m_font(0)
70 : m_font(font)
73 wxFont* font() { return m_font; }
76 wxFont* m_font; member in class:WebCore::FontHolder
85 , m_font(0)
98 , m_font(0)
108 , m_font(0)
117 return m_font->font();
137 if (m_font && m_fontState == VALID && other.m_fontState == VALID && other.m_font) {
178 WTF::RefPtr<FontHolder> m_font; member in class:WebCore::FontPlatformData
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h261 Font m_font; member in struct:WebCore::CanvasRenderingContext2D::State
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.h152 const Font& m_font; member in class:WebCore::ComplexTextController
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp101 LOGFONT m_font; member in class:WebCore::FixedSizeFontData
115 memset(&m_font, 0, sizeof(m_font));
245 LOGFONT& winFont = fontData->m_font;
397 m_private->m_rootFontData->m_hfont.set(CreateFontIndirect(&m_private->m_rootFontData->m_font));
410 LOGFONT font = m_private->m_rootFontData->m_font;
463 return m_private->m_rootFontData->m_font;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DFontAndroid.cpp485 const Font* const m_font; member in class:WebCore::TextRunWalker
523 : m_font(font)
638 const FontData* glyphData = m_font->glyphDataForCharacter(
642 const FontData* nextGlyphData = m_font->glyphDataForCharacter(
699 const FontData* fontData = m_font->glyphDataForCharacter(m_run[0], false).fontData;

Completed in 1133 milliseconds