Home
last modified time | relevance | path

Searched refs:border (Results 1 – 25 of 28) sorted by relevance

12

/linux/scripts/kconfig/lxdialog/
H A Dutil.c51 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
80 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
161 init_one_color(&dlg.border); in init_dialog_colors()
437 chtype box, chtype border) in draw_box() argument
446 waddch(win, border | ACS_ULCORNER); in draw_box()
448 waddch(win, border | ACS_LLCORNER); in draw_box()
454 waddch(win, border | ACS_HLINE); in draw_box()
458 waddch(win, border | ACS_VLINE); in draw_box()
H A Dyesno.c50 dlg.dialog.atr, dlg.border.atr); in dialog_yesno()
51 wattrset(dialog, dlg.border.atr); in dialog_yesno()
H A Dinputbox.c63 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
64 wattrset(dialog, dlg.border.atr); in dialog_inputbox()
82 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
H A Ddialog.h86 struct dialog_color border; member
188 chtype border);
H A Dtextbox.c215 dlg.dialog.atr, dlg.border.atr); in dialog_textbox()
217 wattrset(dialog, dlg.border.atr); in dialog_textbox()
H A Dchecklist.c139 dlg.dialog.atr, dlg.border.atr); in dialog_checklist()
140 wattrset(dialog, dlg.border.atr); in dialog_checklist()
H A Dmenubox.c194 dlg.dialog.atr, dlg.border.atr); in dialog_menu()
195 wattrset(dialog, dlg.border.atr); in dialog_menu()
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.c65 int border; member
292 if (height + 2 * hdcs->array.border + HDCS_1020_BOTTOM_Y_SKIP in hdcs_set_size()
294 height = hdcs->array.height - 2 * hdcs->array.border - in hdcs_set_size()
379 hdcs->array.border = 4; in hdcs_probe_1x00()
441 hdcs->array.border = 4; in hdcs_probe_1020()
/linux/Documentation/devicetree/bindings/display/
H A Drepaper.txt15 - border-gpios: Border control
46 border-gpios = <&gpio 14 0>;
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst68 - Left border of the AE Region of Interest (all ROI values are in pixels
71 - Right border of the AE Region of Interest
73 - Top border of the AE Region of Interest
75 - Bottom border of the AE Region of Interest
/linux/arch/powerpc/include/asm/
H A Duaccess.h508 const unsigned long border = MODULES_VADDR; in mask_user_address() local
510 const unsigned long border = PAGE_OFFSET; in mask_user_address()
517 if (TASK_SIZE <= UL(SZ_2G) && border >= UL(SZ_2G)) in mask_user_address()
/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css111 border: none;
/linux/tools/power/pm-graph/
H A Dsleepgraph.py4315 table {width:100%;border-collapse: collapse;border:1px solid;}\n\
4316 th {border: 1px solid black;background:#222;color:white;}\n\
4318 tr.head td {border: 1px solid black;background:#aaa;}\n\
5035 .time1 {font:22px Arial;border:1px solid;}\n\
5036 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
5037 .testfail {font:bold 22px Arial;color:red;border:1px dashed;}\n\
5049 …lute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-ali…
5050 .thread.ps {border-radius:3px;background:linear-gradient(to top, #ccc, #eee);}\n\
5051 .thread:hover {background:white;border:1px solid red;'+hoverZ+'}\n\
5052 ….thread.sec,.thread.sec:hover {background:black;border:0;color:white;line-height:15px;font-size:10…
[all …]
H A Dbootgraph.py650 …verflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid…
651 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
/linux/fs/ext4/
H A Dextents.c1064 __le32 border; in ext4_ext_split() local
1083 border = path[depth].p_ext[1].ee_block; in ext4_ext_split()
1086 le32_to_cpu(border)); in ext4_ext_split()
1088 border = newext->ee_block; in ext4_ext_split()
1091 le32_to_cpu(border)); in ext4_ext_split()
1225 fidx->ei_block = border; in ext4_ext_split()
1229 i, newblock, le32_to_cpu(border), oldblock); in ext4_ext_split()
1281 le32_to_cpu(border), newblock); in ext4_ext_split()
1709 __le32 border; in ext4_ext_correct_indexes() local
1735 border = path[depth].p_ext->ee_block; in ext4_ext_correct_indexes()
[all …]
H A Dmballoc.c815 unsigned int border; in ext4_mb_mark_free_simple() local
819 border = 2 << sb->s_blocksize_bits; in ext4_mb_mark_free_simple()
823 max = ffs(first | border) - 1; in ext4_mb_mark_free_simple()
/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh300 set style fill solid 0.5 border
H A Dtbench.sh282 set style fill solid 0.5 border
/linux/include/media/tpg/
H A Dv4l2-tpg.h147 struct v4l2_rect border; member
/linux/Documentation/fb/
H A Dsstfb.rst175 patterns at the border of your windows (the pixels lose the lowest
/linux/sound/core/
H A Dpcm_native.c3193 snd_pcm_uframes_t border; in recalculate_boundary() local
3199 border = 0x7fffffffUL - runtime->buffer_size; in recalculate_boundary()
3200 if (runtime->buffer_size > border) in recalculate_boundary()
3203 order = __fls(border) - __fls(runtime->buffer_size); in recalculate_boundary()
3206 if (boundary <= border) in recalculate_boundary()
/linux/Documentation/mm/
H A Dhighmem.rst20 where exactly that border lies.
H A Dunevictable-lru.rst448 the PMD on the border of a VM_LOCKED VMA will be split into a PTE table.
/linux/drivers/md/dm-vdo/
H A Dblock-map.c1380 page_number_t border = forest->boundaries[segment].levels[height - 1]; in get_tree_page_by_index() local
1382 if (page_index < border) { in get_tree_page_by_index()
1388 offset = border; in get_tree_page_by_index()
/linux/Documentation/trace/
H A Dkprobes.rst635 d) DCR must not straddle the border between functions.

12