Home
last modified time | relevance | path

Searched refs:cpSingle (Results 1 – 3 of 3) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c5831 int cpSingle=INVALID; local
5840 if (cSingle == old_font_single) cpSingle = i;
5847 if (cpSingle != INVALID) {
5848 GetFontStr(cpSingle, style, font_str);
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dpattern2.cpp16 cpFootball, cpThree, cpChess, cpSingle, cpSingleSym, cpOddEven, cpLarge, cpZebra, cpUnknown enumerator
2352 if(oldp == cpSingle) return true; in compatible()
2487 bool have_variations = (among(cgroup, cpSingle, cpSingleSym) && !euclid); in showChangeablePatterns()
2530 cgroup = cpSingle; in computeCgroup()
H A Dtextures.cpp1642 if(texture::cgroup == cpSingle) oldid = 0; in true_remap()