HomeSort by relevance Sort by last modified time
    Searched refs:m_textSize (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx 170 m_textSize = (size > 0) ? size : 1;
218 m_cursorY += m_textSize * 8;
223 drawChar(m_cursorX, m_cursorY, msg[idx], m_textColor, m_textBGColor, m_textSize);
224 m_cursorX += m_textSize * 6;
225 if (m_wrap && (m_textColor > (m_width - m_textSize * 6))) {
226 m_cursorY += m_textSize * 8;
gfx.h 206 int m_textSize; /**< Printed text size */
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx 43 m_textSize = 1;
139 m_cursorY += m_textSize * 9;
148 drawChar(temp_cursorX, m_cursorY, msg[idx], m_textColor, m_textSize);
149 temp_cursorX += m_textSize * 6;
154 m_cursorY += m_textSize * 9;
173 m_textSize = (size > 0) ? size : 1;
eboled.h 373 uint8_t m_textSize;

Completed in 34 milliseconds