HomeSort by: relevance | last modified time | path
    Searched refs:ce (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/fontconfig/dist/fc-lang/
el.orth 32 03a3-03ce
ro.orth 32 00ce
mni.orth 33 09ce
mo.orth 28 00ce
ti_er.orth 45 12c8-12ce # Ke-Ko
48 12c8-12ce # we-wo
ku_ir.orth 49 06ce
rm.orth 36 00ce
af.orth 38 00ce
mt.orth 40 00ce
wa.orth 36 00ce # I circumflex
gez.orth 46 12c8-12ce # we-wo
kl.orth 42 00ce
lb.orth 52 00ce
ln.orth 29 00cd-00ce
tig.orth 43 12c8-12ce # we-wo
yo.orth 39 00ce
68 01cd-01ce
  /xsrc/external/mit/libXpresent/dist/src/
Xpresent.c 137 XPresentConfigureNotifyEvent *ce = malloc (sizeof (XPresentConfigureNotifyEvent)); local
138 cookie->data = ce;
139 if (ce == NULL)
142 ce->type = cookie->type;
143 ce->serial = cookie->serial;
144 ce->send_event = cookie->send_event;
145 ce->display = cookie->display;
146 ce->extension = cookie->extension;
147 ce->evtype = cookie->evtype;
149 ce->eid = proto->eid
165 XPresentCompleteNotifyEvent *ce = malloc (sizeof (XPresentCompleteNotifyEvent)); local
189 XPresentIdleNotifyEvent *ce = malloc (sizeof (XPresentIdleNotifyEvent)); local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/test/
present-test.c 152 xcb_present_complete_notify_event_t *ce; local
159 ce = (xcb_present_complete_notify_event_t *)ev;
160 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC &&
161 ce->serial == (serial ^ 0xcc00ffee)) {
162 msc = ce->msc;
164 *ust = ce->ust;
192 xcb_present_complete_notify_event_t *ce; local
199 ce = (xcb_present_complete_notify_event_t *)ev;
200 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC &&
201 ce->serial == (serial ^ 0xdeadbeef))
228 xcb_present_complete_notify_event_t *ce; local
352 xcb_present_complete_notify_event_t *ce; local
411 xcb_present_complete_notify_event_t *ce; local
516 xcb_present_complete_notify_event_t *ce; local
572 xcb_present_complete_notify_event_t *ce; local
770 xcb_present_complete_notify_event_t *ce; local
812 xcb_present_complete_notify_event_t *ce; local
898 xcb_present_complete_notify_event_t *ce; local
954 xcb_present_complete_notify_event_t *ce; local
1007 xcb_present_complete_notify_event_t *ce; local
1073 xcb_present_complete_notify_event_t *ce; local
1144 xcb_present_complete_notify_event_t *ce; local
1194 xcb_present_complete_notify_event_t *ce; local
1259 xcb_present_complete_notify_event_t *ce; local
1301 xcb_present_complete_notify_event_t *ce; local
1325 xcb_present_complete_notify_event_t *ce; local
    [all...]
present-race.c 139 xcb_present_complete_notify_event_t *ce; local
146 ce = (xcb_present_complete_notify_event_t *)ev;
147 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC &&
148 ce->serial == (serial ^ 0xdeadbeef)) {
149 msc = ce->msc;
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrcrtc.c 251 xRRCrtcChangeNotifyEvent ce; local
254 ce.type = RRNotify + RREventBase;
255 ce.subCode = RRNotify_CrtcChange;
256 ce.timestamp = pScrPriv->lastSetTime.milliseconds;
257 ce.window = pWin->drawable.id;
258 ce.crtc = crtc->id;
259 ce.rotation = crtc->rotation;
262 ce.mode = mode->mode.id;
263 ce.x = crtc->x;
264 ce.y = crtc->y
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 142 xcb_present_configure_notify_event_t *ce = (void *) ge; local
143 scrn->width = ce->width;
144 scrn->height = ce->height;
148 xcb_present_complete_notify_event_t *ce = (void *) ge; local
149 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) {
150 scrn->recv_sbc = (scrn->send_sbc & 0xffffffff00000000LL) | ce->serial;
153 dri3_handle_stamps(scrn, ce->ust, ce->msc);
154 } else if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC) {
155 scrn->recv_msc_serial = ce->serial
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 137 xcb_present_configure_notify_event_t *ce = (void *) ge; local
138 scrn->width = ce->width;
139 scrn->height = ce->height;
143 xcb_present_complete_notify_event_t *ce = (void *) ge; local
144 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) {
145 scrn->recv_sbc = (scrn->send_sbc & 0xffffffff00000000LL) | ce->serial;
148 dri3_handle_stamps(scrn, ce->ust, ce->msc);
149 } else if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC) {
150 scrn->recv_msc_serial = ce->serial
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/loader/
loader_dri3_helper.c 502 xcb_present_configure_notify_event_t *ce = (void *) ge; local
504 draw->width = ce->width;
505 draw->height = ce->height;
511 xcb_present_complete_notify_event_t *ce = (void *) ge; local
517 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) {
518 uint64_t recv_sbc = (draw->send_sbc & 0xffffffff00000000LL) | ce->serial;
534 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_COPY &&
546 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY &&
547 draw->last_present_mode != ce->mode) {
554 draw->last_present_mode = ce->mode
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/loader/
loader_dri3_helper.c 447 xcb_present_configure_notify_event_t *ce = (void *) ge; local
449 draw->width = ce->width;
450 draw->height = ce->height;
456 xcb_present_complete_notify_event_t *ce = (void *) ge; local
462 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) {
463 uint64_t recv_sbc = (draw->send_sbc & 0xffffffff00000000LL) | ce->serial;
479 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_COPY &&
491 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY &&
492 draw->last_present_mode != ce->mode) {
499 draw->last_present_mode = ce->mode
    [all...]
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 1530 configure_win (Display *dpy, XConfigureEvent *ce)
1532 win *w = find_win (dpy, ce->window);
1537 if (ce->window == root)
1544 root_width = ce->width;
1545 root_height = ce->height;
1559 w->a.x = ce->x;
1560 w->a.y = ce->y;
1561 if (w->a.width != ce->width || w->a.height != ce->height)
1581 w->a.width = ce->width
    [all...]

Completed in 25 milliseconds

1 2