Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DWebKitAnimation.cpp92 WebKitAnimation::FillMode WebKitAnimation::fillMode() const in fillMode() function in WebCore::WebKitAnimation
94 switch (m_keyframeAnimation->animation()->fillMode()) { in fillMode()
DWebKitAnimation.h67 FillMode fillMode() const;
DWebKitAnimation.idl52 readonly attribute unsigned short fillMode;
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp47 void STDMETHODCALLTYPE SkDWriteGeometrySink::SetFillMode(D2D1_FILL_MODE fillMode) { in SetFillMode() argument
48 switch (fillMode) { in SetFillMode()
DSkDWriteGeometrySink.h35 virtual void STDMETHODCALLTYPE SetFillMode(D2D1_FILL_MODE fillMode) SK_OVERRIDE;
/external/webkit/Source/WebCore/platform/animation/
DAnimationList.cpp46 FILL_UNSET_PROPERTY(isFillModeSet, fillMode, setFillMode); in fillUnsetProperties()
DAnimation.h89 unsigned fillMode() const { return m_fillMode; } in fillMode() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCAAnimation.h96 FillModeType fillMode() const;
DGraphicsLayerCA.cpp1674 PlatformCAAnimation::FillModeType fillMode = PlatformCAAnimation::NoFillMode; in setupAnimation() local
1675 switch (anim->fillMode()) { in setupAnimation()
1677fillMode = PlatformCAAnimation::Forwards; // Use "forwards" rather than "removed" because the styl… in setupAnimation()
1680fillMode = 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/
DPlatformCAAnimationMac.mm191 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/
DPlatformCAAnimationWin.cpp182 animation->setFillMode(fillMode()); in copy()
280 PlatformCAAnimation::FillModeType PlatformCAAnimation::fillMode() const in fillMode() function in PlatformCAAnimation
/external/skia/include/gpu/gl/
DGrGLFunctions.h193 …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/
DGrGpuGL.cpp1695 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/
DCSSComputedStyleDeclaration.cpp1514 switch (t->animation(i)->fillMode()) { in getPropertyCSSValue()
DCSSStyleSelector.cpp5766 HANDLE_ANIMATION_VALUE(fillMode, FillMode, value) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog47654 (WebCore::WebKitAnimation::fillMode):