#include <BTGlyphPageTreeNode.h>

Public Member Functions | |
| BTGlyphPage () | |
| BTGlyphPage (GlyphPageTreeNode *owner) | |
| const GlyphData & | glyphDataForCharacter (UChar32 c) const |
| void | setGlyphDataForCharacter (UChar32 c, Glyph g, const BTFontData *f) |
| void | setGlyphDataForIndex (unsigned index, Glyph g, const BTFontData *f) |
| GlyphPageTreeNode * | owner () const |
| bool | fill (UChar *characterBuffer, unsigned bufferLength, const BTFontData *fontData) |
Public Attributes | |
| GlyphData | m_glyphs [size] |
| GlyphPageTreeNode * | m_owner |
Static Public Attributes | |
| static const size_t | size = 256 |
| WebCore::BTGlyphPage::BTGlyphPage | ( | ) | [inline] |
| WebCore::BTGlyphPage::BTGlyphPage | ( | GlyphPageTreeNode * | owner | ) | [inline] |
| void WebCore::BTGlyphPage::setGlyphDataForCharacter | ( | UChar32 | c, | |
| Glyph | g, | |||
| const BTFontData * | f | |||
| ) | [inline] |
| void WebCore::BTGlyphPage::setGlyphDataForIndex | ( | unsigned | index, | |
| Glyph | g, | |||
| const BTFontData * | f | |||
| ) | [inline] |
| GlyphPageTreeNode* WebCore::BTGlyphPage::owner | ( | ) | const [inline] |
| bool WebCore::BTGlyphPage::fill | ( | UChar * | characterBuffer, | |
| unsigned | bufferLength, | |||
| const BTFontData * | fontData | |||
| ) |
const size_t WebCore::BTGlyphPage::size = 256 [static] |