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

  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 134 FloatSize offsetAt(int index) const
FontFastPath.cpp 382 FloatSize offset = glyphBuffer.offsetAt(0);
389 FloatSize nextOffset = glyphBuffer.offsetAt(nextGlyph);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 202 FloatSize translation = glyphBuffer.offsetAt(from);
249 CGContextTranslateCTM(cgContext, point.x() + glyphBuffer.offsetAt(from).width(), -(point.y() + glyphBuffer.offsetAt(from).height()));
353 FloatSize translation = glyphBuffer.offsetAt(from);

Completed in 52 milliseconds