Lines Matching refs:col
351 int16_t col = colStart;
354 while (col < colEnd) {
355 while ((tempOffset < FONT_WEIGHT_8) && (col < colEnd)) {
368 col++;
445 for (int16_t col = 0; col < width; ++col) {
446 dstTmp = dest + (col * destByteSize);
497 for (int16_t col = 0; col < width; col++) {
498 dstTmp = dest + (col * destByteSize);
608 for (uint32_t col = 0; col < width; ++col) {
2050 for (int16_t col = left; col <= right; col++) {
2052 COLOR_FILL_COVER(mem[col * bufferPxSize], bufferMode, colorBuf[row * screenBufferWidth + col].red,
2053 colorBuf[row * screenBufferWidth + col].green,
2054 colorBuf[row * screenBufferWidth + col].blue, ARGB8888);
2056 COLOR_FILL_COVER(mem[col * bufferPxSize], bufferMode, colorBuf[row * screenBufferWidth + col].red,
2057 colorBuf[row * screenBufferWidth + col].green,
2058 colorBuf[row * screenBufferWidth + col].blue, RGB565);