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

  /external/skia/src/gpu/
GrTextStrike.h 44 const GrGlyph* glyphAt(int index) const {
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 276 if (!m_page->glyphAt(j) && pageToFill->glyphAt(j))
321 if (parentPage->glyphAt(i))
323 else if (fallbackPage->glyphAt(i)) {
GlyphBuffer.h 114 Glyph glyphAt(int index) const
GlyphPageTreeNode.h 93 Glyph glyphAt(unsigned index) const
FontFastPath.cpp 417 return offsetToMiddleOfGlyph(glyphBuffer.fontDataAt(i), glyphBuffer.glyphAt(i));
441 markBuffer.add(glyphBuffer.glyphAt(i) ? markGlyph : spaceGlyph, markFontData, advance);
444 markBuffer.add(glyphBuffer.glyphAt(glyphBuffer.size() - 1) ? markGlyph : spaceGlyph, markFontData, 0);
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 207 glyphs[i].index = pango_font_get_glyph(pangoFont, pangoContext, glyphBuffer.glyphAt(from + i));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 410 glyphs[i] = glyphBuffer.glyphAt(from + glyphIndex);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 252 RetainPtr<CGPathRef> glyphPath(AdoptCF, createPathForGlyph(hdc, glyphBuffer.glyphAt(from + i)));
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 197 if (numGlyphs == 1 && glyphBuffer.glyphAt(from) == 0x3) {
    [all...]

Completed in 481 milliseconds