Searched defs:visible (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sprite.c620 bool visible; local
699 visible = drm_rect_clip_scaled(&src, &dst, &clip, hscale, vscale);
706 if (visible) {
760 visible = false;
765 if (visible && (src_w != crtc_w || src_h != crtc_h)) {
773 visible = false;
776 visible = false;
797 WARN_ON(disable_primary && !visible);
819 if (visible)
H A Dintel_display.c6405 bool visible = base != 0; local
6408 if (intel_crtc->cursor_visible == visible)
6412 if (visible) {
6427 intel_crtc->cursor_visible = visible;
6436 bool visible = base != 0; local
6438 if (intel_crtc->cursor_visible != visible) {
6450 intel_crtc->cursor_visible = visible;
6462 bool visible = base != 0; local
6464 if (intel_crtc->cursor_visible != visible) {
6477 intel_crtc->cursor_visible = visible;
6494 bool visible; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c1025 /* This makes sure the selected item is visible */
1029 int topPos, items, visible; local
1034 XmNvisibleItemCount, &visible,
1037 if (pos >= topPos && pos < topPos + visible) return;
1038 topPos = pos - (visible-1)/2;
1039 if (topPos + visible > items) topPos = items - visible + 1;
H A DFontSB.c2286 /* This makes sure the selected item is visible */
2293 int topPos, items, visible; local
2298 XmNvisibleItemCount, &visible, XmNitemCount, &items, NULL);
2300 if (pos >= topPos && pos < topPos + visible) return;
2301 topPos = pos - (visible-1)/2;
2302 if (topPos + visible > items) topPos = items - visible + 1;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c805 Boolean visible; local
811 if (visible = IsPositionVisible(ctx, pos)) {
820 return(visible);
1733 return; /* line not visible, or pos1 >= pos2. */
2310 * it always makes it visible by scrolling. It probably needs
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c889 Boolean visible; local
895 if (visible = IsPositionVisible(ctx, pos)) {
904 return(visible);
1318 * Put in the text that just became visible.
2064 return; /* line not visible, or pos1 >= pos2. */
2722 * it always makes it visible by scrolling. It probably needs

Completed in 93 milliseconds