Searched defs:glyphDataForCharacter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPage.h107 ALWAYS_INLINE GlyphData glyphDataForCharacter(UChar32 c) const function in class:blink::GlyphPage
H A DWidthIterator.cpp72 GlyphData WidthIterator::glyphDataForCharacter(CharacterData& charData, bool normalizeSpace) function in class:blink::WidthIterator
78 return renderingContext->glyphDataForCharacter(*m_font, m_run, *this, charData.character,
83 return m_font->glyphDataForCharacter(charData.character, m_run.rtl(), normalizeSpace);
191 GlyphData glyphData = glyphDataForCharacter(charData, normalizeSpace);
198 glyphData = glyphDataForCharacter(charData);
H A DFont.h126 inline GlyphData glyphDataForCharacter(UChar32& c, bool mirror, bool spaceNormalize = false, FontDataVariant variant = AutoVariant) const function in class:blink::Font
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.cpp153 GlyphData SVGTextRunRenderingContext::glyphDataForCharacter(const Font& font, const TextRun& run, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) function in class:blink::SVGTextRunRenderingContext
217 GlyphData fallbackGlyphData = font.glyphDataForCharacter(character, mirror);

Completed in 78 milliseconds