/external/webkit/Source/WebCore/page/ |
D | WebKitAnimation.cpp | 92 WebKitAnimation::FillMode WebKitAnimation::fillMode() const in fillMode() function in WebCore::WebKitAnimation 94 switch (m_keyframeAnimation->animation()->fillMode()) { in fillMode()
|
D | WebKitAnimation.h | 67 FillMode fillMode() const;
|
D | WebKitAnimation.idl | 52 readonly attribute unsigned short fillMode;
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 47 void STDMETHODCALLTYPE SkDWriteGeometrySink::SetFillMode(D2D1_FILL_MODE fillMode) { in SetFillMode() argument 48 switch (fillMode) { in SetFillMode()
|
D | SkDWriteGeometrySink.h | 35 virtual void STDMETHODCALLTYPE SetFillMode(D2D1_FILL_MODE fillMode) SK_OVERRIDE;
|
/external/webkit/Source/WebCore/platform/animation/ |
D | AnimationList.cpp | 46 FILL_UNSET_PROPERTY(isFillModeSet, fillMode, setFillMode); in fillUnsetProperties()
|
D | Animation.h | 89 unsigned fillMode() const { return m_fillMode; } in fillMode() function
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | PlatformCAAnimation.h | 96 FillModeType fillMode() const;
|
D | GraphicsLayerCA.cpp | 1674 PlatformCAAnimation::FillModeType fillMode = PlatformCAAnimation::NoFillMode; in setupAnimation() local 1675 switch (anim->fillMode()) { in setupAnimation() 1677 …fillMode = PlatformCAAnimation::Forwards; // Use "forwards" rather than "removed" because the styl… in setupAnimation() 1680 …fillMode = PlatformCAAnimation::Both; // Use "both" rather than "backwards" because the style syst… in setupAnimation() 1683 fillMode = PlatformCAAnimation::Forwards; in setupAnimation() 1686 fillMode = PlatformCAAnimation::Both; in setupAnimation() 1695 propertyAnim->setFillMode(fillMode); in setupAnimation()
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
D | PlatformCAAnimationMac.mm | 191 animation->setFillMode(fillMode()); 298 PlatformCAAnimation::FillModeType PlatformCAAnimation::fillMode() const function 300 return fromCAFillModeType([m_animation.get() fillMode]);
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCAAnimationWin.cpp | 182 animation->setFillMode(fillMode()); in copy() 280 PlatformCAAnimation::FillModeType PlatformCAAnimation::fillMode() const in fillMode() function in PlatformCAAnimation
|
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 193 …id (GR_GL_FUNCTION_TYPE* GrGLStencilFillPathProc)(GrGLuint path, GrGLenum fillMode, GrGLuint mask); 195 …GLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, G…
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 1695 GrGLenum fillMode; in onGpuStencilPath() local 1698 fillMode = GR_GL_COUNT_UP; in onGpuStencilPath() 1705 fillMode = GR_GL_INVERT; in onGpuStencilPath() 1717 GL_CALL(StencilFillPath(id, fillMode, writeMask)); in onGpuStencilPath()
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1514 switch (t->animation(i)->fillMode()) { in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 5766 HANDLE_ANIMATION_VALUE(fillMode, FillMode, value) in applyProperty()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 47654 (WebCore::WebKitAnimation::fillMode):
|