Lines Matching defs:cols
285 rectLetter.Resize(node.cols, node.rows);
291 TransformDataInfo letterTranDataInfo = {ImageHeader{colorMode, 0, 0, 0, node.cols, node.rows}, fontMap, fontWeight,
358 const uint16_t cols, const int16_t offsetX, uint16_t& begin,
366 if (offsetX >= cols) {
369 copyCols = cols - offsetX;
371 if (offsetX >= cols) {
375 begin = (cols - offsetX) * sizePerPx;
379 if (offsetX >= cols) {
382 copyCols = cols - offsetX;
385 if (offsetX >= cols) {
394 const uint16_t cols, const int16_t offsetX, uint16_t& begin,
402 if (offsetX >= cols) {
405 copyCols = cols - offsetX;
408 if (offsetX >= cols) {
415 if (offsetX >= cols) {
418 copyCols = cols - offsetX;
420 if (offsetX >= cols) {
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);
456 uint16_t cols = letterTranDataInfo.header.width;
458 DrawLabel::CalculatedBeginAndCopySize(letterInfo, sizePerPx, cols, offsetX, begin, copyCols, range);
467 uint32_t size = cols * rows * sizePerPx;
479 uint16_t beginSize = i * cols * sizePerPx + begin;