Searched refs:SVGTextQuery (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextQuery.cpp21 #include "SVGTextQuery.h"
38 struct SVGTextQuery::Data {
83 SVGTextQuery::SVGTextQuery(RenderObject* renderer) function in class:WebCore::SVGTextQuery
88 void SVGTextQuery::collectTextBoxesInFlowBox(InlineFlowBox* flowBox)
108 bool SVGTextQuery::executeQuery(Data* queryData, ProcessTextFragmentCallback fragmentCallback) const
142 bool SVGTextQuery::mapStartEndPositionsIntoFragmentCoordinates(Data* queryData, const SVGTextFragment& fragment, int& startPosition, int& endPosition) const
159 void SVGTextQuery::modifyStartEndPositionsRespectingLigatures(Data* queryData, int& startPosition, int& endPosition) const
236 bool SVGTextQuery::numberOfCharactersCallback(Data*, const SVGTextFragment&) const
242 unsigned SVGTextQuery
[all...]
H A DSVGTextQuery.h34 class SVGTextQuery { class in namespace:WebCore
36 SVGTextQuery(RenderObject*);
47 // Public helper struct. Private classes in SVGTextQuery inherit from it.
51 typedef bool (SVGTextQuery::*ProcessTextFragmentCallback)(Data*, const SVGTextFragment&) const;
/external/webkit/Source/WebCore/svg/
H A DSVGTextContentElement.cpp33 #include "SVGTextQuery.h"
75 return SVGTextQuery(renderer()).numberOfCharacters();
81 return SVGTextQuery(renderer()).textLength();
94 return SVGTextQuery(renderer()).subStringLength(charnum, nchars);
106 return SVGTextQuery(renderer()).startPositionOfCharacter(charnum);
118 return SVGTextQuery(renderer()).endPositionOfCharacter(charnum);
130 return SVGTextQuery(renderer()).extentOfCharacter(charnum);
142 return SVGTextQuery(renderer()).rotationOfCharacter(charnum);
148 return SVGTextQuery(renderer()).characterNumberAtPosition(point);
/external/webkit/Source/WebCore/
H A DAndroid.mk932 rendering/svg/SVGTextQuery.cpp

Completed in 82 milliseconds