Searched refs:offsets (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1361 * left, right - left and right pixel offsets of the
3021 struct text_move * offsets = XtNew(struct text_move); local
3023 offsets->h = h;
3024 offsets->v = v;
3025 offsets->next = NULL;
3028 ctx->text.copy_area_offsets = offsets;
3032 end->next = offsets;
3046 struct text_move * offsets = ctx->text.copy_area_offsets; local
3048 if (offsets == NULL)
3052 ctx->text.copy_area_offsets = offsets
3073 struct text_move * offsets = ctx->text.copy_area_offsets; local
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h315 __u32 offsets[4]; /* offset of each plane */ member in struct:drm_mode_fb_cmd2
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h315 __u32 offsets[4]; /* offset of each plane */ member in struct:drm_mode_fb_cmd2
H A Ddrm_crtc.h267 unsigned int offsets[4]; member in struct:drm_framebuffer
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c910 fb->offsets[i] = mode_cmd->offsets[i];
H A Ddrm_crtc.c2011 /* For some reason crtc x/y offsets are signed internally. */
2426 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX)
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c7396 /* i965+ uses the linear or tiled offsets from the
7555 (fb->offsets[0] != crtc->fb->offsets[0] ||
9278 if (mode_cmd->offsets[0] != 0)

Completed in 69 milliseconds