Lines Matching defs:target
446 char* target = _glfw_calloc(size, 1);
447 char* tp = target;
452 return target;
790 // Set the specified property to the selection converted to the requested target
810 if (request->target == _glfw.x11.TARGETS)
831 if (request->target == _glfw.x11.MULTIPLE)
881 if (request->target == _glfw.x11.SAVE_TARGETS)
884 // It should be handled as a no-op side effect target
898 // Conversion to a data target was requested
902 if (request->target == formats[i])
904 // The requested target is one we support
909 request->target,
919 // The requested target is not supported
933 reply.xselection.target = request->target;
1702 event->xselection.target,
1903 if (event.xselection.target == _glfw.x11.SAVE_TARGETS)
2115 unsigned long* target = icon;
2119 *target++ = images[i].width;
2120 *target++ = images[i].height;
2124 *target++ = (((unsigned long) images[i].pixels[j * 4 + 0]) << 16) |