HomeSort by relevance Sort by last modified time
    Searched refs:glyphDataForIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphPage.h 105 return glyphDataForIndex(indexForCharacter(c));
108 ALWAYS_INLINE GlyphData glyphDataForIndex(unsigned index) const
GlyphPageTreeNode.cpp 246 m_page->setGlyphDataForIndex(j, pageToFill->glyphDataForIndex(j));
290 m_page->setGlyphDataForIndex(i, parentPage->glyphDataForIndex(i));
292 m_page->setGlyphDataForIndex(i, fallbackPage->glyphDataForIndex(i));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 565 ASSERT(glyphPage->glyphDataForIndex(index).fontData == font);

Completed in 3739 milliseconds