Home
last modified time | relevance | path

Searched refs:LastGlyphInfo (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGRootInlineBox.h38 struct LastGlyphInfo { struct
39 LastGlyphInfo() : isValid(false) { } in LastGlyphInfo() function
78 void buildLayoutInformationForTextBox(SVGCharacterLayoutInfo&, InlineTextBox*, LastGlyphInfo&);
DSVGRootInlineBox.cpp898 LastGlyphInfo lastGlyph; in buildLayoutInformation()
1095 …formationForTextBox(SVGCharacterLayoutInfo& info, InlineTextBox* textBox, LastGlyphInfo& lastGlyph) in buildLayoutInformationForTextBox()
/external/webkit/WebCore/
DChangeLog-2008-08-1037402 (WebCore::LastGlyphInfo::LastGlyphInfo):