Home | History | Annotate | Download | only in win

Lines Matching refs:num_points

2127   int num_points = LOWORD(w_param);
2128 scoped_ptr<TOUCHINPUT[]> input(new TOUCHINPUT[num_points]);
2130 num_points, input.get(),
2134 for (int i = 0; i < num_points; ++i) {