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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp 21 #include "core/rendering/svg/SVGTextQuery.h"
35 struct SVGTextQuery::Data {
80 SVGTextQuery::SVGTextQuery(RenderObject* renderer)
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::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 35 #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/
webcore_svg.target.darwin-arm.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.darwin-arm64.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.darwin-mips.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.darwin-mips64.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.darwin-x86.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.darwin-x86_64.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-arm.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-arm64.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-mips.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-mips64.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-x86.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \
webcore_svg.target.linux-x86_64.mk 80 third_party/WebKit/Source/core/rendering/svg/SVGTextQuery.cpp \

Completed in 201 milliseconds