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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphPage.h 103 ALWAYS_INLINE GlyphData glyphDataForCharacter(UChar32 c) const
WidthIterator.cpp 72 GlyphData WidthIterator::glyphDataForCharacter(UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength)
78 return renderingContext->glyphDataForCharacter(*m_font, m_run, *this, character, mirror, currentCharacter, advanceLength);
84 return m_font->glyphDataForCharacter(character, mirror);
165 const GlyphData& glyphData = glyphDataForCharacter(character, rtl, textIterator.currentCharacter(), advanceLength);
196 // glyphDataForCharacter() returned whether it chose to use a small caps font.
200 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(character), rtl);
Font.h 146 inline GlyphData glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant = AutoVariant) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 172 GlyphData SVGTextRunRenderingContext::glyphDataForCharacter(const Font& font, const TextRun& run, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength)
236 GlyphData fallbackGlyphData = font.glyphDataForCharacter(character, mirror);

Completed in 217 milliseconds