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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphBuffer.h 46 typedef Glyph GlyphBufferGlyph;
77 GlyphBufferGlyph* glyphs(int from) { return m_glyphs.data() + from; }
79 const GlyphBufferGlyph* glyphs(int from) const { return m_glyphs.data() + from; }
134 GlyphBufferGlyph g = m_glyphs[index1];
144 Vector<GlyphBufferGlyph, 2048> m_glyphs;
SimpleFontData.h 184 bool applyTransforms(GlyphBufferGlyph* glyphs, GlyphBufferAdvance* advances, size_t glyphCount, TypesettingFeatures typesettingFeatures) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontMac.cpp 92 COMPILE_ASSERT(sizeof(GlyphBufferGlyph) == sizeof(uint16_t), GlyphBufferGlyphSize_equals_uint16_t);
117 const GlyphBufferGlyph* glyphs = glyphBuffer.glyphs(from);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontHarfBuzz.cpp 61 SkASSERT(sizeof(GlyphBufferGlyph) == sizeof(uint16_t)); // compile-time assert
63 const GlyphBufferGlyph* glyphs = glyphBuffer.glyphs(from);

Completed in 621 milliseconds