HomeSort by relevance Sort by last modified time
    Searched defs:m_font (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.h 49 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineBaseline
SVGTextLayoutEngineSpacing.h 42 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineSpacing
  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.h 61 WebCore::Font m_font; member in class:WebKit::WebFontImpl
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.h 78 const Font* m_font; member in class:WebCore::UniscribeHelperTextRun
FontPlatformDataChromiumWin.h 66 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
ComplexTextControllerLinux.h 136 const Font* const m_font; member in class:WebCore::ComplexTextController
FontChromiumWin.cpp 204 const SimpleFontData* m_font; member in class:WebCore::__anon17844::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::__anon17844::TransparencyAwareUniscribePainter
326 , m_font(font)
347 UniscribeHelperTextRun state(m_run, *m_font);
358 const FontMetrics& fontMetrics = m_font->fontMetrics()
    [all...]
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.h 74 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/
FontPlatformData.h 40 : m_font(hashTableDeletedFontValue())
44 : m_font(0)
53 BFont* font() const { return m_font; }
69 BFont* m_font; member in class:WebCore::FontPlatformData
FontHaiku.cpp 78 BFont* m_font = font->platformData().font(); local
82 view->SetFont(m_font);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.h 55 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/
PopupMenuStyle.h 41 , 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/
WidthIterator.h 46 const Font* m_font; member in struct:WebCore::WidthIterator
FontPlatformData.h 118 , 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->hash() : 0
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/
FontPlatformData.h 41 , 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/
UniscribeController.h 63 const Font& m_font; member in class:WebCore::UniscribeController
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h 66 : 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/
CanvasRenderingContext2D.h 261 Font m_font; member in struct:WebCore::CanvasRenderingContext2D::State
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 152 const Font& m_font; member in class:WebCore::ComplexTextController
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 101 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/fonts/
FontAndroid.cpp 512 const Font* const m_font; member in class:WebCore::TextRunWalker
539 : m_font(font)
655 const FontData* glyphData = m_font->glyphDataForCharacter(
659 const FontData* nextGlyphData = m_font->glyphDataForCharacter(
729 const FontData* fontData = m_font->glyphDataForCharacter(m_run[0], false).fontData;
860 static Glyph spaceGlyph = m_font->glyphDataForCharacter(space, false).glyph;
    [all...]

Completed in 464 milliseconds