HomeSort by relevance Sort by last modified time
    Searched defs:SVGTextQuery (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextQuery.h 34 class SVGTextQuery {
36 SVGTextQuery(RenderObject*);
47 // Public helper struct. Private classes in SVGTextQuery inherit from it.
51 typedef bool (SVGTextQuery::*ProcessTextFragmentCallback)(Data*, const SVGTextFragment&) const;
SVGTextQuery.cpp 21 #include "SVGTextQuery.h"
38 struct SVGTextQuery::Data {
83 SVGTextQuery::SVGTextQuery(RenderObject* renderer)
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::numberOfCharacters() cons
    [all...]

Completed in 308 milliseconds