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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk.cpp 22 #include "core/rendering/svg/SVGTextChunk.h"
29 SVGTextChunk::SVGTextChunk(unsigned chunkStyle, float desiredTextLength)
35 void SVGTextChunk::calculateLength(float& length, unsigned& characters) const
73 float SVGTextChunk::calculateTextAnchorShift(float length) const
SVGTextChunk.h 30 // A SVGTextChunk describes a range of SVGTextFragments, see the SVG spec definition of a "text chunk".
31 class SVGTextChunk {
43 SVGTextChunk(unsigned chunkStyle, float desiredTextLength);

Completed in 1651 milliseconds