step              208 applications/osmo4_android_studio/app/src/main/jni/wrapper.h 	void step(void * env, void * bitmap);
step               95 applications/osmo4_android_studio/app/src/main/jni/wrapper_jni.cpp 		wr->step(env, NULL);
step               43 extra_lib/include/avcap/Interval.h 		int step;
step               50 extra_lib/include/avcap/Interval.h 			step = step_;
step               45 extra_lib/include/avcap/linux/V4L2_IntControl.h 			mInterval(query->minimum, query->maximum, query->step)
step              104 extra_lib/include/avcap/linux/uvc_compat.h 	struct v4l2_fract	step;		/* Frame interval step size [s] */
step               65 extra_lib/include/avcap/windows/DS_Control.h 			long step;
step              121 extra_lib/include/avcap/windows/DS_Control.h 			mInterval(query->minimum, query->maximum, query->step),
step               63 extra_lib/include/platinum/PltStateVariable.h     NPT_Int32 step;
step             3223 include/gpac/nodes_mpeg4.h 	SFFloat step;	/*exposedField*/
step              736 src/compositor/mesh.c 	Fixed step, cur, end, cosa, sina;
step              742 src/compositor/mesh.c 	step = end / ELLIPSE_SUBDIV;
step              743 src/compositor/mesh.c 	if (low_res) step *= HIGH_SPEED_RATIO;
step              749 src/compositor/mesh.c 	for (cur=0; cur<end; cur += step) {
step             36414 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_KeyNavigator *) node)->step;
step             36460 src/scenegraph/mpeg4_nodes.c 	p->step = FLT2FIX(0);
step              584 src/utils/path2d.c 	Fixed _vx, _vy, step, cur;
step              587 src/utils/path2d.c 	step = (end_angle - start_angle) / (GF_2D_DEFAULT_RES);
step              612 src/utils/path2d.c 		cur+=step;
step              286 src/utils/path2d_stroker.c 	Fixed total, angle, step, rotate, next, theta;
step              299 src/utils/path2d_stroker.c 		step = total;
step              300 src/utils/path2d_stroker.c 		if ( step > FT_ARC_CUBIC_ANGLE )
step              301 src/utils/path2d_stroker.c 			step = FT_ARC_CUBIC_ANGLE;
step              302 src/utils/path2d_stroker.c 		else if ( step < -FT_ARC_CUBIC_ANGLE )
step              303 src/utils/path2d_stroker.c 			step = -FT_ARC_CUBIC_ANGLE;
step              305 src/utils/path2d_stroker.c 		next  = angle + step;
step              306 src/utils/path2d_stroker.c 		theta = step;
step              337 src/utils/path2d_stroker.c 		total -= step;