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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp 21 #include "core/rendering/svg/SVGTextQuery.h"
36 struct SVGTextQuery::Data {
81 SVGTextQuery::SVGTextQuery(RenderObject* renderer)
86 void SVGTextQuery::collectTextBoxesInFlowBox(InlineFlowBox* flowBox)
106 bool SVGTextQuery::executeQuery(Data* queryData, ProcessTextFragmentCallback fragmentCallback) const
140 bool SVGTextQuery::mapStartEndPositionsIntoFragmentCoordinates(Data* queryData, const SVGTextFragment& fragment, int& startPosition, int& endPosition) const
157 void SVGTextQuery::modifyStartEndPositionsRespectingLigatures(Data* queryData, int& startPosition, int& endPosition) const
232 bool SVGTextQuery::numberOfCharactersCallback(Data*, const SVGTextFragment&) const
238 unsigned SVGTextQuery::numberOfCharacters() cons
    [all...]
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;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 34 #include "core/rendering/svg/SVGTextQuery.h"
107 return SVGTextQuery(renderer()).numberOfCharacters();
113 return SVGTextQuery(renderer()).textLength();
126 return SVGTextQuery(renderer()).subStringLength(charnum, nchars);
138 return SVGTextQuery(renderer()).startPositionOfCharacter(charnum);
150 return SVGTextQuery(renderer()).endPositionOfCharacter(charnum);
162 return SVGTextQuery(renderer()).extentOfCharacter(charnum);
174 return SVGTextQuery(renderer()).rotationOfCharacter(charnum);
180 return SVGTextQuery(renderer()).characterNumberAtPosition(point);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 79 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.darwin-mips.mk 79 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.darwin-x86.mk 79 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-arm.mk 79 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-mips.mk 79 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-x86.mk 79 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \

Completed in 310 milliseconds