HomeSort by relevance Sort by last modified time
    Searched defs:m_glyphs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBuffer.h 54 m_glyphs.clear();
59 const Glyph* glyphs(unsigned from) const { return m_glyphs.data() + from; }
66 return m_glyphs[index];
77 m_glyphs.append(glyph);
84 m_glyphs.append(glyph);
93 m_glyphs.reverse();
111 Vector<Glyph, 2048> m_glyphs; member in class:blink::GlyphBuffer
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 91 uint16_t* glyphs() { return &m_glyphs[0]; }
116 Vector<uint16_t, 256> m_glyphs; member in class:blink::FINAL::HarfBuzzRun
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 95 const CGGlyph* glyphs() const { return m_glyphs; }
116 const CGGlyph* m_glyphs; member in class:blink::ComplexTextController::ComplexTextRun

Completed in 1427 milliseconds