Searched refs:DRAW_POS_TEXT_H_TOP_BOTTOM (Results 1 – 3 of 3) sorted by relevance
28 DRAW_POS_TEXT_H_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT_H enumerator
289 addDraw(DRAW_POS_TEXT_H_TOP_BOTTOM); in drawPosText()328 addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H); in drawPosTextH()
630 case DRAW_POS_TEXT_H_TOP_BOTTOM: { in draw()