Lines Matching refs:visible
384 asyh->olut.visible = asyh->olut.handle != 0;
397 if (!asyh->core.visible)
398 asyh->olut.visible = false;
404 asyh->olut.visible = false;
405 asyh->core.visible = false;
406 asyh->curs.visible = false;
412 if (asyh->core.visible) {
416 if (armh->core.visible) {
420 if (asyh->curs.visible) {
424 if (armh->curs.visible) {
428 if (asyh->olut.visible) {
432 if (armh->olut.visible) {
436 asyh->clr.olut = armh->olut.visible;
437 asyh->clr.core = armh->core.visible;
438 asyh->clr.curs = armh->curs.visible;
439 asyh->set.olut = asyh->olut.visible;
440 asyh->set.core = asyh->core.visible;
441 asyh->set.curs = asyh->curs.visible;