HomeSort by relevance Sort by last modified time
    Searched full:positioncalculator (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h 94 class PLATFORM_EXPORT PositionCalculator {
95 WTF_MAKE_NONCOPYABLE(PositionCalculator);
97 explicit PositionCalculator(const Path&);
Path.cpp 212 Path::PositionCalculator::PositionCalculator(const Path& path)
219 bool Path::PositionCalculator::pointAndNormalAtLength(float length, FloatPoint& point, float& normalAngle)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 97 Path::PositionCalculator* m_textPathCalculator;
SVGTextLayoutEngine.cpp 176 m_textPathCalculator = new Path::PositionCalculator(path);

Completed in 183 milliseconds