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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 91 offset += glyphBuffer.advanceAt(from + i);
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 210 offset += glyphBuffer.advanceAt(from + i);
234 offset += glyphBuffer.advanceAt(from + i);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 247 totalWidth += lroundf(m_glyphBuffer.advanceAt(m_from + i));
411 horizontalOffset += glyphBuffer.advanceAt(from + glyphIndex);
414 currentWidth += glyphBuffer.advanceAt(from + glyphIndex);
  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 123 float advanceAt(int index) const
WidthIterator.cpp 230 w += glyphBuffer->advanceAt(i);
FontFastPath.cpp 398 nextX += glyphBuffer.advanceAt(nextGlyph);
440 float advance = glyphBuffer.advanceAt(i) - middleOfLastGlyph + middleOfNextGlyph;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 108 offset += glyphBuffer.advanceAt(from + i);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 157 gdiAdvances.append(lroundf(glyphBuffer.advanceAt(from + i)));

Completed in 84 milliseconds