Home
last modified time | relevance | path

Searched refs:text_offset (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_menustatus.cpp31 text_offset = 4; in Window_MenuStatus()
55 DrawActorName(actor, 48 + 8 + text_offset, i*48 + 2 + y); in Refresh()
56 DrawActorTitle(actor, 48 + 8 + 88 + text_offset, i*48 + 2 + y); in Refresh()
57 DrawActorLevel(actor, 48 + 8 + text_offset, i*48 + 2 + 16 + y); in Refresh()
58 DrawActorState(actor, 48 + 8 + 42 + text_offset, i*48 + 2 + 16 + y); in Refresh()
59 DrawActorExp(actor, 48 + 8 + text_offset, i*48 + 2 + 16 + 16 + y); in Refresh()
61 …DrawActorHp(actor, 48 + 8 + 106 + text_offset - (digits == 3 ? 0 : 12), i * 48 + 2 + 16 + y, digit… in Refresh()
62 …DrawActorSp(actor, 48 + 8 + 106 + text_offset - (digits == 3 ? 0 : 12), i * 48 + 2 + 16 + 16 + y, … in Refresh()
73 cursor_rect = { 48 + 4 + text_offset, index * (48 + 10), 168, 48 }; in UpdateCursorRect()
/dports/games/julius/julius-1.7.0/src/widget/sidebar/
H A Deditor.c60 int text_offset = x_offset + 6; in draw_status() local
64 lang_text_draw(49, selected_tool, text_offset, 178, FONT_NORMAL_WHITE); in draw_status()
74 lang_text_draw(48, brush_size, text_offset, 194, FONT_NORMAL_GREEN); in draw_status()
96 lang_text_draw(44, people_text, text_offset, 224, people_font); in draw_status()
102 lang_text_draw(44, 137, text_offset, 239, FONT_NORMAL_RED); in draw_status()
104 lang_text_draw(44, 138, text_offset, 239, FONT_NORMAL_RED); in draw_status()
106 lang_text_draw(44, 67, text_offset, 239, FONT_NORMAL_GREEN); in draw_status()
112 lang_text_draw(44, 64, text_offset, 254, FONT_NORMAL_GREEN); in draw_status()
120 lang_text_draw(44, 63, text_offset, 254, FONT_NORMAL_RED); in draw_status()
127 lang_text_draw(44, 57, text_offset, 269, FONT_NORMAL_RED); in draw_status()
[all …]
/dports/games/augustus/augustus-3.1.0/src/widget/sidebar/
H A Deditor.c60 int text_offset = x_offset + 6; in draw_status() local
64 lang_text_draw(49, selected_tool, text_offset, 178, FONT_NORMAL_WHITE); in draw_status()
74 lang_text_draw(48, brush_size, text_offset, 194, FONT_NORMAL_GREEN); in draw_status()
96 lang_text_draw(44, people_text, text_offset, 224, people_font); in draw_status()
102 lang_text_draw(44, 137, text_offset, 239, FONT_NORMAL_RED); in draw_status()
104 lang_text_draw(44, 138, text_offset, 239, FONT_NORMAL_RED); in draw_status()
106 lang_text_draw(44, 67, text_offset, 239, FONT_NORMAL_GREEN); in draw_status()
112 lang_text_draw(44, 64, text_offset, 254, FONT_NORMAL_GREEN); in draw_status()
120 lang_text_draw(44, 63, text_offset, 254, FONT_NORMAL_RED); in draw_status()
127 lang_text_draw(44, 57, text_offset, 269, FONT_NORMAL_RED); in draw_status()
[all …]
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/components/
H A Dlabeled_paragraph.py48 text_offset = self._alignment.text_offset - indentation
50 text_offset = 0
52 text_offset = max(text_offset, len(visible_label) + self._padding)
53 text_prefix = " " * text_offset
56 text_width = io.terminal_dimensions.width - 1 - text_offset - indentation
64 label_width = text_offset + style_tag_length
/dports/games/frogatto/frogatto-1.3.1/modules/tileciv/data/objects/
H A Dciv_start.cfg11 text_offset: [26,7,28,9],
15 …re text = object('text_controller', midpoint_x+consts.text_offset[0], midpoint_y+consts.text_offse…
20 set(text.midpoint_x, midpoint_x+consts.text_offset[2]),
21 set(text.midpoint_y, midpoint_y+consts.text_offset[3])],
23 set(text.midpoint_x, midpoint_x+consts.text_offset[0]),
24 set(text.midpoint_y, midpoint_y+consts.text_offset[1])]
28 set(text.midpoint_x, midpoint_x+consts.text_offset[0]),
29 set(text.midpoint_y, midpoint_y+consts.text_offset[1]),
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/lib/
H A Dimage.c19 uint64_t text_offset; /* Image load offset, LE */ member
34 uint64_t image_size, text_offset; in booti_setup() local
53 text_offset = 0x80000; in booti_setup()
56 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
68 dst = image - text_offset; in booti_setup()
72 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/lib/
H A Dimage.c19 uint64_t text_offset; /* Image load offset, LE */ member
34 uint64_t image_size, text_offset; in booti_setup() local
53 text_offset = 0x80000; in booti_setup()
56 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
68 dst = image - text_offset; in booti_setup()
72 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/arm/lib/
H A Dimage.c19 uint64_t text_offset; /* Image load offset, LE */
34 uint64_t image_size, text_offset;
53 text_offset = 0x80000;
56 text_offset = le64_to_cpu(ih->text_offset);
68 dst = image - text_offset;
72 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset;
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-bananapi/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-nanopi-a64/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/arch/arm/lib/
H A Dimage.c22 uint64_t text_offset; /* Image load offset, LE */ member
37 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
71 dst = image - text_offset; in booti_setup()
75 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/arch/arm/lib/
H A Dimage.c19 uint64_t text_offset; /* Image load offset, LE */ member
34 uint64_t image_size, text_offset; in booti_setup() local
53 text_offset = 0x80000; in booti_setup()
56 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
68 dst = image - text_offset; in booti_setup()
72 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()

12345678910>>...26