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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransform.h 50 ConstructZeroTransform
SVGTransformList.cpp 320 effectiveFrom = SVGTransform::create(toTransform->transformType(), SVGTransform::ConstructZeroTransform);
328 RefPtr<SVGTransform> effectiveToAtEnd = !toAtEndOfDurationList->isEmpty() ? toAtEndOfDurationList->at(0) : SVGTransform::create(toTransform->transformType(), SVGTransform::ConstructZeroTransform);
SVGTransform.cpp 43 if (mode == ConstructZeroTransform)

Completed in 245 milliseconds