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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphPageTreeNode.cpp 272 GlyphPage* fallbackPage = getRootChild(fontData, pageNumber)->page();
276 m_page = fallbackPage;
277 } else if (!fallbackPage) {
291 else if (fallbackPage->glyphAt(i)) {
292 m_page->setGlyphDataForIndex(i, fallbackPage->glyphDataForIndex(i));
FontFastPath.cpp 288 GlyphPage* fallbackPage = GlyphPageTreeNode::getRootChild(characterFontData.get(), pageNumber)->page();
289 GlyphData data = fallbackPage && fallbackPage->fontDataForCharacter(c) ? fallbackPage->glyphDataForCharacter(c) : characterFontData->missingGlyphData();
295 return glyphDataAndPageForNonCJKCharacterWithGlyphOrientation(c, m_fontDescription.nonCJKGlyphOrientation(), data, fallbackPage, pageNumber);

Completed in 144 milliseconds