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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngineBaseline.h48 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineBaseline
H A DSVGTextLayoutEngineSpacing.h41 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineSpacing
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontImpl.h61 WebCore::Font m_font; member in class:blink::WebFontImpl
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DUniscribeHelperTextRun.h79 const Font* m_font; member in class:WebCore::UniscribeHelperTextRun
H A DFontPlatformDataWin.h94 HFONT hfont() const { return m_font ? m_font->hfont() : 0; }
108 return m_font ? m_font->hash() : NULL;
168 RefPtr<RefCountedHFONT> m_font; member in class:WebCore::FontPlatformData
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSource.h57 FontResource* resource() { return m_font.get(); }
94 ResourcePtr<FontResource> m_font; // For remote fonts, a pointer to our cached resource. member in class:WebCore::CSSFontFaceSource
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h43 , m_font(font)
56 const Font& font() const { return m_font; }
67 Font m_font; member in class:WebCore::PopupMenuStyle
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthIterator.h69 const Font* m_font; member in struct:WebCore::WidthIterator
H A DFontPlatformData.h99 NSFont* font() const { return m_font; }
134 ASSERT(m_font || !m_cgFont);
135 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, static_cast<uintptr_t>(m_isPrinterFont << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticOblique) };
160 return m_font == hashTableDeletedFontValue();
192 NSFont* m_font; member in class:WebCore::FontPlatformData
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.h277 Font m_font; member in struct:WebCore::CanvasRenderingContext2D::State
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h133 const Font* m_font; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp48 : m_font(font)
50 , m_controller(adoptPtr(new ComplexTextController(&m_font, m_run, true)))
58 if (m_font.wordSpacing() && from && Font::treatAsSpace(m_run[from]))
59 beforeWidth += m_font.wordSpacing();
77 Font m_font; member in class:WebCore::TextLayout
114 : m_font(*font)
305 if (m_font.isSmallCaps())
326 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
335 nextFontData = m_font.fontDataForCombiningCharacterSequence(sequenceStart, curr - sequenceStart, nextIsSmallCaps ? SmallCapsVariant : NormalVariant);
348 if (m_font
[all...]
H A DComplexTextController.h141 const Font& m_font; member in class:WebCore::ComplexTextController
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h54 const Font* m_font; member in struct:WebCore::RenderTextInfo
59 m_layout = m_font->createLayoutForMacComplexText(RenderBlockFlow::constructTextRun(renderText, *m_font, renderText, renderText->style()), renderText->textLength(), xPos, collapseWhiteSpace);
771 m_renderTextInfo.m_font = &font;
774 } else if (m_renderTextInfo.m_layout && m_renderTextInfo.m_font != &font) {
775 m_renderTextInfo.m_font = &font;

Completed in 388 milliseconds