#include <BTGlyphPageTreeNode.h>
Public Member Functions | |
| GlyphPageTreeNode () | |
| ~GlyphPageTreeNode () | |
| void | pruneCustomFontData (const BTFontData *) |
| GlyphPageTreeNode * | parent () const |
| GlyphPageTreeNode * | getChild (const BTFontData *, unsigned pageNumber) |
| BTGlyphPage * | page () const |
| unsigned | level () const |
| bool | isSystemFallback () const |
Static Public Member Functions | |
| static GlyphPageTreeNode * | getRootChild (const BTFontData *fontData, unsigned pageNumber) |
| static void | pruneTreeCustomFontData (const BTFontData *) |
Static Public Attributes | |
| static HashMap< int, GlyphPageTreeNode * > * | roots = 0 |
| static GlyphPageTreeNode * | pageZeroRoot = 0 |
| WebCore::GlyphPageTreeNode::GlyphPageTreeNode | ( | ) | [inline] |
| WebCore::GlyphPageTreeNode::~GlyphPageTreeNode | ( | ) |
| static GlyphPageTreeNode* WebCore::GlyphPageTreeNode::getRootChild | ( | const BTFontData * | fontData, | |
| unsigned | pageNumber | |||
| ) | [inline, static] |
| static void WebCore::GlyphPageTreeNode::pruneTreeCustomFontData | ( | const BTFontData * | ) | [static] |
| void WebCore::GlyphPageTreeNode::pruneCustomFontData | ( | const BTFontData * | ) |
| GlyphPageTreeNode* WebCore::GlyphPageTreeNode::parent | ( | ) | const [inline] |
| GlyphPageTreeNode* WebCore::GlyphPageTreeNode::getChild | ( | const BTFontData * | , | |
| unsigned | pageNumber | |||
| ) |
| BTGlyphPage* WebCore::GlyphPageTreeNode::page | ( | ) | const [inline] |
| unsigned WebCore::GlyphPageTreeNode::level | ( | ) | const [inline] |
| bool WebCore::GlyphPageTreeNode::isSystemFallback | ( | ) | const [inline] |
HashMap< int, GlyphPageTreeNode * > * WebCore::GlyphPageTreeNode::roots = 0 [static] |
GlyphPageTreeNode * WebCore::GlyphPageTreeNode::pageZeroRoot = 0 [static] |