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

/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphPageTreeNode.h49 typedef unsigned short Glyph; typedef in namespace:WebCore
54 GlyphData(Glyph g = 0, const SimpleFontData* f = 0)
59 Glyph glyph;
93 Glyph glyphAt(unsigned index) const
104 void setGlyphDataForCharacter(UChar32 c, Glyph g, const SimpleFontData* f)
108 void setGlyphDataForIndex(unsigned index, Glyph g, const SimpleFontData* f)
143 Glyph m_glyphs[size];
H A DGlyphMetricsMap.h39 typedef unsigned short Glyph; typedef in namespace:WebCore
53 T metricsForGlyph(Glyph glyph)
58 void setMetricsForGlyph(Glyph glyph, const T& metrics)
68 T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; }
69 void setMetricsForGlyph(Glyph glyph, const T& metrics)
H A DGlyphBuffer.h47 typedef unsigned short Glyph; typedef in namespace:WebCore
56 typedef Glyph GlyphBufferGlyph;
114 Glyph glyphAt(int index) const
144 void add(Glyph glyph, const SimpleFontData* font, float width, const FloatSize* offset = 0)
176 void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance)
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextMetrics.h42 struct Glyph { struct in class:WebCore::SVGTextMetrics
43 Glyph() function in struct:WebCore::SVGTextMetrics::Glyph
48 bool operator==(const Glyph& other)
61 const Glyph& glyph() const { return m_glyph; }
74 Glyph m_glyph;

Completed in 207 milliseconds