Searched refs:stepNum_ (Results 1 – 2 of 2) sorted by relevance
195 this->stepNum_ = stepsNum; in PointerMatrix()196 this->capacity_ = this->fingerNum_ * this->stepNum_; in PointerMatrix()205 this->stepNum_ = other.stepNum_; in operator =()209 other.stepNum_ = 0; in operator =()236 return *(this->data_.get() + (fingerIndex * this->stepNum_ + stepIndex)); in At()251 return this->stepNum_; in GetSteps()262 for (auto step = 0; step < stepNum_; step++) { in ConvertToMouseEvents()
133 uint32_t stepNum_ = 0; variable