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/platform/fonts/
GlyphPage.h 107 ALWAYS_INLINE GlyphData glyphDataForCharacter(UChar32 c) const
Font.h 118 inline GlyphData glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant = AutoVariant) const
WidthIterator.cpp 73 GlyphData WidthIterator::glyphDataForCharacter(UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength)
79 return renderingContext->glyphDataForCharacter(*m_font, m_run, *this, character, mirror, currentCharacter, advanceLength);
82 return m_font->glyphDataForCharacter(character, mirror);
155 const GlyphData& glyphData = glyphDataForCharacter(character, rtl, textIterator.currentCharacter(), advanceLength);
186 // glyphDataForCharacter() returned whether it chose to use a small caps font.
191 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(character), rtl);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 178 GlyphData SVGTextRunRenderingContext::glyphDataForCharacter(const Font& font, const TextRun& run, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength)
242 GlyphData fallbackGlyphData = font.glyphDataForCharacter(character, mirror);

Completed in 294 milliseconds