/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.h | 96 const IntSize& boxSize, 104 const IntSize& boxSize);
|
GraphicsLayerAndroid.cpp | 886 const IntSize& boxSize, [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.h | 105 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& animationName, double timeOffset); 162 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&, const Animation*, const String& animationName, double timeOffset, const IntSize& boxSize); 174 bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize); 175 bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
|
GraphicsLayerCA.cpp | 605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset) 626 createdAnimations = createTransformAnimationsFromKeyframes(valueList, anim, animationName, timeOffset, boxSize); [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.h | 68 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& keyframesName, double timeOffset);
|
GraphicsLayerQt.cpp | [all...] |
/external/linux-tools-perf/util/ |
svghelper.c | 444 double boxsize; local 445 boxsize = SLOT_HEIGHT / 2; 448 X, boxsize, boxsize, style); 450 X + boxsize + 5, boxsize, 0.8 * boxsize, text);
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
GraphicsLayerTextureMapper.h | 86 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; }
|
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsLayer.h | 304 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*animationName*/, double /*timeOffset*/) { return false; }
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayerBacking.cpp | [all...] |