Searched refs:outer (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/xmh/dist/
H A Dbboxint.h39 Widget outer; /* Widget containing scollbars & inner */ member in struct:_XmhButtonBoxRec
H A Dbbox.c65 buttonbox->outer =
69 XtCreateManagedWidget(name, boxWidgetClass, buttonbox->outer,
338 XtSetValues(buttonbox->outer, args, (Cardinal) 1);
H A Dpick.c80 Widget outer; /* Outer widget (contains scrollbars if any) */ member in struct:_FormBoxRec
129 XtManageChild(form->outer);
694 result->outer = XtCreateWidget( "pick", viewportWidgetClass,
697 result->inner = XtCreateWidget( "form", formWidgetClass, result->outer,
736 height += XtScrollMgrGetThickness(general->outer);
737 XawPanedSetMinMax(scrn->widget, general->outer, height, height);
738 XawPanedSetMinMax(scrn->widget, general->outer, 10, 10000);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DapplewmExt.h46 typedef int (*FrameGetRectProc)(xp_frame_rect type, xp_frame_class class, const BoxRec *outer,
49 const BoxRec *outer,
52 const BoxRec *outer, const BoxRec *inner,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DapplewmExt.h42 const BoxRec *outer,
45 const BoxRec *outer,
49 const BoxRec *outer, const BoxRec *inner,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c89 nir_ssa_def *outer = load_output(b, 4, 1, 0); local in function:emit_quads_workaround
92 nir_ior(b, nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), outer)),
/xsrc/external/mit/pixman/dist/test/
H A Dradial-invalid.c32 static const pixman_point_fixed_t outer = { 0x320000, 0x3cb074 }; local in function:main
39 &outer,
41 0x0, /* outer radius */
H A Dradial-perf-test.c8 static const pixman_point_fixed_t outer = { 0x0000, 0x0000 }; local in function:main
30 &inner, &outer, r_inner, r_outer, stops, ARRAY_LENGTH (stops));
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprAppleWM.c119 const BoxRec *outer,
130 if (xp_frame_draw (wid, class, attr, outer, inner,
115 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprAppleWM.c121 const BoxRec *outer,
132 if (xp_frame_draw(wid, class, attr, outer, inner,
118 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c97 nir_ssa_def *outer = load_output(b, 4, 1, 0); local in function:emit_quads_workaround
100 nir_ior(b, nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), outer)),
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp558 struct gen_field_iterator outer; local in function:decode_3dstate_constant
559 gen_field_iterator_init(&outer, inst, p, 0, false);
560 while (gen_field_iterator_next(&outer)) {
561 if (outer.struct_desc != body)
565 gen_field_iterator_init(&iter, body, &outer.p[outer.start_bit / 32],
810 struct gen_field_iterator outer; local in function:handle_urb_constant
811 gen_field_iterator_init(&outer, inst, p, 0, false);
812 while (gen_field_iterator_next(&outer)) {
813 if (outer
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp562 struct intel_field_iterator outer; local in function:decode_3dstate_constant
563 intel_field_iterator_init(&outer, inst, p, 0, false);
564 while (intel_field_iterator_next(&outer)) {
565 if (outer.struct_desc != body)
569 intel_field_iterator_init(&iter, body, &outer.p[outer.start_bit / 32],
814 struct intel_field_iterator outer; local in function:handle_urb_constant
815 intel_field_iterator_init(&outer, inst, p, 0, false);
816 while (intel_field_iterator_next(&outer)) {
817 if (outer
[all...]
/xsrc/external/mit/libXrender/dist/src/
H A DPicture.c327 req->outer.x = gradient->outer.x;
328 req->outer.y = gradient->outer.y;
330 req->outer_radius = gradient->outer.radius;
/xsrc/external/mit/xedit/dist/
H A Dxedit.c335 Widget outer, b_row, viewport; local in function:makeButtonsAndBoxes
342 outer = XtCreateManagedWidget("paned", panedWidgetClass, parent,
345 b_row = XtCreateManagedWidget("buttons", panedWidgetClass, outer, NULL, ZERO);
353 outer, NULL, ZERO);
358 outer, arglist, num_args);
362 hpane = XtCreateManagedWidget("hpane", panedWidgetClass, outer,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c100 struct ureg_src outer, inner; local in function:si_create_fixed_func_tcs
107 outer = ureg_DECL_system_value(ureg,
115 ureg_MOV(ureg, tessouter, outer);
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder.c686 struct intel_field_iterator outer; local in function:decode_3dstate_constant_all
687 intel_field_iterator_init(&outer, inst, p, 0, false);
689 while (intel_field_iterator_next(&outer)) {
690 if (outer.struct_desc != body)
694 intel_field_iterator_init(&iter, body, &outer.p[outer.start_bit / 32],
727 struct intel_field_iterator outer; local in function:decode_3dstate_constant
728 intel_field_iterator_init(&outer, inst, p, 0, false);
729 while (intel_field_iterator_next(&outer)) {
730 if (outer
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-radial-gradient.c463 const pixman_point_fixed_t * outer,
490 radial->c2.x = outer->x;
491 radial->c2.y = outer->y;
462 pixman_image_create_radial_gradient(const pixman_point_fixed_t * inner,const pixman_point_fixed_t * outer,pixman_fixed_t inner_radius,pixman_fixed_t outer_radius,const pixman_gradient_stop_t * stops,int n_stops) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c91 struct ureg_src outer, inner; local in function:si_create_fixed_func_tcs
98 outer = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_TESS_DEFAULT_OUTER_LEVEL, 0);
104 ureg_MOV(ureg, tessouter, outer);
914 } // end outer loop
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_batch_decoder.c596 struct gen_field_iterator outer; local in function:decode_3dstate_constant
597 gen_field_iterator_init(&outer, inst, p, 0, false);
598 while (gen_field_iterator_next(&outer)) {
599 if (outer.struct_desc != body)
603 gen_field_iterator_init(&iter, body, &outer.p[outer.start_bit / 32],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c48 static struct rc_src_register chain_srcregs(struct rc_src_register outer, struct rc_src_register inner) argument
54 if (outer.Abs) {
56 combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c50 static struct rc_src_register chain_srcregs(struct rc_src_register outer, struct rc_src_register inner) argument
56 if (outer.Abs) {
58 combine.Negate = outer.Negate;
61 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
62 combine.Negate ^= outer.Negate;
64 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);
/xsrc/external/mit/glu/dist/include/GL/
H A Dglu.h306 GLAPI void GLAPIENTRY gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops);
328 GLAPI void GLAPIENTRY gluPartialDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c141 struct bound outer; member in struct:arc_bound
364 correspond to the inner and outer boundaries.
672 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
775 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
2599 * the outer edge, the ellipse and the inner edge.
2626 bound->outer.min = outerYfromXY (ellipsex.min, bound->ellipse.min, def, acc);
2627 bound->outer.max = outerYfromXY (ellipsex.max, bound->ellipse.max, def, acc);
2645 right->counterClock.y = bound->outer.min;
2654 left->clock.y = bound->outer.max;
2663 bound->left.max = bound->outer
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c143 struct bound outer; member in struct:arc_bound
374 correspond to the inner and outer boundaries.
641 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
738 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
2654 * the outer edge, the ellipse and the inner edge.
2678 bound->outer.min = outerYfromXY(ellipsex.min, bound->ellipse.min, def, acc);
2679 bound->outer.max = outerYfromXY(ellipsex.max, bound->ellipse.max, def, acc);
2697 right->counterClock.y = bound->outer.min;
2706 left->clock.y = bound->outer.max;
2715 bound->left.max = bound->outer
[all...]

Completed in 32 milliseconds

123