Searched defs:SVGInlineTextBoxClosestCharacterToPositionWalker (Results 1 – 1 of 1) sorted by relevance
117 struct SVGInlineTextBoxClosestCharacterToPositionWalker { struct118 SVGInlineTextBoxClosestCharacterToPositionWalker(int x, int y) in SVGInlineTextBoxClosestCharacterToPositionWalker() argument127 …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;