/external/skia/src/animator/ |
D | SkAnimateSet.cpp | 19 SK_MEMBER(dur, MSec), 35 dur = 1; in SkSet() 41 if (dur != 1) { in dump() 43 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000))); in dump() 45 SkDebugf("dur=\"%x\" ", SkScalarDiv(dur,1000)); in dump() 66 fReset = dur != 1; in onEndElement()
|
D | SkAnimateField.cpp | 45 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000))); in dump() 49 SkDebugf("dur=\"%x\" ", SkScalarDiv(dur,1000)); in dump()
|
D | SkAnimateBase.cpp | 22 SK_MEMBER(dur, MSec), 41 SkAnimateBase::SkAnimateBase() : begin(0), dur(1), repeat(SK_Scalar1), in SkAnimateBase()
|
D | SkAnimateBase.h | 52 SkMSec dur; variable
|
/external/skia/include/core/ |
D | SkTime.h | 53 SkMSec dur = SkTime::GetMSecs() - fNow; in ~SkAutoTime() local 54 if (dur >= fMinToDump) { in ~SkAutoTime() 55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur); in ~SkAutoTime()
|
/external/skia/src/images/ |
D | SkMovie.cpp | 55 SkMSec dur = this->duration(); in setTime() local 56 if (time > dur) in setTime() 57 time = dur; in setTime()
|
D | SkMovie_gif.cpp | 82 SkMSec dur = 0; in onGetInfo() local 84 dur += savedimage_duration(&fGIF->SavedImages[i]); in onGetInfo() 86 info->fDuration = dur; in onGetInfo() 98 SkMSec dur = 0; in onSetTime() local 101 dur += savedimage_duration(&fGIF->SavedImages[i]); in onSetTime() 102 if (dur >= time) in onSetTime()
|
/external/webkit/Source/WebCore/manual-tests/animation/ |
D | set-to.svg | 4 <set attributeName='x' to='0' dur='3s' /> 5 <set attributeName='fill' to='green' dur='3s' />
|
D | animateMotion-to.svg | 3 <animateMotion to='100,0' dur='3s' />
|
D | animateColor-values-simple.svg | 3 <animateColor attributeName="fill" values='blue; green' dur='3s' fill='freeze' />
|
D | animateColor-to.svg | 3 <animateColor attributeName="fill" to='green' dur='3s' fill='freeze' />
|
D | animateColor-repeat-indefinite.svg | 3 <animateColor attributeName="fill" values='blue; green' dur='2s' repeatCount='indefinite' />
|
D | animateColor-by.svg | 3 <animateColor attributeName="fill" by='green' dur='3s' fill='freeze' />
|
D | animateColor-to-from.svg | 3 <animateColor attributeName="fill" from='blue' to='green' dur='3s' fill='freeze' />
|
D | animateColor-from-by.svg | 3 <animateColor attributeName="fill" from='#DD0000' by='#0000DD' dur='3s' fill='freeze' />
|
D | animateTransform-repeat-once.svg | 3 …<animateTransform attributeName="transform" type='translate' from='0,0' to='100,0' dur='2s' repeat…
|
D | animateTransform-keyTimes.svg | 3 …"transform" type='translate' values='0,0; 10,0; 100,0' keyTimes='0; .6; 1' dur='3s' fill='freeze' …
|
/external/libxml2/ |
D | xmlschemastypes.c | 122 xmlSchemaValDuration dur; member 1773 xmlSchemaValPtr dur; in xmlSchemaValidateDuration() local 1799 dur = xmlSchemaNewValue(XML_SCHEMAS_DURATION); in xmlSchemaValidateDuration() 1800 if (dur == NULL) in xmlSchemaValidateDuration() 1835 dur->value.dur.mon = (long)num * 12; in xmlSchemaValidateDuration() 1838 dur->value.dur.mon += (long)num; in xmlSchemaValidateDuration() 1842 dur->value.dur.sec += num * multi[seq]; in xmlSchemaValidateDuration() 1859 dur->value.dur.mon = -dur->value.dur.mon; in xmlSchemaValidateDuration() 1860 dur->value.dur.day = -dur->value.dur.day; in xmlSchemaValidateDuration() 1861 dur->value.dur.sec = -dur->value.dur.sec; in xmlSchemaValidateDuration() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundation.cpp | 385 float dur = duration(); in bytesLoaded() local 386 if (!dur) in bytesLoaded() 388 unsigned loaded = totalBytes() * maxTimeLoaded() / dur; in bytesLoaded() 569 float dur = duration(); in loadedTimeRangesChanged() local 570 if (dur != m_reportedDuration) { in loadedTimeRangesChanged() 573 m_reportedDuration = dur; in loadedTimeRangesChanged()
|
/external/skia/src/views/ |
D | SkTouchGesture.cpp | 277 float dur = (rec.fLastT - rec.fPrevT) * 0.001f; in touchEnd() local 278 if (dur > 0) { in touchEnd() 279 fFlinger.reset(dx / dur, dy / dur); in touchEnd()
|
D | SkWidget.cpp | 33 Interp(const SkString& old, SkMSec now, SkMSec dur, AnimaDir dir) : fOldText(old), fInterp(1, 2) 40 fInterp.setKeyFrame(1, now + dur, &x);
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | AndroidAnimation.cpp | 92 double dur = m_duration; in checkIterationsAndProgress() local 94 dur *= m_iterationCount; in checkIterationsAndProgress() 100 if (m_iterationCount > 0 && progress > dur) { in checkIterationsAndProgress()
|
/external/chromium/chrome/browser/resources/shared/images/ |
D | throbber.svg | 10 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
|
/external/svox/pico/lib/ |
D | picotok.c | 406 static void tok_getDur (picoos_uchar durStr[], picoos_uint32 * dur, picoos_bool * done) in tok_getDur() argument 422 (*dur) = (1000 * num); in tok_getDur() 425 (*dur) = num; in tok_getDur() 428 (*dur) = 0; in tok_getDur() 683 picoos_uint32 dur; in tok_interpretMarkup() local 824 tok_getDur(tok->markupParams[0].paramVal, & dur, & done1); in tok_interpretMarkup() 825 tok_checkLimits (this, &dur, 0, 65535, (picoos_uchar*)"time"); in tok_interpretMarkup() 827 …tok, PICODATA_ITEM_CMD, PICODATA_ITEMINFO1_CMD_SIL, PICODATA_ITEMINFO2_NA, dur, (picoos_uchar*)""); in tok_interpretMarkup()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.cpp | 1918 float dur = duration(); in mediaPlayerTimeChanged() local 1919 if (!isnan(dur) && dur && now >= dur) { in mediaPlayerTimeChanged() 2129 float dur = duration(); in endedPlayback() local 2130 if (!m_player || isnan(dur)) in endedPlayback() 2144 return dur > 0 && now >= dur && !loop(); in endedPlayback()
|