Home
last modified time | relevance | path

Searched refs:identityOperation (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp82 RefPtr<TransformOperation> identityOperation = IdentityTransformOperation::create(); in blendByMatchingOperations() local
84 result.operations().append(toOperation ? toOperation : identityOperation); in blendByMatchingOperations()
86 result.operations().append(fromOperation ? fromOperation : identityOperation); in blendByMatchingOperations()