Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/animation/
H A DKeyframeAnimation.cpp68 …on::fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderSty… in fetchIntervalEndpointsForProperty() argument
132 fromStyle = prevKeyframe.style(); in fetchIntervalEndpointsForProperty()
139 if (fromStyle->animations() && fromStyle->animations()->size() > 0) { in fetchIntervalEndpointsForProperty()
141 timingFunction = fromStyle->animations()->animation(0)->timingFunction().get(); in fetchIntervalEndpointsForProperty()
190 const RenderStyle* fromStyle = 0; in animate() local
193 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress); in animate()
195 …bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress… in animate()
227 const RenderStyle* fromStyle = 0; in getAnimatedStyle() local
230 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress); in getAnimatedStyle()
232 blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress); in getAnimatedStyle()
H A DImplicitAnimation.h41 …ngProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle) in create() argument
43 …tRef(new ImplicitAnimation(animation, animatingProperty, renderer, compositeAnimation, fromStyle)); in create()
81 …Animation*, int animatingProperty, RenderObject*, CompositeAnimation*, RenderStyle* fromStyle);
H A DImplicitAnimation.cpp43 …nt animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle) in ImplicitAnimation() argument
49 , m_fromStyle(fromStyle) in ImplicitAnimation()
H A DKeyframeAnimation.h86 …void fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderSt…
H A DCompositeAnimation.cpp122 … RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle; in updateTransitions() local
160 … equal = !isActiveTransition || AnimationBase::propertiesEqual(prop, fromStyle, targetStyle); in updateTransitions()
169 …ion*>(anim), prop, renderer, this, modifiedCurrentStyle ? modifiedCurrentStyle.get() : fromStyle)); in updateTransitions()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DSiteMapPath.cs502 private void CopyStyle(Style toStyle, Style fromStyle) { in CopyStyle() argument
506 … if (fromStyle != null && fromStyle.IsSet(System.Web.UI.WebControls.Style.PROP_FONT_UNDERLINE)) in CopyStyle()
507 toStyle.Font.Underline = fromStyle.Font.Underline; in CopyStyle()
509 toStyle.CopyFrom(fromStyle); in CopyStyle()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmtablestyle.cpp153 QString SMTableStyle::newStyle(const QString &fromStyle) in newStyle() argument
157 QString fromStyleName(fromStyle); in newStyle()
158 if (fromStyle == CommonStrings::trDefaultTableStyle) in newStyle()
166 QString styleName(getUniqueName(fromStyle)); in newStyle()
H A Dsmcellstyle.cpp153 QString SMCellStyle::newStyle(const QString &fromStyle) in newStyle() argument
157 QString fromStyleName(fromStyle); in newStyle()
158 if (fromStyle == CommonStrings::trDefaultCellStyle) in newStyle()
166 QString styleName(getUniqueName(fromStyle)); in newStyle()
H A Dsmtextstyles.h38 QString newStyle(const QString &fromStyle);
159 QString newStyle(const QString &fromStyle);
H A Dsmcellstyle.h53 QString newStyle(const QString &fromStyle);
H A Dsmtablestyle.h53 QString newStyle(const QString &fromStyle);
H A Dsmlinestyle.h37 QString newStyle(const QString &fromStyle);
H A Dsmlinestyle.cpp198 QString SMLineStyle::newStyle(const QString &fromStyle) in newStyle() argument
200 Q_ASSERT(m_tmpLines.contains(fromStyle)); in newStyle()
202 multiLine ml(m_tmpLines[fromStyle]); in newStyle()
203 QString name = getUniqueName(fromStyle); in newStyle()
H A Dsmtextstyles.cpp238 QString SMParagraphStyle::newStyle(const QString &fromStyle) in newStyle() argument
242 QString copiedStyleName(fromStyle); in newStyle()
243 if (fromStyle==CommonStrings::trDefaultParagraphStyle) in newStyle()
251 QString s(getUniqueName(fromStyle)); in newStyle()
2032 QString SMCharacterStyle::newStyle(const QString &fromStyle) in newStyle() argument
2036 QString copiedStyleName(fromStyle); in newStyle()
2037 if (fromStyle==CommonStrings::trDefaultCharacterStyle) in newStyle()
2044 QString s(getUniqueName(fromStyle)); in newStyle()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dstyleitem.h130 virtual QString newStyle(const QString &fromStyle) = 0;
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DJira.hs137 Jira.Styled style inlns -> fromStyle style $ fromInlines inlns
144 fromStyle = \case function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DJira.hs135 Jira.Styled style inlns -> fromStyle style $ fromInlines inlns
142 fromStyle = \case function
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/apps/
H A DFopConfBuilder.java462 public P substituteFonts(String fromFamily, String fromStyle, in substituteFonts() argument
468 fontSubEl.appendChild(createSubstitutionEl("from", fromFamily, fromStyle, fromWeight)); in substituteFonts()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.h108 …bool startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderSt…
H A DRenderLayerBacking.cpp1312 …ng::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderSty… in startTransition() argument
1322 … opacityVector.insert(new FloatAnimationValue(0, compositingOpacity(fromStyle->opacity()))); in startTransition()
1337 transformVector.insert(new TransformAnimationValue(0, &fromStyle->transform())); in startTransition()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1642841 * page/animation/KeyframeAnimation.h: A function prototype had two "fromStyle" arguments.
87647 fromStyle rather than the current style.
/dports/www/seahub/seahub-8.0.7-server/media/assets/frontend/static/js/
H A Dcommons.chunk.js.map1fromStyle","pickNestedStyles","collectSelectedStyles","hoistModifierStylesRecursive","styleProps",…
H A Dcommons.chunk.js.187be030c636.map1fromStyle","pickNestedStyles","collectSelectedStyles","hoistModifierStylesRecursive","styleProps",…