Searched refs:startOpacity (Results 1 – 6 of 6) sorted by relevance
254 const float startOpacity = 1; in startHighlightAnimationIfNeeded() local259 m_contentLayer->layer()->setOpacity(startOpacity); in startHighlightAnimationIfNeeded()265 curve->add(WebFloatKeyframe(0, startOpacity)); in startHighlightAnimationIfNeeded()269 curve->add(WebFloatKeyframe(extraDurationRequired, startOpacity)); in startHighlightAnimationIfNeeded()271 …ebFloatKeyframe(fadeDuration + extraDurationRequired, blink::layoutTestMode() ? startOpacity : 0)); in startHighlightAnimationIfNeeded()
134 …public void setupFade(float startOpacity, float endOpacity, float duration, int loopType, int func… in setupFade() argument135 mInitialOpacity = startOpacity; in setupFade()
40 @property(nonatomic) CGFloat startOpacity;
14 @synthesize startOpacity = startOpacity_;93 [NSNumber numberWithFloat:[self startOpacity]]];
41 @property(nonatomic) CGFloat startOpacity;
20 @synthesize startOpacity = startOpacity_;99 [NSNumber numberWithFloat:[self startOpacity]]];