Searched refs:getStep (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.h56 void getStep(SkScriptValue* );
H A DSkAnimateBase.cpp121 fApply->getStep(value);
H A DSkDisplayApply.cpp506 void SkApply::getStep(SkScriptValue* value) { function in class:SkApply
/external/skia/src/animator/
H A DSkDisplayApply.h56 void getStep(SkScriptValue* );
H A DSkAnimateBase.cpp121 fApply->getStep(value);
H A DSkDisplayApply.cpp506 void SkApply::getStep(SkScriptValue* value) { function in class:SkApply
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp480 template <typename T> T getStep (void);
481 template <> inline float getStep (void) { return 0.25f; } function in namespace:rsg::__anon19780
482 template <> inline int getStep (void) { return 1; } function in namespace:rsg::__anon19780
492 float operator() (de::Random& random, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); }
513 aMax = rMin - getStep<T>();
548 float operator() (de::Random& random, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); }
580 aMin = rMax + getStep<T>();
/external/clang/include/clang/AST/
H A DOpenMPClause.h1063 Expr *getStep() { return *varlist_end(); } function in class:clang::OMPLinearClause
1065 const Expr *getStep() const { return *varlist_end(); } function in class:clang::OMPLinearClause
H A DDataRecursiveASTVisitor.h2414 TRY_TO(TraverseStmt(C->getStep()));
H A DRecursiveASTVisitor.h2436 TRY_TO(TraverseStmt(C->getStep()));
/external/clang/lib/AST/
H A DStmtPrinter.cpp728 if (Node->getStep() != nullptr) {
730 Node->getStep()->printPretty(OS, nullptr, Policy, 0);
H A DStmtProfile.cpp333 Profiler->VisitStmt(C->getStep());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1772 Writer->Writer.AddStmt(C->getStep());
/external/clang/tools/libclang/
H A DCIndex.cpp1990 Visitor->AddStmt(C->getStep());
/external/clang/lib/Sema/
H A DTreeTransform.h6687 ExprResult Step = getDerived().TransformExpr(C->getStep());

Completed in 3412 milliseconds