Lines Matching defs:begin
358 const uint16_t cols, const int16_t offsetX, uint16_t& begin,
375 begin = (cols - offsetX) * sizePerPx;
383 begin = offsetX * sizePerPx;
394 const uint16_t cols, const int16_t offsetX, uint16_t& begin,
406 begin = offsetX * sizePerPx;
424 begin = (cols - offsetX) * sizePerPx;
430 const uint16_t cols, const int16_t offsetX, uint16_t& begin,
434 OnCalculatedClockwise(letterInfo, sizePerPx, cols, offsetX, begin, copyCols, range);
436 OnCalculatedAnticlockwise(letterInfo, sizePerPx, cols, offsetX, begin, copyCols, range);
453 uint16_t begin = 0;
458 DrawLabel::CalculatedBeginAndCopySize(letterInfo, sizePerPx, cols, offsetX, begin, copyCols, range);
479 uint16_t beginSize = i * cols * sizePerPx + begin;