Home
last modified time | relevance | path

Searched refs:is_alpha (Results 1 – 25 of 1702) sorted by relevance

12345678910>>...69

/dports/devel/tcllib/tcllib-1.20/modules/oodialect/
H A Doodialect.test29 is_alpha
63 is_alpha
75 } {is_alpha 1}
95 is_alpha
99 is_alpha
103 is_alpha
107 is_alpha
113 } {is_alpha 1}
117 } {is_alpha 1}
121 } {is_alpha 1}
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/oodialect/
H A Doodialect.test29 is_alpha
63 is_alpha
75 } {is_alpha 1}
95 is_alpha
99 is_alpha
103 is_alpha
107 is_alpha
113 } {is_alpha 1}
117 } {is_alpha 1}
121 } {is_alpha 1}
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/oiio/
H A Dopenimageio_api.cpp83 ImageInput *in, int width, int height, int components, int flags, bool is_alpha) in imb_oiio_load_image() argument
89 ibuf = IMB_allocImBuf(width, height, is_alpha ? 32 : 24, flags | IB_rect); in imb_oiio_load_image()
123 ImageInput *in, int width, int height, int components, int flags, bool is_alpha) in imb_oiio_load_image_float() argument
129 ibuf = IMB_allocImBuf(width, height, is_alpha ? 32 : 24, flags | IB_rectfloat); in imb_oiio_load_image_float()
195 bool is_float, is_alpha, is_half; in imb_load_photoshop() local
241 is_alpha = spec.alpha_channel != -1; in imb_load_photoshop()
255 ibuf = imb_oiio_load_image_float(in.get(), width, height, components, flags, is_alpha); in imb_load_photoshop()
258 ibuf = imb_oiio_load_image(in.get(), width, height, components, flags, is_alpha); in imb_load_photoshop()
272 ibuf->planes = (3 + (is_alpha ? 1 : 0)) * 4 << basesize; in imb_load_photoshop()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-pdf-shading.c103 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_decode_array() argument
108 if (is_alpha) in _cairo_pdf_shading_generate_decode_array()
147 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_data() argument
156 if (is_alpha) in _cairo_pdf_shading_generate_data()
212 if (is_alpha) in _cairo_pdf_shading_generate_data()
227 cairo_bool_t is_alpha) in _cairo_pdf_shading_init() argument
251 status = _cairo_pdf_shading_generate_decode_array (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
255 return _cairo_pdf_shading_generate_data (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-pdf-shading.c103 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_decode_array() argument
108 if (is_alpha) in _cairo_pdf_shading_generate_decode_array()
147 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_data() argument
156 if (is_alpha) in _cairo_pdf_shading_generate_data()
212 if (is_alpha) in _cairo_pdf_shading_generate_data()
227 cairo_bool_t is_alpha) in _cairo_pdf_shading_init() argument
251 status = _cairo_pdf_shading_generate_decode_array (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
255 return _cairo_pdf_shading_generate_data (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-pdf-shading.c103 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_decode_array() argument
108 if (is_alpha) in _cairo_pdf_shading_generate_decode_array()
147 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_data() argument
156 if (is_alpha) in _cairo_pdf_shading_generate_data()
212 if (is_alpha) in _cairo_pdf_shading_generate_data()
227 cairo_bool_t is_alpha) in _cairo_pdf_shading_init() argument
251 status = _cairo_pdf_shading_generate_decode_array (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
255 return _cairo_pdf_shading_generate_data (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-pdf-shading.c103 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_decode_array() argument
108 if (is_alpha) in _cairo_pdf_shading_generate_decode_array()
147 cairo_bool_t is_alpha) in _cairo_pdf_shading_generate_data() argument
156 if (is_alpha) in _cairo_pdf_shading_generate_data()
212 if (is_alpha) in _cairo_pdf_shading_generate_data()
227 cairo_bool_t is_alpha) in _cairo_pdf_shading_init() argument
251 status = _cairo_pdf_shading_generate_decode_array (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
255 return _cairo_pdf_shading_generate_data (shading, mesh, is_alpha); in _cairo_pdf_shading_init()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/tasks/
H A Dlist_formats.py81 is_alpha = version == base.ReleaseTrack.ALPHA
83 if is_alpha or is_beta:
87 _ALPHA_QUEUE_LIST_FORMAT if is_alpha else
92 def AddListTasksFormats(parser, is_alpha=False): argument
95 _ALPHA_TASK_LIST_FORMAT if is_alpha else _TASK_LIST_FORMAT)
/dports/devel/thrust/thrust-1.9.5/examples/
H A Dword_count.cu17 bool is_alpha(const char c) in is_alpha() function
29 return is_alpha(right) && !is_alpha(left); in operator ()()
48 if (is_alpha(input.front())) in word_count()
/dports/textproc/p5-Version-Next/Version-Next-1.000/lib/Version/
H A DNext.pm53 my $is_alpha = $version =~ /\A[^_]+_\d+\z/;
58 if ($is_alpha) { # vstring with alpha
77 if ($is_alpha) {
84 if ($is_alpha) {
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/logging/buckets/
H A Dcreate.py65 def _Run(self, args, is_alpha=False): argument
72 if is_alpha and args.IsSpecified('enable_analytics'):
75 if is_alpha and args.IsSpecified('restricted_fields'):
124 return self._Run(args, is_alpha=True)
H A Dupdate.py64 def _Run(self, args, is_alpha=False): argument
82 if is_alpha and args.enable_loglink is not None:
86 if is_alpha and args.IsSpecified('restricted_fields'):
145 return self._Run(args, is_alpha=True)
/dports/chinese/tintin++/tt/src/
H A Ddict.c128 if (is_alpha(*pti)) in dictionary_lowerstring()
159 if (is_alpha(*arg2)) in spellcheck_count()
194 if (!is_alpha(*tail)) in cursor_dictionary_tab_add()
266 if (*arg1 == 0 || !is_alpha(*arg1)) in DO_COMMAND()
286 if (is_alpha(*arg3)) in DO_COMMAND()
/dports/net/tintin++/tt/src/
H A Ddict.c128 if (is_alpha(*pti)) in dictionary_lowerstring()
159 if (is_alpha(*arg2)) in spellcheck_count()
194 if (!is_alpha(*tail)) in cursor_dictionary_tab_add()
266 if (*arg1 == 0 || !is_alpha(*arg1)) in DO_COMMAND()
286 if (is_alpha(*arg3)) in DO_COMMAND()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dconv.rs308 SrcColor if is_alpha => D3D12_BLEND_SRC_ALPHA, in map_factor()
310 OneMinusSrcColor if is_alpha => D3D12_BLEND_INV_SRC_ALPHA, in map_factor()
312 DstColor if is_alpha => D3D12_BLEND_DEST_ALPHA, in map_factor()
323 Src1Color if is_alpha => D3D12_BLEND_SRC1_ALPHA, in map_factor()
334 is_alpha: bool, in map_blend_op()
340 map_factor(src, is_alpha), in map_blend_op()
341 map_factor(dst, is_alpha), in map_blend_op()
345 map_factor(src, is_alpha), in map_blend_op()
346 map_factor(dst, is_alpha), in map_blend_op()
350 map_factor(src, is_alpha), in map_blend_op()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dconv.rs308 SrcColor if is_alpha => D3D12_BLEND_SRC_ALPHA, in map_factor()
310 OneMinusSrcColor if is_alpha => D3D12_BLEND_INV_SRC_ALPHA, in map_factor()
312 DstColor if is_alpha => D3D12_BLEND_DEST_ALPHA, in map_factor()
323 Src1Color if is_alpha => D3D12_BLEND_SRC1_ALPHA, in map_factor()
334 is_alpha: bool, in map_blend_op()
340 map_factor(src, is_alpha), in map_blend_op()
341 map_factor(dst, is_alpha), in map_blend_op()
345 map_factor(src, is_alpha), in map_blend_op()
346 map_factor(dst, is_alpha), in map_blend_op()
350 map_factor(src, is_alpha), in map_blend_op()
[all …]
/dports/multimedia/py-av/av-8.0.3/tests/
H A Dtest_videoformat.py25 self.assertFalse(comp.is_alpha)
53 self.assertFalse(fmt.components[0].is_alpha)
54 self.assertFalse(fmt.components[1].is_alpha)
55 self.assertFalse(fmt.components[2].is_alpha)
85 self.assertFalse(comp.is_alpha)
/dports/devel/avr-gcc/gcc-10.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/dports/lang/gcc10/gcc-10.3.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/dports/lang/gcc11/gcc-11.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/dports/games/fkiss/fkiss-0.33/
H A Dheaders.h115 # define is_alpha(c) isalpha(c) macro
123 # define is_alpha(c) (is_lower(c)||is_upper(c)) macro
124 # define is_alnum(c) (is_alpha(c)||is_digit(c))

12345678910>>...69