Lines Matching refs:visible
361 asyh->olut.visible = asyh->olut.handle != 0;
375 if (!asyh->core.visible)
376 asyh->olut.visible = false;
382 asyh->olut.visible = false;
383 asyh->core.visible = false;
384 asyh->curs.visible = false;
390 if (asyh->core.visible) {
394 if (armh->core.visible) {
398 if (asyh->curs.visible) {
402 if (armh->curs.visible) {
406 if (asyh->olut.visible) {
410 if (armh->olut.visible) {
414 asyh->clr.olut = armh->olut.visible;
415 asyh->clr.core = armh->core.visible;
416 asyh->clr.curs = armh->curs.visible;
417 asyh->set.olut = asyh->olut.visible;
418 asyh->set.core = asyh->core.visible;
419 asyh->set.curs = asyh->curs.visible;