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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextQuery.cpp21 #include "core/rendering/svg/SVGTextQuery.h"
35 struct SVGTextQuery::Data {
80 SVGTextQuery::SVGTextQuery(RenderObject* renderer) function in class:blink::SVGTextQuery
85 void SVGTextQuery::collectTextBoxesInFlowBox(InlineFlowBox* flowBox)
105 bool SVGTextQuery::executeQuery(Data* queryData, ProcessTextFragmentCallback fragmentCallback) const
135 bool SVGTextQuery::mapStartEndPositionsIntoFragmentCoordinates(Data* queryData, const SVGTextFragment& fragment, int& startPosition, int& endPosition) const
161 void SVGTextQuery::modifyStartEndPositionsRespectingLigatures(Data* queryData, const SVGTextFragment& fragment, int& startPosition, int& endPosition) const
198 bool SVGTextQuery::numberOfCharactersCallback(Data*, const SVGTextFragment&) const
204 unsigned SVGTextQuery
[all...]
H A DSVGTextQuery.h34 class SVGTextQuery { class in namespace:blink
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/
H A DSVGTextContentElement.cpp35 #include "core/rendering/svg/SVGTextQuery.h"
88 return SVGTextQuery(renderer()).numberOfCharacters();
94 return SVGTextQuery(renderer()).textLength();
110 return SVGTextQuery(renderer()).subStringLength(charnum, nchars);
122 FloatPoint point = SVGTextQuery(renderer()).startPositionOfCharacter(charnum);
135 FloatPoint point = SVGTextQuery(renderer()).endPositionOfCharacter(charnum);
148 FloatRect rect = SVGTextQuery(renderer()).extentOfCharacter(charnum);
161 return SVGTextQuery(renderer()).rotationOfCharacter(charnum);
167 return SVGTextQuery(renderer()).characterNumberAtPosition(point->target()->value());
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_svg.target.darwin-arm.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.darwin-arm64.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.darwin-mips.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.darwin-mips64.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.darwin-x86.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.darwin-x86_64.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.linux-arm.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.linux-arm64.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.linux-mips.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.linux-mips64.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.linux-x86.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
H A Dwebcore_svg.target.linux-x86_64.mk80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \

Completed in 211 milliseconds