Home
last modified time | relevance | path

Searched refs:XPOS_BTNS_COL (Results 1 – 3 of 3) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dpegfactory.h36 static const int XPOS_BTNS_COL; variable
H A Dpegfactory.cpp24 const int PegFactory::XPOS_BTNS_COL = 279; member in PegFactory
259 mBtnPos[i] = QPoint(XPOS_BTNS_COL, ypos); in ApplyColorCnt()
H A Dbackground.cpp120 QPointF x0 = QPointF(PegFactory::XPOS_BTNS_COL, i * 40 + 130 + 2); in paint()