Searched refs:getRootChild (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | SimpleFontData.cpp | 110 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in initCharWidths() 130 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in platformGlyphInit()
|
D | FontFastPath.cpp | 64 node = GlyphPageTreeNode::getRootChild(fontDataAt(0), pageNumber); in glyphDataForCharacter() 103 … GlyphPageTreeNode* smallCapsNode = GlyphPageTreeNode::getRootChild(smallCapsFontData, pageNumber); in glyphDataForCharacter() 156 … GlyphPage* fallbackPage = GlyphPageTreeNode::getRootChild(characterFontData, pageNumber)->page(); in glyphDataForCharacter()
|
D | GlyphPageTreeNode.h | 188 static GlyphPageTreeNode* getRootChild(const FontData* fontData, unsigned pageNumber) in getRootChild() function
|
D | GlyphPageTreeNode.cpp | 252 GlyphPage* fallbackPage = getRootChild(fontData, pageNumber)->page(); in initializePage()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | SimpleFontDataCGWin.cpp | 103 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in platformInit()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | SimpleFontDataLinux.cpp | 111 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); in platformInit()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 264 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page(); 285 GlyphPage* glyphPageZero = GlyphPageTreeNode::getRootChild(this, 0)->page();
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 63332 (WebCore::GlyphPageTreeNode::getRootChild):
|
D | ChangeLog-2008-08-10 | 60444 (WebCore::GlyphPageTreeNode::getRootChild):
|