Searched refs:matcheIndex (Results 1 – 1 of 1) sorted by relevance
3138 uint8_t matcheIndex = 0; in UpdateWidthAndHeight() local3139 physicalWidth_ = base::StrToInt<uint32_t>(matcheLine[++matcheIndex].str()).value(); in UpdateWidthAndHeight()3140 physicalHeight_ = base::StrToInt<uint32_t>(matcheLine[++matcheIndex].str()).value(); in UpdateWidthAndHeight()3174 uint8_t matcheIndex = 0; in UpdatePosition() local3175 xs_[index] = base::StrToInt<uint32_t>(matcheLine[++matcheIndex].str()).value(); in UpdatePosition()3176 ys_[index] = base::StrToInt<uint32_t>(matcheLine[++matcheIndex].str()).value(); in UpdatePosition()3177 widths_[index] = base::StrToInt<uint32_t>(matcheLine[++matcheIndex].str()).value(); in UpdatePosition()3178 heights_[index] = base::StrToInt<uint32_t>(matcheLine[++matcheIndex].str()).value(); in UpdatePosition()