Home
last modified time | relevance | path

Searched refs:offsetAt (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DFontCGWin.cpp196 FloatSize translation = glyphBuffer.offsetAt(from); in drawGDIGlyphs()
243 …ranslateCTM(cgContext, point.x() + glyphBuffer.offsetAt(from).width(), -(point.y() + glyphBuffer.o… in drawGDIGlyphs()
325 FloatSize translation = glyphBuffer.offsetAt(from); in drawGlyphs()
/external/webkit/WebCore/platform/graphics/
DFontFastPath.cpp297 FloatSize offset = glyphBuffer.offsetAt(0); in drawGlyphBuffer()
304 FloatSize nextOffset = glyphBuffer.offsetAt(nextGlyph); in drawGlyphBuffer()
DGlyphBuffer.h134 FloatSize offsetAt(int index) const in offsetAt() function
/external/webkit/WebCore/
DChangeLog-2007-10-1446454 (WebCore::GlyphBuffer::offsetAt):
DChangeLog-2009-06-1654836 (WebCore::GlyphBuffer::offsetAt): Use UNUSED_PARAM in the non-WIN case.