Searched defs:toOperation (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableClipPathOperation.cpp38 const AnimatableClipPathOperation* toOperation = toAnimatableClipPathOperation(value); local
40 if (m_operation->type() != ClipPathOperation::SHAPE || toOperation->m_operation->type() != ClipPathOperation::SHAPE)
44 const BasicShape* toShape = toShapeClipPathOperation(toOperation->clipPathOperation())->basicShape();
54 const AnimatableClipPathOperation* toOperation = toAnimatableClipPathOperation(value); local
56 const BasicShape* toShape = toShapeClipPathOperation(toOperation->clipPathOperation())->basicShape();
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperations.cpp78 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i].get() : 0; local
79 RefPtr<TransformOperation> blendedOperation = toOperation ? toOperation->blend(fromOperation.get(), progress) : (fromOperation ? fromOperation->blend(0, progress, true) : nullptr);
85 result.operations().append(toOperation ? toOperation : identityOperation);
249 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i] : nullptr; local
253 if (toOperation && toOperation->type() == TransformOperation::None)
254 toOperation = nullptr;
256 TransformOperation::OperationType interpolationType = toOperation
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 3606 milliseconds