Searched refs:sw (Results 1 - 25 of 105) sorted by relevance

12345

/xsrc/external/mit/xmag/dist/
H A DScale.c107 static void GetGC ( ScaleWidget sw );
108 static void GetInitialScaleValues ( ScaleWidget sw );
109 static void GetRectangleBuffer ( ScaleWidget sw, Cardinal buffer_size );
112 static void BuildTable ( ScaleWidget sw );
113 static void FlushRectangles ( ScaleWidget sw, Drawable drawable, GC gc );
114 static void FillRectangle ( ScaleWidget sw, Drawable drawable, GC gc,
117 static void ScaleImage ( ScaleWidget sw, Drawable drawable,
121 static int FindPixel ( ScaleWidget sw, Position x, Position y,
124 static void TryResize ( ScaleWidget sw );
125 static void Precision ( ScaleWidget sw );
214 GetGC(ScaleWidget sw) argument
233 GetInitialScaleValues(ScaleWidget sw) argument
250 GetRectangleBuffer(ScaleWidget sw,Cardinal buffer_size) argument
341 BuildTable(ScaleWidget sw) argument
378 FlushRectangles(ScaleWidget sw,Drawable drawable,GC gc) argument
389 FillRectangle(ScaleWidget sw,Drawable drawable,GC gc,Position x,Position y,Dimension width,Dimension height) argument
407 ScaleImage(ScaleWidget sw,Drawable drawable,Position img_x,Position img_y,Position dst_x,Position dst_y,Dimension img_width,Dimension img_height) argument
494 FindPixel(ScaleWidget sw,Position x,Position y,Position * img_x,Position * img_y,Pixel * img_pixel) argument
533 ScaleWidget sw = (ScaleWidget) w; local in function:SWGetImagePixel
549 ScaleWidget sw = (ScaleWidget) w; local in function:Redisplay
597 TryResize(ScaleWidget sw) argument
622 Precision(ScaleWidget sw) argument
636 Proportional(ScaleWidget sw) argument
673 GetScaledSize(ScaleWidget sw) argument
684 GetScaleValues(ScaleWidget sw) argument
702 Unscale(ScaleWidget sw) argument
714 Autoscale(ScaleWidget sw) argument
730 PositionImage(ScaleWidget sw) argument
757 ScaleWidget sw = (ScaleWidget) w; local in function:Resize
769 ScaleWidget sw = (ScaleWidget) wid; local in function:Realize
779 ScaleWidget sw = (ScaleWidget) w; local in function:Destroy
943 ScaleWidget sw = (ScaleWidget) w; local in function:SWUnscale
956 ScaleWidget sw = (ScaleWidget) w; local in function:SWAutoscale
969 ScaleWidget sw = (ScaleWidget) w; local in function:SWInitialSize
1020 ScaleWidget sw = (ScaleWidget) w; local in function:SWGetPixmap
[all...]
H A DCutPaste.c49 ScaleWidget sw = (ScaleWidget) w; local in function:ConvertSelection
52 sw->scale.image->width,
53 sw->scale.image->height,
54 sw->scale.image->depth);
55 XPutImage(XtDisplay(w), *pixmap, sw->scale.gc, sw->scale.image,
56 0, 0, 0, 0, sw->scale.image->width, sw->scale.image->height);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c48 Bool sw) /* swap byte? */
55 event->u.keyButtonPointer.root = sw32(ev->root, sw);
57 sw32(ev->window, sw);
59 sw32(ev->subwindow, sw);
60 event->u.keyButtonPointer.time = sw32(ev->time, sw);
61 event->u.keyButtonPointer.eventX = sw16(ev->x, sw) ;
62 event->u.keyButtonPointer.eventY = sw16(ev->y, sw) ;
64 sw16(ev->x_root, sw);
66 sw16(ev->y_root, sw);
67 event->u.keyButtonPointer.state = sw16(ev->state, sw);
45 _XimProtoEventToWire(register XEvent * re,register xEvent * event,Bool sw) argument
422 _XimProtoWireToEvent(register XEvent * re,register xEvent * event,Bool sw) argument
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mips-memcpy-asm.S117 sw t0, 0(a0)
118 sw t1, 4(a0)
119 sw t2, 8(a0)
120 sw t3, 12(a0)
121 sw t4, 16(a0)
122 sw t5, 20(a0)
123 sw t6, 24(a0)
124 sw t7, 28(a0)
139 sw t0, 32(a0)
140 sw t
[all...]
H A Dpixman-mips-dspr2-asm.S59 sw a2, 0(a0)
60 sw a2, 4(a0)
61 sw a2, 8(a0)
62 sw a2, 12(a0)
63 sw a2, 16(a0)
64 sw a2, 20(a0)
65 sw a2, 24(a0)
66 sw a2, 28(a0)
70 sw a2, 0(a0)
71 sw a
[all...]
H A Dpixman-mips-dspr2-asm.h136 sw \r1, 0(sp)
138 sw \r2, 4(sp)
141 sw \r3, 8(sp)
144 sw \r4, 12(sp)
148 sw \r5, 16(sp)
152 sw \r6, 20(sp)
156 sw \r7, 24(sp)
160 sw \r8, 28(sp)
164 sw \r9, 32(sp)
168 sw \r1
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_need_swtnl.c43 if (svga->state.sw.need_swvfetch != svga->curr.velems->need_swvfetch) {
44 svga->state.sw.need_swvfetch = svga->curr.velems->need_swvfetch;
128 if (need_pipeline != svga->state.sw.need_pipeline) {
129 svga->state.sw.need_pipeline = need_pipeline;
134 if (0 && svga->state.sw.need_pipeline)
135 debug_printf("sw.need_pipeline = %d\n", svga->state.sw.need_pipeline);
137 if (svga->state.sw.need_pipeline) {
164 svga->state.sw.need_swvfetch = FALSE;
165 svga->state.sw
[all...]
H A Dsvga_pipe_draw.c118 else if (!svga->state.sw.need_swtnl) {
183 needed_swtnl = svga->state.sw.need_swtnl;
187 if (svga->state.sw.need_swtnl) {
H A Dsvga_swtnl_draw.c57 assert(svga->state.sw.need_swtnl);
61 svga->state.sw.in_swtnl_draw = TRUE;
144 svga->state.sw.in_swtnl_draw = FALSE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_need_swtnl.c43 if (svga->state.sw.need_swvfetch != svga->curr.velems->need_swvfetch) {
44 svga->state.sw.need_swvfetch = svga->curr.velems->need_swvfetch;
128 if (need_pipeline != svga->state.sw.need_pipeline) {
129 svga->state.sw.need_pipeline = need_pipeline;
134 if (0 && svga->state.sw.need_pipeline)
135 debug_printf("sw.need_pipeline = %d\n", svga->state.sw.need_pipeline);
137 if (svga->state.sw.need_pipeline) {
164 svga->state.sw.need_swvfetch = FALSE;
165 svga->state.sw
[all...]
H A Dsvga_swtnl_draw.c58 assert(svga->state.sw.need_swtnl);
62 svga->state.sw.in_swtnl_draw = TRUE;
148 svga->state.sw.in_swtnl_draw = FALSE;
H A Dsvga_pipe_draw.c190 else if (!svga->state.sw.need_swtnl) {
295 needed_swtnl = svga->state.sw.need_swtnl;
299 if (svga->state.sw.need_swtnl) {
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dunpack.h146 GLbyte sw
154 sw = ((GLbyte *)(pc))[0]; \
156 ((GLbyte *)(pc))[3] = sw; \
157 sw = ((GLbyte *)(pc))[1]; \
159 ((GLbyte *)(pc))[2] = sw;
162 sw = ((GLbyte *)(pc))[0]; \
164 ((GLbyte *)(pc))[1] = sw;
167 sw = ((GLbyte *)(pc))[0]; \
169 ((GLbyte *)(pc))[7] = sw; \
170 sw
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dunpack.h141 GLbyte sw
149 sw = ((GLbyte *)(pc))[0]; \
151 ((GLbyte *)(pc))[3] = sw; \
152 sw = ((GLbyte *)(pc))[1]; \
154 ((GLbyte *)(pc))[2] = sw;
157 sw = ((GLbyte *)(pc))[0]; \
159 ((GLbyte *)(pc))[1] = sw;
162 sw = ((GLbyte *)(pc))[0]; \
164 ((GLbyte *)(pc))[7] = sw; \
165 sw
[all...]
/xsrc/external/mit/xorg-server/dist/glx/
H A Dunpack.h123 GLbyte sw
130 sw = ((GLbyte *)(pc))[0]; \
132 ((GLbyte *)(pc))[3] = sw; \
133 sw = ((GLbyte *)(pc))[1]; \
135 ((GLbyte *)(pc))[2] = sw;
138 sw = ((GLbyte *)(pc))[0]; \
140 ((GLbyte *)(pc))[1] = sw;
143 sw = ((GLbyte *)(pc))[0]; \
145 ((GLbyte *)(pc))[7] = sw; \
146 sw
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.h106 st_new_renderbuffer_fb(enum pipe_format format, unsigned samples, boolean sw);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.h106 st_new_renderbuffer_fb(enum pipe_format format, unsigned samples, boolean sw);
/xsrc/external/mit/twm/dist/src/
H A Dcursor.c150 unsigned int sw, sh, mw, mh; local in function:NewBitmapCursor
164 XGetGeometry(dpy, spm, &wdummy, &sx, &sy, &sw, &sh, &udummy, &udummy);
166 if (sw != mw || sh != mh) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/
H A DAndroid.mk37 SUBDIRS += winsys/sw/kms-dri winsys/sw/dri drivers/softpipe
/xsrc/external/mit/ctwm/dist/
H A Dcursor.c146 unsigned int sw, sh, mw, mh; local in function:NewBitmapCursor
172 XGetGeometry(dpy, spm, &JunkRoot, &sx, &sy, &sw, &sh, &JunkBW, &JunkDepth);
174 if(sw != mw || sh != mh) {
/xsrc/external/mit/libXaw/dist/src/
H A DVendor.c425 ShellWidget sw = (ShellWidget) w; local in function:XawVendorShellExtResize
432 for( i = 0; i < sw->composite.num_children; i++ ) {
433 if( XtIsManaged( sw->composite.children[ i ] ) ) {
434 childwid = sw->composite.children[ i ];
436 (Dimension)sw->core.width,
H A DBox.c282 Dimension sw = lw, sh = lh; local in function:DoLayout
287 while (sh < height && sw > width) {
288 width_needed = sw;
289 DoLayout(bbw, (unsigned)(sw-1), height, &sw, &sh, False);
292 width_needed = sw;
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_wayland.c78 bool sw; member in struct:wsi_wl_display
521 if (display->sw) {
570 bool get_format_list, bool sw)
580 display->sw = sw;
653 bool sw,
663 sw);
705 wsi_device->sw);
809 wsi_device->sw))
847 wsi_device->sw))
567 wsi_wl_display_init(struct wsi_wayland * wsi_wl,struct wsi_wl_display * display,struct wl_display * wl_display,bool get_format_list,bool sw) argument
652 wsi_wl_display_create(struct wsi_wayland * wsi,struct wl_display * wl_display,bool sw,struct wsi_wl_display ** display_out) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp206 static int swizzle_from_char(const char *sw) argument
209 if (!sw || sw[0] == 0)
212 const char *isw = sw;
228 st_src_reg FakeCodeline::create_src_register(int src_idx, const char *sw) argument
231 result.swizzle = swizzle_from_char(sw);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp206 static int swizzle_from_char(const char *sw) argument
209 if (!sw || sw[0] == 0)
212 const char *isw = sw;
228 st_src_reg FakeCodeline::create_src_register(int src_idx, const char *sw) argument
231 result.swizzle = swizzle_from_char(sw);

Completed in 16 milliseconds

12345