Searched defs:getStep (Results 1 – 4 of 4) sorted by relevance
481 template <> inline float getStep (void) { return 0.25f; } in getStep() function482 template <> inline int getStep (void) { return 1; } in getStep() function
1063 Expr *getStep() { return *varlist_end(); } in getStep() function1065 const Expr *getStep() const { return *varlist_end(); } in getStep() function
506 void SkApply::getStep(SkScriptValue* value) { in getStep() function in SkApply