HomeSort by relevance Sort by last modified time
    Searched refs:GlyphBufferGlyph (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 52 typedef cairo_glyph_t GlyphBufferGlyph;
54 typedef wchar_t GlyphBufferGlyph;
56 typedef Glyph GlyphBufferGlyph;
86 GlyphBufferGlyph* glyphs(int from) { return m_glyphs.data() + from; }
88 const GlyphBufferGlyph* glyphs(int from) const { return m_glyphs.data() + from; }
99 GlyphBufferGlyph g = m_glyphs[index1];
206 Vector<GlyphBufferGlyph, 2048> m_glyphs;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 84 GlyphBufferGlyph* glyphs = const_cast<GlyphBufferGlyph*>(glyphBuffer.glyphs(from));
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 57 static void drawGlyphsToContext(cairo_t* context, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs)
68 static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs)
102 GlyphBufferGlyph* glyphs = (GlyphBufferGlyph*)glyphBuffer.glyphs(from);
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
non-kerned-drawing.cpp 106 const GlyphBufferGlyph* glyphs = glyphBuffer.glyphs(from);
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 229 GlyphBufferGlyph* glyphs = const_cast<GlyphBufferGlyph*>(glyphBuffer.glyphs(from));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp 83 SkASSERT(sizeof(GlyphBufferGlyph) == sizeof(uint16_t)); // compile-time assert
85 const GlyphBufferGlyph* glyphs = glyphBuffer.glyphs(from);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 195 SkASSERT(sizeof(GlyphBufferGlyph) == sizeof(uint16_t));
210 const GlyphBufferGlyph* glyphs = glyphBuffer.glyphs(from);
    [all...]

Completed in 220 milliseconds