Home
last modified time | relevance | path

Searched refs:matcheIndex (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp3138 uint8_t matcheIndex = 0; in UpdateWidthAndHeight() local
3139 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() local
3175 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()