Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c1386 tpg->border.left = 0; in tpg_calculate_square_border()
1387 tpg->border.width = w; in tpg_calculate_square_border()
1388 tpg->border.top = 0; in tpg_calculate_square_border()
1389 tpg->border.height = h; in tpg_calculate_square_border()
1395 tpg->border.width = ((4 * h) / 3) & ~1; in tpg_calculate_square_border()
1396 if (((w - tpg->border.width) / 2) & ~1) in tpg_calculate_square_border()
1397 tpg->border.width -= 2; in tpg_calculate_square_border()
1398 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border()
1401 tpg->border.height = ((3 * w) / 4) & ~1; in tpg_calculate_square_border()
1402 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border()
[all …]
Dvivid-tpg.h110 struct v4l2_rect border; member
/linux-4.4.14/fs/reiserfs/
Dbitmap.c584 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options()
586 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options()
695 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options()
697 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options()
902 b_blocknr_t border = in set_border_in_hint() local
903 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border; in set_border_in_hint()
906 hint->end = border - 1; in set_border_in_hint()
908 hint->beg = border; in set_border_in_hint()
962 b_blocknr_t border; in old_hashed_relocation() local
970 border = in old_hashed_relocation()
[all …]
Dreiserfs.h564 int border; /* percentage of disk, border takes */ member
/linux-4.4.14/scripts/kconfig/lxdialog/
Dutil.c37 dlg.border.atr = A_NORMAL; in set_mono_theme()
77 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
110 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
197 init_one_color(&dlg.border); in init_dialog_colors()
478 chtype box, chtype border) in draw_box() argument
487 waddch(win, border | ACS_ULCORNER); in draw_box()
489 waddch(win, border | ACS_LLCORNER); in draw_box()
495 waddch(win, border | ACS_HLINE); in draw_box()
499 waddch(win, border | ACS_VLINE); in draw_box()
Dyesno.c63 dlg.dialog.atr, dlg.border.atr); in dialog_yesno()
64 wattrset(dialog, dlg.border.atr); in dialog_yesno()
Dinputbox.c74 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
75 wattrset(dialog, dlg.border.atr); in dialog_inputbox()
93 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
Ddialog.h121 struct dialog_color border; member
227 chtype border);
Dtextbox.c120 dlg.dialog.atr, dlg.border.atr); in dialog_textbox()
122 wattrset(dialog, dlg.border.atr); in dialog_textbox()
Dchecklist.c152 dlg.dialog.atr, dlg.border.atr); in dialog_checklist()
153 wattrset(dialog, dlg.border.atr); in dialog_checklist()
Dmenubox.c215 dlg.dialog.atr, dlg.border.atr); in dialog_menu()
216 wattrset(dialog, dlg.border.atr); in dialog_menu()
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx_hdcs.c78 int border; member
305 if (height + 2 * hdcs->array.border + HDCS_1020_BOTTOM_Y_SKIP in hdcs_set_size()
307 height = hdcs->array.height - 2 * hdcs->array.border - in hdcs_set_size()
392 hdcs->array.border = 4; in hdcs_probe_1x00()
454 hdcs->array.border = 4; in hdcs_probe_1020()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_panel.c174 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
181 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally()
182 border += border & 1; /* make the border even */ in centre_horizontally()
185 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally()
196 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
203 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically()
206 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically()
248 u32 *border) in i9xx_scale_aspect() argument
267 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
283 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
[all …]
/linux-4.4.14/scripts/
Danalyze_suspend.py2036 table {width:100%;border-collapse: collapse;}\n\
2037 .summary {font: 22px Arial;border:1px solid;}\n\
2038 th {border: 1px solid black;background-color:#A7C942;color:white;}\n\
2364 .time1 {font: 22px Arial;border:1px solid;}\n\
2365 .time2 {font: 15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
2377 … height: '+'%.3f'%thread_height+'%; overflow: hidden; line-height: 30px; border:1px solid;text-ali…
2378 .thread:hover {background-color:white;border:1px solid red;z-index:10;}\n\
2379 .hover {background-color:white;border:1px solid red;z-index:10;}\n\
2381 .phase {position: absolute;overflow: hidden;border:0px;text-align:center;}\n\
2382 ….phaselet {position:absolute;overflow:hidden;border:0px;text-align:center;height:100px;font-size:2…
[all …]
/linux-4.4.14/lib/
Dinflate.c173 static const unsigned border[] = { /* Order of the bit length code lengths */ variable
890 ll[border[j]] = (unsigned)b & 7; in inflate_dynamic()
894 ll[border[j]] = 0; in inflate_dynamic()
/linux-4.4.14/fs/ext4/
Dextents.c1035 __le32 border; in ext4_ext_split() local
1049 border = path[depth].p_ext[1].ee_block; in ext4_ext_split()
1052 le32_to_cpu(border)); in ext4_ext_split()
1054 border = newext->ee_block; in ext4_ext_split()
1057 le32_to_cpu(border)); in ext4_ext_split()
1183 fidx->ei_block = border; in ext4_ext_split()
1187 i, newblock, le32_to_cpu(border), oldblock); in ext4_ext_split()
1234 le32_to_cpu(border), newblock); in ext4_ext_split()
1665 __le32 border; in ext4_ext_correct_indexes() local
1691 border = path[depth].p_ext->ee_block; in ext4_ext_correct_indexes()
[all …]
Dmballoc.c672 unsigned short border; in ext4_mb_mark_free_simple() local
676 border = 2 << sb->s_blocksize_bits; in ext4_mb_mark_free_simple()
680 max = ffs(first | border) - 1; in ext4_mb_mark_free_simple()
/linux-4.4.14/Documentation/hwmon/
Df71882fg94 to the border between the highest and one but highest temperature zones, and
/linux-4.4.14/Documentation/vm/
Dhighmem.txt33 where exactly that border lies.
/linux-4.4.14/Documentation/fb/
Dsstfb.txt141 patterns at the border of your windows (the pixels lose the lowest
/linux-4.4.14/Documentation/
Dkprobes.txt616 d) DCR must not straddle the border between functions.
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt395 If your OverScan needs a black border, you have to write the last
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt594 Show Border: show a two-pixel wide border at the edge of the actual image,