OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallbackPage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp
280
GlyphPage*
fallbackPage
= getRootChild(fontData, pageNumber)->page();
284
m_page =
fallbackPage
;
285
} else if (!
fallbackPage
) {
299
else if (
fallbackPage
->glyphAt(i)) {
300
m_page->setGlyphDataForIndex(i,
fallbackPage
->glyphDataForIndex(i));
FontFastPath.cpp
290
GlyphPage*
fallbackPage
= GlyphPageTreeNode::getRootChild(characterFontData.get(), pageNumber)->page();
291
GlyphData data =
fallbackPage
&&
fallbackPage
->fontDataForCharacter(c) ?
fallbackPage
->glyphDataForCharacter(c) : characterFontData->missingGlyphData();
297
return glyphDataAndPageForNonCJKCharacterWithGlyphOrientation(c, m_fontDescription.nonCJKGlyphOrientation(), data,
fallbackPage
, pageNumber);
Completed in 440 milliseconds