Lines Matching refs:counters
49 CFX_Int32Array counters; in DecodeMiddle() local
50 counters.Add(0); in DecodeMiddle()
51 counters.Add(0); in DecodeMiddle()
52 counters.Add(0); in DecodeMiddle()
53 counters.Add(0); in DecodeMiddle()
59 DecodeDigit(row, &counters, rowOffset, in DecodeMiddle()
63 for (int32_t i = 0; i < counters.GetSize(); i++) { in DecodeMiddle()
64 rowOffset += counters[i]; in DecodeMiddle()
88 DecodeDigit(row, &counters, rowOffset, in DecodeMiddle()
92 for (int32_t k = 0; k < counters.GetSize(); k++) { in DecodeMiddle()
93 rowOffset += counters[k]; in DecodeMiddle()