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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPage.h 120 return glyphAt(indexForCharacter(c));
123 ALWAYS_INLINE Glyph glyphAt(unsigned index) const
GlyphBuffer.h 84 Glyph glyphAt(unsigned index) const
GlyphPageTreeNode.cpp 253 if (!m_page->glyphAt(j) && pageToFill->glyphAt(j))
297 if (parentPage->glyphAt(i))
299 else if (fallbackPage->glyphAt(i)) {
SimpleFontData.cpp 164 return node->page() ? node->page()->glyphAt(character % GlyphPage::size) : 0;
FontFastPath.cpp 502 return offsetToMiddleOfGlyph(glyphBuffer.fontDataAt(i), glyphBuffer.glyphAt(i));
528 markBuffer.add(glyphBuffer.glyphAt(i) ? markGlyph : spaceGlyph, markFontData, advance);
531 markBuffer.add(glyphBuffer.glyphAt(glyphBuffer.size() - 1) ? markGlyph : spaceGlyph, markFontData, 0);
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 44 const GrGlyph* glyphAt(int index) const {
  /external/skia/src/gpu/
GrTextStrike.h 44 const GrGlyph* glyphAt(int index) const {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 125 Glyph glyph = glyphBuffer.glyphAt(from + i);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontWin.cpp 133 glyphs[i] = glyphBuffer.glyphAt(from + glyphIndex);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 563 Glyph glyph = glyphPage->glyphAt(index);

Completed in 628 milliseconds