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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPage.h49 struct GlyphData { struct in namespace:blink
50 GlyphData(Glyph g = 0, const SimpleFontData* f = 0) function in struct:blink::GlyphData
64 // A GlyphPage contains a fixed-size set of GlyphData mappings for a contiguous
107 ALWAYS_INLINE GlyphData glyphDataForCharacter(UChar32 c) const
115 ALWAYS_INLINE GlyphData glyphDataForIndex(unsigned index) const
120 return GlyphData(glyph, m_perGlyphFontData[index]);
121 return GlyphData(glyph, glyph ? m_fontDataForAllGlyphs : 0);
154 void setGlyphDataForIndex(unsigned index, const GlyphData& glyphData)

Completed in 363 milliseconds