Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp78 …RefPtr<TransformOperation> blendedOperation = toOperation ? toOperation->blend(fromOperation.get()… in blendByMatchingOperations() local
79 if (blendedOperation) in blendByMatchingOperations()
80 result.operations().append(blendedOperation); in blendByMatchingOperations()