Home
last modified time | relevance | path

Searched refs:label_size (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DDescriptionDisplay.vala44 double label_size = 20 * MainWindow.units;
50 name = new LineTextArea (label_size);
51 style = new LineTextArea (label_size);
52 weight = new LineTextArea (label_size);
53 full_name = new LineTextArea (label_size);
55 version = new LineTextArea (label_size);
56 description = new TextArea (label_size);
57 copyright = new TextArea (label_size);
58 license = new TextArea (label_size);
60 trademark = new TextArea (label_size);
[all …]
H A DExportSettings.vala36 double label_size = 20 * MainWindow.units;
47 widgets.add (new Text (t_("File Name"), label_size, label_margin));
49 file_name = new LineTextArea (label_size);
64 file_name_mac = new LineTextArea (label_size);
79 units_per_em = new LineTextArea (label_size);
100 widgets.add (new Text (t_("Formats"), label_size, label_margin));
102 CheckBox otf = new CheckBox ("OTF", label_size);
119 ttf = new CheckBox ("TTF", label_size);
129 eot = new CheckBox ("EOT", label_size);
139 svg = new CheckBox ("SVG", label_size);
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_key_log.c89 uint8_t label_size = 0; in s2n_key_log_tls13_secret() local
94 label_size = sizeof(client_early_traffic_label) - 1; in s2n_key_log_tls13_secret()
98 label_size = sizeof(client_handshake_label) - 1; in s2n_key_log_tls13_secret()
102 label_size = sizeof(server_handshake_label) - 1; in s2n_key_log_tls13_secret()
106 label_size = sizeof(client_traffic_label) - 1; in s2n_key_log_tls13_secret()
110 label_size = sizeof(server_traffic_label) - 1; in s2n_key_log_tls13_secret()
118 = label_size in s2n_key_log_tls13_secret()
126 RESULT_GUARD_POSIX(s2n_stuffer_write_bytes(&output, label, label_size)); in s2n_key_log_tls13_secret()
151 const uint8_t label_size = sizeof(label) - 1; in s2n_key_log_tls12_secret() local
154 = label_size in s2n_key_log_tls12_secret()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/python/ncnn/utils/
H A Dvisual.py39 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
42 y = obj.rect.y - label_size[1] - baseLine
45 if x + label_size[0] > image.shape[1]:
46 x = image.shape[1] - label_size[0]
51 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
59 (int(x), int(y + label_size[1])),
132 y = obj.rect.y - label_size[1] - baseLine
135 if x + label_size[0] > image.shape[1]:
136 x = image.shape[1] - label_size[0]
141 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/python/ncnn/utils/
H A Dvisual.py39 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
42 y = obj.rect.y - label_size[1] - baseLine
45 if x + label_size[0] > image.shape[1]:
46 x = image.shape[1] - label_size[0]
51 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
59 (int(x), int(y + label_size[1])),
132 y = obj.rect.y - label_size[1] - baseLine
135 if x + label_size[0] > image.shape[1]:
136 x = image.shape[1] - label_size[0]
141 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/python/ncnn/utils/
H A Dvisual.py39 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
42 y = obj.rect.y - label_size[1] - baseLine
45 if x + label_size[0] > image.shape[1]:
46 x = image.shape[1] - label_size[0]
51 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
59 (int(x), int(y + label_size[1])),
132 y = obj.rect.y - label_size[1] - baseLine
135 if x + label_size[0] > image.shape[1]:
136 x = image.shape[1] - label_size[0]
141 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
[all …]
/dports/misc/ncnn/ncnn-20211208/python/ncnn/utils/
H A Dvisual.py39 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
42 y = obj.rect.y - label_size[1] - baseLine
45 if x + label_size[0] > image.shape[1]:
46 x = image.shape[1] - label_size[0]
51 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
59 (int(x), int(y + label_size[1])),
132 y = obj.rect.y - label_size[1] - baseLine
135 if x + label_size[0] > image.shape[1]:
136 x = image.shape[1] - label_size[0]
141 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/python/ncnn/utils/
H A Dvisual.py39 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
42 y = obj.rect.y - label_size[1] - baseLine
45 if x + label_size[0] > image.shape[1]:
46 x = image.shape[1] - label_size[0]
51 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
59 (int(x), int(y + label_size[1])),
132 y = obj.rect.y - label_size[1] - baseLine
135 if x + label_size[0] > image.shape[1]:
136 x = image.shape[1] - label_size[0]
141 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dprf.c72 size_t label_size, in gnutls_prf_raw() argument
88 label_size, label, in gnutls_prf_raw()
98 size_t label_size, const char *label, in _tls13_derive_exporter() argument
164 size_t label_size, const char *label, in gnutls_prf_rfc5705() argument
177 label_size, label, in gnutls_prf_rfc5705()
201 ret = gnutls_prf(session, label_size, label, 0, in gnutls_prf_rfc5705()
247 size_t label_size, const char *label, in gnutls_prf_early() argument
256 label_size, label, in gnutls_prf_early()
299 size_t label_size, in gnutls_prf() argument
312 return gnutls_prf_rfc5705(session, label_size, label, in gnutls_prf()
[all …]
H A Dsecrets.c83 const char *label, unsigned label_size, in _tls13_derive_secret2() argument
94 if (unlikely(label_size >= sizeof(digest))) in _tls13_derive_secret2()
108 const char *label, unsigned label_size, in _tls13_derive_secret() argument
116 return _tls13_derive_secret2(session->security_parameters.prf, label, label_size, tbh, tbh_size, in _tls13_derive_secret()
123 const char *label, unsigned label_size, in _tls13_expand_secret2() argument
135 if (unlikely(label_size >= sizeof(tmp)-6)) in _tls13_expand_secret2()
146 memcpy(&tmp[6], label, label_size); in _tls13_expand_secret2()
147 ret = _gnutls_buffer_append_data_prefix(&str, 8, tmp, label_size+6); in _tls13_expand_secret2()
176 (int)label_size, label, out_size, in _tls13_expand_secret2()
188 const char *label, unsigned label_size, in _tls13_expand_secret() argument
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/men/
H A Dtab.c73 if ( t->label_size != minsize ) in computeLabelTab()
111 h += valInt(t->label_size->h); in computeTab()
164 t->label_size->w, in changedLabelImageTab()
165 add(t->label_size->h, eh)); in changedLabelImageTab()
176 if ( isDefault(t->label_size) ) in ChangedLabelTab()
179 { lw = t->label_size->w; in ChangedLabelTab()
180 lh = t->label_size->h; in ChangedLabelTab()
188 if ( notDefault(t->label_size) && in ChangedLabelTab()
189 ( t->label_size->w != lw || in ChangedLabelTab()
190 t->label_size->h != lh in ChangedLabelTab()
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/int/
H A Dtls1-prf.c87 size_t label_size, const char *label, in tls10_prf() argument
91 int l_s, cseed_size = seed_size + label_size; in tls10_prf()
101 memcpy(cseed, label, label_size); in tls10_prf()
102 memcpy(&cseed[label_size], seed, seed_size); in tls10_prf()
152 size_t label_size, const char *label, in tls12_prf() argument
156 size_t cseed_size = seed_size + label_size; in tls12_prf()
162 memcpy(cseed, label, label_size); in tls12_prf()
163 memcpy(&cseed[label_size], seed, seed_size); in tls12_prf()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/python/examples/
H A Dyolact.py128 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
131 y = box[1] - label_size[1] - baseLine
134 if x + label_size[0] > image.shape[1]:
135 x = image.shape[1] - label_size[0]
140 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
148 (int(x), int(y + label_size[1])),
H A Dpeleenetssd.py41 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
44 y = obj.rect.y - label_size[1] - baseLine
47 if x + label_size[0] > image.shape[1]:
48 x = image.shape[1] - label_size[0]
53 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
61 (int(x), int(y + label_size[1])),
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/python/examples/
H A Dyolact.py128 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
131 y = box[1] - label_size[1] - baseLine
134 if x + label_size[0] > image.shape[1]:
135 x = image.shape[1] - label_size[0]
140 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
148 (int(x), int(y + label_size[1])),
H A Dpeleenetssd.py41 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
44 y = obj.rect.y - label_size[1] - baseLine
47 if x + label_size[0] > image.shape[1]:
48 x = image.shape[1] - label_size[0]
53 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
61 (int(x), int(y + label_size[1])),
/dports/misc/ncnn/ncnn-20211208/python/examples/
H A Dyolact.py128 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
131 y = box[1] - label_size[1] - baseLine
134 if x + label_size[0] > image.shape[1]:
135 x = image.shape[1] - label_size[0]
140 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
148 (int(x), int(y + label_size[1])),
H A Dpeleenetssd.py41 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
44 y = obj.rect.y - label_size[1] - baseLine
47 if x + label_size[0] > image.shape[1]:
48 x = image.shape[1] - label_size[0]
53 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
61 (int(x), int(y + label_size[1])),
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/python/examples/
H A Dyolact.py128 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
131 y = box[1] - label_size[1] - baseLine
134 if x + label_size[0] > image.shape[1]:
135 x = image.shape[1] - label_size[0]
140 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
148 (int(x), int(y + label_size[1])),
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/python/examples/
H A Dyolact.py128 label_size, baseLine = cv2.getTextSize(text, cv2.FONT_HERSHEY_SIMPLEX, 0.5, 1)
131 y = box[1] - label_size[1] - baseLine
134 if x + label_size[0] > image.shape[1]:
135 x = image.shape[1] - label_size[0]
140 (int(x + label_size[0]), int(y + label_size[1] + baseLine)),
148 (int(x), int(y + label_size[1])),
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Dwire2host.c58 uint8_t label_size; in ldns_wire2dname() local
73 label_size = wire[*pos]; in ldns_wire2dname()
74 while (label_size > 0) { in ldns_wire2dname()
76 while (label_size >= 192) { in ldns_wire2dname()
99 label_size = wire[*pos]; in ldns_wire2dname()
101 if(label_size == 0) in ldns_wire2dname()
106 if (*pos + 1 + label_size > max) { in ldns_wire2dname()
115 if (label_size > 0) { in ldns_wire2dname()
124 dname_pos += label_size; in ldns_wire2dname()
125 *pos = *pos + label_size; in ldns_wire2dname()
[all …]
/dports/dns/py-ldns/ldns-1.8.1/
H A Dwire2host.c58 uint8_t label_size; in ldns_wire2dname() local
73 label_size = wire[*pos]; in ldns_wire2dname()
74 while (label_size > 0) { in ldns_wire2dname()
76 while (label_size >= 192) { in ldns_wire2dname()
99 label_size = wire[*pos]; in ldns_wire2dname()
101 if(label_size == 0) in ldns_wire2dname()
106 if (*pos + 1 + label_size > max) { in ldns_wire2dname()
115 if (label_size > 0) { in ldns_wire2dname()
124 dname_pos += label_size; in ldns_wire2dname()
125 *pos = *pos + label_size; in ldns_wire2dname()
[all …]
/dports/dns/ldns/ldns-1.8.1/
H A Dwire2host.c58 uint8_t label_size; in ldns_wire2dname() local
73 label_size = wire[*pos]; in ldns_wire2dname()
74 while (label_size > 0) { in ldns_wire2dname()
76 while (label_size >= 192) { in ldns_wire2dname()
99 label_size = wire[*pos]; in ldns_wire2dname()
101 if(label_size == 0) in ldns_wire2dname()
106 if (*pos + 1 + label_size > max) { in ldns_wire2dname()
115 if (label_size > 0) { in ldns_wire2dname()
124 dname_pos += label_size; in ldns_wire2dname()
125 *pos = *pos + label_size; in ldns_wire2dname()
[all …]
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_imhex_extensions.cpp21 const ImVec2 label_size = CalcTextSize(label, NULL, true); in Hyperlink() local
24 ImVec2 size = CalcItemSize(size_arg, label_size.x, label_size.y); in Hyperlink()
54 const ImVec2 label_size = CalcTextSize(label, NULL, true); in BulletHyperlink() local
57 …ImVec2 size = CalcItemSize(size_arg, label_size.x, label_size.y) + ImVec2(g.FontSize + style.Frame… in BulletHyperlink()
90 const ImVec2 label_size = CalcTextSize(label, NULL, true); in DescriptionButton() local
117 …ped(bb.Min + style.FramePadding * 2 + ImVec2(style.FramePadding.x * 2, label_size.y), bb.Max - sty… in DescriptionButton()
133 const ImVec2 label_size = CalcTextSize(label, NULL, true); in UnderlinedText() local
136 ImVec2 size = CalcItemSize(size_arg, label_size.x, label_size.y); in UnderlinedText()
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/
H A Dprf.c50 size_t label_size, const char *label, in _gnutls_prf_raw() argument
57 tls10_prf(master_size, (uint8_t*)master, label_size, label, in _gnutls_prf_raw()
69 label_size, label, seed_size, in _gnutls_prf_raw()
86 label_size, label, seed_size, in _gnutls_prf_raw()
104 label_size, label, seed_size, in _gnutls_prf_raw()
121 label_size, label, seed_size, in _gnutls_prf_raw()

12345678910>>...24