Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxrender.cpp90 unsigned char* cellatlas = NULL; // pointer to texture atlas for current set of magnified ce… variable
300 if (cellatlas) free(cellatlas); in DestroyDrawingData()
683 if (cellatlas) free(cellatlas); in LoadCellAtlas()
688 cellatlas = (unsigned char*) calloc(rowbytes * cellsize, 1); in LoadCellAtlas()
690 if (cellatlas) { in LoadCellAtlas()
706 cellatlas[tpos++] = r; in LoadCellAtlas()
707 cellatlas[tpos++] = g; in LoadCellAtlas()
708 cellatlas[tpos++] = b; in LoadCellAtlas()
709 cellatlas[tpos++] = alpha; in LoadCellAtlas()
716 memcpy(&cellatlas[i * rowbytes], cellatlas, rowbytes); in LoadCellAtlas()
[all …]