Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/WebCore/html/
DHTMLDataGridCellElement.cpp84 float HTMLDataGridCellElement::progress() const in progress() function in WebCore::HTMLDataGridCellElement
89 void HTMLDataGridCellElement::setProgress(float progress) in setProgress()
/external/webkit/WebCore/page/animation/
DAnimationBase.cpp74 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc()
79 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc()
84 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc()
89 …ine Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double progress) in blendFunc()
108 …nline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double progress) in blendFunc()
113 …blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthSize& to, double progress) in blendFunc()
119 …tSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, double progress) in blendFunc()
125 …ShadowStyle blendFunc(const AnimationBase* anim, ShadowStyle from, ShadowStyle to, double progress) in blendFunc()
136 …blendFunc(const AnimationBase* anim, const ShadowData* from, const ShadowData* to, double progress) in blendFunc()
144 …imationBase* anim, const TransformOperations& from, const TransformOperations& to, double progress) in blendFunc()
[all …]
DKeyframeAnimation.cpp134 double progress; in animate() local
169 double progress; in getAnimatedStyle() local
/external/webkit/WebCore/platform/graphics/transforms/
DMatrix3DTransformOperation.cpp35 …n> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendTo… in blend()
DSkewTransformOperation.cpp27 …ation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendTo… in blend()
DScaleTransformOperation.cpp27 …tion> ScaleTransformOperation::blend(const TransformOperation* from, double progress, bool blendTo… in blend()
DMatrixTransformOperation.cpp31 …ion> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendTo… in blend()
DTranslateTransformOperation.cpp27 …> TranslateTransformOperation::blend(const TransformOperation* from, double progress, bool blendTo… in blend()
DPerspectiveTransformOperation.cpp35 …PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendTo… in blend()
DRotateTransformOperation.cpp32 …ion> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendTo… in blend()
/external/jpeg/
Dwrrle.c83 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_output_rle() local
182 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in finish_output_rle() local
Drdrle.c86 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_input_rle() local
250 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in load_image() local
Dcdjpeg.c89 start_progress_monitor (j_common_ptr cinfo, cd_progress_ptr progress) in start_progress_monitor()
Dwrbmp.c352 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in finish_output_bmp() local
430 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in jinit_write_bmp() local
Djpegtran.c340 struct cdjpeg_progress_mgr progress; in main() local
Drdbmp.c195 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in preload_image() local
389 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_input_bmp() local
Drdtarga.c304 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in preload_image() local
428 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_input_tga() local
/external/webkit/WebCore/platform/graphics/android/
DAndroidAnimation.cpp89 float progress = currentProgress(time); in checkIterationsAndProgress() local
155 float progress; in evaluate() local
263 float progress; in evaluate() local
/external/webkit/WebKitTools/QtLauncher/
Dlocationedit.cpp38 void LocationEdit::setProgress(int progress) in setProgress()
/external/e2fsprogs/misc/
Dmke2fs.c299 static void progress_init(struct progress_struct *progress, in progress_init()
327 static void progress_update(struct progress_struct *progress, __u32 val) in progress_update()
335 static void progress_close(struct progress_struct *progress) in progress_close()
354 struct progress_struct *progress, in zero_blocks()
410 struct progress_struct progress; in write_inode_tables() local
625 struct progress_struct progress; in create_journal_dev() local
/external/webkit/WebCore/svg/
DSVGPathSegList.cpp147 static inline float blendFunc(float from, float to, float progress) in blendFunc()
182 …gList::createAnimated(const SVGPathSegList* fromList, const SVGPathSegList* toList, float progress) in createAnimated()
/external/webkit/WebKit/qt/tests/qwebview/
Dtst_qwebview.cpp183 void loading(int progress) in loading()
/external/skia/src/views/
DSkProgressBarView.cpp95 void SkProgressBarView::setProgress(int progress) in setProgress()
/external/stlport/test/unit/cppunit/
Dfile_reporter.h75 …virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool e… in progress() function
Dcppunit_mini.h38 …virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored… in progress() function
86 …virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool ex… in progress() function

12