Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxrender.cpp119 const int modewd = 32; // width of each modedata variable
242 wxBitmap modemap(modewd, modeht, 32); in CreateTranslucentControls()
246 wxRect r(0, 0, modewd, modeht); in CreateTranslucentControls()
264 modedata[i] = (unsigned char*) malloc(modewd * modeht * 4); in CreateTranslucentControls()
273 for (int x = 0; x < modewd; x++) { in CreateTranslucentControls()
1131 DrawRGBAData(modedata[(int)pmode], r.x, r.y - modeht - 1, modewd, modeht); in DrawPasteImage()