Searched refs:skipIndex_ (Results 1 – 1 of 1) sorted by relevance
210 auto skipIndex_ = GetSkipIndex(); in DrawRangeImpl() local211 if (start <= skipIndex_ && end > skipIndex_) { in DrawRangeImpl()213 for (auto i = start; i < skipIndex_; i++) { in DrawRangeImpl()216 for (auto i = skipIndex_ + 1; i < end; i++) { in DrawRangeImpl()236 auto skipIndex_ = GetSkipIndex(); in DrawImpl() local237 if (index == skipIndex_) { in DrawImpl()