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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontWin.cpp 107 currentWidth += glyphBuffer.advanceAt(from + glyphIndex);
134 horizontalOffset += glyphBuffer.advanceAt(from + glyphIndex);
137 currentWidth += glyphBuffer.advanceAt(from + glyphIndex);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBuffer.h 89 float advanceAt(unsigned index) const
WidthIterator.cpp 85 OriginalAdvancesForCharacterTreatedAsSpace(bool isSpace, float advanceBefore, float advanceAt)
88 , advanceAtCharacter(advanceAt)
249 OriginalAdvancesForCharacterTreatedAsSpace(character == ' ', glyphBuffer->size() ? glyphBuffer->advanceAt(glyphBuffer->size() - 1) : 0, width)));
338 w += glyphBuffer.advanceAt(i);
FontFastPath.cpp 457 float nextX = startPoint.x() + glyphBuffer.advanceAt(0);
478 nextX += glyphBuffer.advanceAt(nextGlyph);
527 float advance = glyphBuffer.advanceAt(i) - middleOfLastGlyph + middleOfNextGlyph;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 129 float advance = glyphBuffer.advanceAt(from + i);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 138 currentWidth += glyphBuffer.advanceAt(from + glyphIndex);

Completed in 41 milliseconds