OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Layout
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/xkeyboard-config/dist/rules/compat/
map-variants.py
9
class
Layout
(object):
10
def __init__(self,
layout
, variant=None):
11
self.
layout
=
layout
13
if '(' in
layout
:
15
# parse a
layout
(variant) string
16
match = re.match(r'([^(]+)\(([^)]+)\)',
layout
)
17
self.
layout
= match.groups()[0]
22
return '{}({})'.format(self.
layout
, self.variant)
24
return '{}'.format(self.
layout
)
[
all
...]
/xsrc/external/mit/xkeyboard-config/dist/tests/
test_rules_xml.py
28
Return an iterator of type (
layout
, variant) for each element in the XML
33
for
layout
in root.iter('
layout
'):
34
yield
layout
, None
36
for variant in
layout
.iter('variant'):
37
yield
layout
, variant
55
# for any test_foo function with an argument named
layout
,
56
# make it a
Layout
wrapper class for all
layout
(variant) combinations
57
elif '
layout
' in metafunc.fixturenames
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
formats.c
45
enum mesa_format_layout
Layout
;
211
* Return the
layout
type of the given format.
217
return info->
Layout
;
437
if (info->ArrayFormat && info->
Layout
== MESA_FORMAT_LAYOUT_PACKED)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
formats.c
45
enum mesa_format_layout
Layout
;
202
* Return the
layout
type of the given format.
208
return info->
Layout
;
419
info->
Layout
== MESA_FORMAT_LAYOUT_PACKED)
/xsrc/external/mit/libXaw/dist/src/
Form.c
79
static Boolean
Layout
(FormWidget, unsigned int, unsigned int, Bool);
288
Layout
, /*
layout
*/
442
if (c->form_class.
layout
== XtInheritLayout)
443
c->form_class.
layout
= super->form_class.
layout
;
527
*
Layout
545
Layout
(FormWidget fw, unsigned int width _X_UNUSED, unsigned int height _X_UNUSED,
819
* then it is necessary to compute a new
layout
if ConstraintSetValues
823
(*((FormWidgetClass)fw->core.widget_class)->form_class.
layout
)
[
all
...]
Viewport.c
62
static Boolean
Layout
(FormWidget, unsigned int, unsigned int, Bool);
218
Layout
, /*
layout
*/
392
(*w->core.widget_class->core_class.resize)(cnew); /* Recompute
layout
*/
443
(*((ViewportWidgetClass)w->core.widget_class)->form_class.
layout
)
714
* Computes the
layout
give forcebars is set.
796
Layout
(FormWidget w, unsigned int width _X_UNUSED, unsigned int height _X_UNUSED, Bool force _X_UNUSED)
List.c
80
static Bool
Layout
(Widget, Bool, Bool, Dimension*, Dimension*);
420
if (
Layout
(w, changex, changey, &width, &height)) {
455
Layout
(w, request.height != reply.height,
464
Layout
(w, False, False, &request.width, &request.height);
832
change =
Layout
(w, !width_req, !height_req, &new_width, &new_height);
853
if (
Layout
(w, False, False, &width, &height))
859
/*
Layout
()
866
* we are going to
layout
the list widget to,
872
Layout
(Widget w, Bool xfree, Bool yfree, Dimension *width, Dimension *height)
1147
Layout
(cnew, WidthFree(nl), HeightFree(nl)
[
all
...]
SimpleMenu.c
92
static void
Layout
(Widget, Dimension*, Dimension*);
135
/*
layout
*/
554
Layout
(w, NULL, NULL);
578
Boolean ret_val = False,
layout
= False;
local
586
layout
= True;
590
layout
= True;
618
layout
= True;
637
if (
layout
)
638
Layout
(cnew, NULL, NULL);
714
Layout
(w, &reply->width, &reply->height)
[
all
...]
/xsrc/external/mit/xman/dist/
ScrollByL.c
106
static void
Layout
(Widget w);
156
/* resize */
Layout
,
184
/* Function Name:
Layout
193
Layout
(Widget w)
683
Layout
(w);
/xsrc/external/mit/ctwm/dist/
screen.h
210
///
Layout
of our roow window and monitor(s).
211
RLayout *
Layout
;
212
///
Layout
taking into account Border{Top,Left,Right,Bottom} config
Completed in 11 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026