/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngineBaseline.h | 48 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineBaseline
|
SVGTextLayoutEngineSpacing.h | 41 const Font& m_font; member in class:WebCore::SVGTextLayoutEngineSpacing
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFontImpl.h | 61 WebCore::Font m_font; member in class:blink::WebFontImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
UniscribeHelperTextRun.h | 79 const Font* m_font; member in class:WebCore::UniscribeHelperTextRun
|
FontPlatformDataWin.h | 94 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/ |
CSSFontFaceSource.h | 57 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/ |
PopupMenuStyle.h | 43 , 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/ |
FontPlatformData.h | 99 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
|
WidthIterator.h | 69 const Font* m_font; member in struct:WebCore::WidthIterator
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
ComplexTextController.cpp | 48 : 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.isSmallCaps()) [all...] |
ComplexTextController.h | 141 const Font& m_font; member in class:WebCore::ComplexTextController
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.h | 277 Font m_font; member in struct:WebCore::CanvasRenderingContext2D::State
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.h | 133 const Font* m_font; member in class:WebCore::FINAL
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
BreakingContextInlineHeaders.h | 54 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); [all...] |