Searched refs:progress (Results 101 - 125 of 246) sorted by relevance

12345678910

/external/webkit/Source/WebCore/page/animation/
H A DKeyframeAnimation.h85 // Get the styles for the given property surrounding the current animation time and the progress between them.
86 void fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress) const;
H A DAnimationBase.h129 double progress(double scale, double offset, const TimingFunction*) const;
218 static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
H A DImplicitAnimation.cpp82 bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
106 blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
247 blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DScaleTransformOperation.h68 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
H A DSkewTransformOperation.h61 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
H A DTransformOperation.h64 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) = 0;
H A DTransformationMatrix.cpp1021 static inline void blendFloat(double& from, double to, double progress) argument
1024 from = from + (to - from) * progress;
1027 void TransformationMatrix::blend(const TransformationMatrix& from, double progress) argument
1039 blendFloat(fromDecomp.scaleX, toDecomp.scaleX, progress);
1040 blendFloat(fromDecomp.scaleY, toDecomp.scaleY, progress);
1041 blendFloat(fromDecomp.scaleZ, toDecomp.scaleZ, progress);
1042 blendFloat(fromDecomp.skewXY, toDecomp.skewXY, progress);
1043 blendFloat(fromDecomp.skewXZ, toDecomp.skewXZ, progress);
1044 blendFloat(fromDecomp.skewYZ, toDecomp.skewYZ, progress);
1045 blendFloat(fromDecomp.translateX, toDecomp.translateX, progress);
[all...]
H A DMatrixTransformOperation.h69 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
H A DRotateTransformOperation.h69 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestUpload.h63 DEFINE_ATTRIBUTE_EVENT_LISTENER(progress);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmetered_stream.py34 can be used to produce effects like progress bars.
47 meters (progress bars, etc.).
50 two other methods for output, update(), and progress().
64 progress() is just like update(), except that if you are in verbose mode,
65 progress messages are not output at all (they are dropped). This is
66 used for things like progress bars which are presumed to be unwanted in
78 verbose: whether progress is a no-op and updates() aren't overwritten
99 def progress(self, str): member in class:MeteredStream
103 This is used for progress updates that don't need to be preserved in
118 This routine preserves the same console logging behavior as progress(),
[all...]
/external/mesa3d/src/glsl/
H A Dlower_variable_index_to_cond_assign.cpp218 this->progress = false;
225 bool progress; member in class:variable_index_to_cond_assign_visitor
322 this->progress = true;
336 this->progress = true;
357 return v.progress;
H A Dopt_function_inlining.cpp47 progress = false;
62 bool progress; member in class:ir_function_inlining_visitor
86 return v.progress;
296 this->progress = true;
317 this->progress = true;
H A Dloop_analysis.cpp247 * The last requirement is the reason for the progress loop. A variable
251 bool progress; local
253 progress = false;
269 progress = true;
276 } while (progress);
H A Dopt_constant_propagation.cpp80 progress = false;
111 bool progress; member in class:ir_constant_propagation_visitor
199 this->progress = true;
436 return v.progress;
H A Dglsl_compiler.cpp185 bool progress; local
187 progress = do_common_optimization(shader->ir, false, 32);
188 } while (progress);
/external/e2fsprogs/resize/
H A Dresize2fs.c76 errcode_t (*progress)(ext2_resize_t rfs, int pass,
104 rfs->progress = progress;
634 if (rfs->progress) {
635 retval = rfs->progress(rfs, E2_RSZ_EXTEND_ITABLE_PASS,
652 if (rfs->progress) {
653 retval = rfs->progress(rfs, E2_RSZ_EXTEND_ITABLE_PASS,
1171 if (rfs->progress) {
1172 retval = (rfs->progress)(rfs, E2_RSZ_BLOCK_RELOC_PASS,
1201 if (rfs->progress) {
[all...]
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp188 void BrowserWindow::loadProgress(int progress) argument
194 if (progress <= 0 || progress >= 100)
199 gradient.setColorAt(((double) progress) / 100, progressColor);
200 if (progress != 100)
201 gradient.setColorAt((double) progress / 100 + 0.001, backgroundColor);
/external/clang/utils/
H A DSummarizeErrors32 def progress(pos): function in function:readInfo
49 progress(m.end())
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.h84 DEFINE_ATTRIBUTE_EVENT_LISTENER(progress);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1341 static inline qreal applyTimingFunction(const TimingFunction* timingFunction, qreal progress, double duration) argument
1354 double(progress), double(duration) / 1000);
1357 return solveStepsFunction(stf->numberOfSteps(), stf->stepAtStart(), double(progress));
1359 return progress;
1446 virtual void applyFrame(const T& fromValue, const T& toValue, qreal progress) = 0;
1469 qreal progress = qreal(currentLoopTime()) / duration();
1472 progress = 1-progress;
1478 typename QMap<qreal, KeyframeValueQt<T> >::iterator it = m_keyframeValues.find(progress);
1482 it = m_keyframeValues.lowerBound(progress)
1534 applyFrame(const TransformOperations& sourceOperations, const TransformOperations& targetOperations, qreal progress) argument
1601 applyFrame(const qreal& fromValue, const qreal& toValue, qreal progress) argument
[all...]
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java168 mProgress = (TextView) findViewById(R.id.progress);
251 private void onReportProgress(int progress) { argument
252 mProgress.setText(mPercentFormat.format(progress / 10000.0));
259 if ((delta > 3 * MS_PER_SECOND) && (progress > 100)) {
260 long totalTime = 10000 * delta / progress;
545 private void reportProgress(int progress) { argument
547 Message.obtain(mHandler, MSG_REPORT_PROGRESS, progress, 0));
961 int progress = (int) (Math.min(mTotalExpectedSize,
964 if (progress != mReportedProgress) {
965 mReportedProgress = progress;
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass5.c38 if (ctx->progress)
39 if ((ctx->progress)(ctx, 5, 0, ctx->fs->group_desc_count*2))
257 if (ctx->progress)
258 if ((ctx->progress)(ctx, 5, group,
458 if (ctx->progress)
459 if ((ctx->progress)(ctx, 5,
/external/chromium/chrome/browser/download/
H A Ddownload_util.h83 // Download progress animations ------------------------------------------------
88 // Rate of progress for use with downloads of unknown size
104 // Our progress halo around the icon.
110 // The offset required to center the icon in the progress bitmaps.
160 // Paint the common download animation progress foreground and background,
164 // |containing_view| is the View subclass within which the progress animation
168 // progress animation within the containing View.
212 // Get the localized status text for an in-progress download.
215 // Update the application icon to indicate overall download progress.
216 // |download_count| is the number of downloads currently in progress
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 332 milliseconds

12345678910