Searched defs:charnum (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGTextContentElement.cpp84 float SVGTextContentElement::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode& ec) const argument
89 if (charnum >= numberOfChars) {
94 return SVGTextQuery(renderer()).subStringLength(charnum, nchars);
97 FloatPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionCode& ec) const argument
101 if (charnum > getNumberOfChars()) {
106 return SVGTextQuery(renderer()).startPositionOfCharacter(charnum);
109 FloatPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionCode& ec) const argument
113 if (charnum > getNumberOfChars()) {
118 return SVGTextQuery(renderer()).endPositionOfCharacter(charnum);
121 FloatRect SVGTextContentElement::getExtentOfChar(unsigned charnum, ExceptionCod argument
133 getRotationOfChar(unsigned charnum, ExceptionCode& ec) const argument
151 selectSubString(unsigned charnum, unsigned nchars, ExceptionCode& ec) const argument
[all...]

Completed in 55 milliseconds