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

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 302 static void moveOrCopyLayerAnimation(MoveOrCopy, const String& animationIdentifier, PlatformCALayer *fromLayer, PlatformCALayer *toLayer);
303 void moveOrCopyAnimationsForProperty(MoveOrCopy, AnimatedPropertyID, PlatformCALayer * fromLayer, PlatformCALayer * toLayer);
GraphicsLayerCA.cpp 427 void GraphicsLayerCA::moveOrCopyLayerAnimation(MoveOrCopy operation, const String& animationIdentifier, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
436 toLayer->addAnimationForKey(animationIdentifier, anim.get());
440 toLayer->addAnimationForKey(animationIdentifier, anim.get());
445 void GraphicsLayerCA::moveOrCopyAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID property, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
455 moveOrCopyLayerAnimation(operation, animationIdentifier(currAnimation.m_name, currAnimation.m_property, currAnimation.m_index), fromLayer, toLayer);
    [all...]
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 231 [obj->controllerLayer handleMouseDown:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
257 [obj->controllerLayer handleMouseUp:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
269 [obj->controllerLayer handleMouseDragged:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 526 const FillLayer* toLayer = (b->*m_layersGetter)();
528 while (fromLayer && toLayer) {
529 if (!m_fillLayerPropertyWrapper->equals(fromLayer, toLayer))
533 toLayer = toLayer->next();
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 460 CGRect shrunkDestinationFrame = [rendererLayer convertRect:destinationFrame toLayer:[animationView layer]];
597 CGRect shrunkDestinationFrame = [rendererLayer convertRect:layerStartFrame toLayer:[animationView layer]];
    [all...]

Completed in 1244 milliseconds