Home
last modified time | relevance | path

Searched defs:SVGInlineTextBoxClosestCharacterToPositionWalker (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp117 struct SVGInlineTextBoxClosestCharacterToPositionWalker { struct
118 SVGInlineTextBoxClosestCharacterToPositionWalker(int x, int y) in SVGInlineTextBoxClosestCharacterToPositionWalker() argument
127 …d chunkPortionCallback(SVGInlineTextBox* textBox, int startOffset, const AffineTransform& chunkCtm, in chunkPortionCallback()
166 SVGChar* character() const in character()
171 int offsetOfHitCharacter() const in offsetOfHitCharacter()
180 Vector<SVGChar>::iterator m_character;
181 float m_distance;
183 int m_x;
184 int m_y;
185 int m_offsetOfHitCharacter;