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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 363 RefPtr<SVGAngle> otherAngle = toSVGAngle(other);
377 RefPtr<SVGAngle> fromAngle = isToAnimation ? this : toSVGAngle(from);
378 RefPtr<SVGAngle> toAngle = toSVGAngle(to);
379 RefPtr<SVGAngle> toAtEndOfDurationAngle = toSVGAngle(toAtEndOfDuration);
425 return fabsf(value() - toSVGAngle(other)->value());
SVGAngle.h 118 inline PassRefPtr<SVGAngle> toSVGAngle(PassRefPtr<SVGPropertyBase> passBase)

Completed in 49 milliseconds