Searched defs:GlyphPage (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphPageTreeNode.h63 // A GlyphPage contains a fixed-size set of GlyphData mappings for a contiguous
71 class GlyphPage : public RefCounted<GlyphPage> { class in namespace:WebCore
73 static PassRefPtr<GlyphPage> create(GlyphPageTreeNode* owner)
75 return adoptRef(new GlyphPage(owner));
119 void copyFrom(const GlyphPage& other)
137 GlyphPage(GlyphPageTreeNode* owner)
150 // to a GlyphPage. Level 0 (the "root") is special. There is one root
152 // GlyphPage associated with them, and their initializePage() function is never
157 // These nodes will only have a GlyphPage i
[all...]

Completed in 100 milliseconds