Home
last modified time | relevance | path

Searched defs:decoration (Results 1 – 25 of 1559) sorted by last modified time

12345678910>>...63

/dports/x11-wm/sway/sway-1.5.1/sway/tree/
H A Dview.c646 bool decoration) { in view_map()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dwindow_list.py80 …def decoration(self, which: EdgeLiteral, border_mult: int = 1, is_single_window: bool = False) -> … member in WindowGroup
/dports/sysutils/busybox/busybox-1.26.2/findutils/
H A Dgrep.c246 #define print_line(line, line_len, linenum, decoration) \ argument
249 static void print_line(const char *line, size_t line_len, int linenum, char decoration) in print_line()
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/dcom/
H A Dwmi.py831 decoration = ( variable in OBJECT_BLOCK
/dports/misc/ncnn/ncnn-20211208/src/
H A Dgpu.cpp2183 uint32_t decoration = p[2]; in inject_local_size_xyz() local
3722 uint32_t decoration = p[2]; in resolve_shader_info() local
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dgpu.cpp2183 uint32_t decoration = p[2]; in inject_local_size_xyz() local
3722 uint32_t decoration = p[2]; in resolve_shader_info() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/pyprov/
H A Dmsgbox.py170 def show(self, message, decoration, title): argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/pyprov/
H A Dmsgbox.py170 def show(self, message, decoration, title): argument
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/
H A Dboxes.hpp321 inline bool box_rep::decoration () { return is_decoration (find_lip ()); } in decoration() function in box_rep
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/src/area/
H A DZLTextAreaStyle.cpp52 …const ZLTextStyleDecoration *decoration = ZLTextStyleCollection::Instance().decoration(control.tex… in applyControl() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_parser.cpp42 static bool decoration_is_string(Decoration decoration) in decoration_is_string()
379 auto decoration = static_cast<Decoration>(bit); in parse() local
408 auto decoration = static_cast<Decoration>(bit); in parse() local
427 auto decoration = static_cast<Decoration>(ops[1]); in parse() local
442 auto decoration = static_cast<Decoration>(ops[1]); in parse() local
451 auto decoration = static_cast<Decoration>(ops[2]); in parse() local
463 auto decoration = static_cast<Decoration>(ops[2]); in parse() local
H A Dspirv_common.hpp1018 uint32_t decoration = 0; member
1635 Decoration decoration; member
H A Dspirv_cross.cpp1137 void Compiler::set_member_decoration_string(TypeID id, uint32_t index, spv::Decoration decoration, in set_member_decoration_string()
1143 void Compiler::set_member_decoration(TypeID id, uint32_t index, Decoration decoration, uint32_t arg… in set_member_decoration()
1193 void Compiler::unset_member_decoration(TypeID id, uint32_t index, Decoration decoration) in unset_member_decoration()
1198 void Compiler::set_decoration_string(ID id, spv::Decoration decoration, const std::string &argument) in set_decoration_string()
1203 void Compiler::set_decoration(ID id, Decoration decoration, uint32_t argument) in set_decoration()
1208 void Compiler::set_extended_decoration(uint32_t id, ExtendedDecorations decoration, uint32_t value) in set_extended_decoration()
1215 …iler::set_extended_member_decoration(uint32_t type, uint32_t index, ExtendedDecorations decoration, in set_extended_member_decoration()
1224 static uint32_t get_default_extended_decoration(ExtendedDecorations decoration) in get_default_extended_decoration()
1292 void Compiler::unset_extended_decoration(uint32_t id, ExtendedDecorations decoration) in unset_extended_decoration()
1299 …er::unset_extended_member_decoration(uint32_t type, uint32_t index, ExtendedDecorations decoration) in unset_extended_member_decoration()
[all …]
H A Dspirv_cross_c.cpp1739 void spvc_compiler_set_decoration_string(spvc_compiler compiler, SpvId id, SpvDecoration decoration, in spvc_compiler_set_decoration_string()
1751 SpvDecoration decoration, unsigned argument) in spvc_compiler_set_member_decoration()
1757 SpvDecoration decoration, const char *argument) in spvc_compiler_set_member_decoration_string()
1768 void spvc_compiler_unset_decoration(spvc_compiler compiler, SpvId id, SpvDecoration decoration) in spvc_compiler_unset_decoration()
1774 SpvDecoration decoration) in spvc_compiler_unset_member_decoration()
1779 spvc_bool spvc_compiler_has_decoration(spvc_compiler compiler, SpvId id, SpvDecoration decoration) in spvc_compiler_has_decoration()
1785 SpvDecoration decoration) in spvc_compiler_has_member_decoration()
1797 unsigned spvc_compiler_get_decoration(spvc_compiler compiler, SpvId id, SpvDecoration decoration) in spvc_compiler_get_decoration()
1808 SpvDecoration decoration) in spvc_compiler_get_member_decoration()
1814 SpvDecoration decoration) in spvc_compiler_get_member_decoration_string()
[all …]
H A Dspirv_cross_parsed_ir.cpp355 void ParsedIR::set_decoration_string(ID id, Decoration decoration, const string &argument) in set_decoration_string()
371 void ParsedIR::set_decoration(ID id, Decoration decoration, uint32_t argument) in set_decoration()
449 void ParsedIR::set_member_decoration(TypeID id, uint32_t index, Decoration decoration, uint32_t arg… in set_member_decoration()
659 void ParsedIR::unset_decoration(ID id, Decoration decoration) in unset_decoration()
790 void ParsedIR::set_member_decoration_string(TypeID id, uint32_t index, Decoration decoration, const… in set_member_decoration_string()
830 void ParsedIR::unset_member_decoration(TypeID id, uint32_t index, Decoration decoration) in unset_member_decoration()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/
H A Dwrapper.cpp248 …ernalCompilerBase *compiler, uint32_t *result, const uint32_t id, const spv::Decoration decoration) in sc_internal_compiler_get_decoration()
253 …ration(const ScInternalCompilerBase *compiler, const uint32_t id, const spv::Decoration decoration) in sc_internal_compiler_unset_decoration()
258 …(const ScInternalCompilerBase *compiler, const uint32_t id, const spv::Decoration decoration, cons… in sc_internal_compiler_set_decoration()
456 …lerBase *compiler, const uint32_t id, const uint32_t index, const spv::Decoration decoration, uint… in sc_internal_compiler_get_member_decoration()
461 …lerBase *compiler, const uint32_t id, const uint32_t index, const spv::Decoration decoration, cons… in sc_internal_compiler_set_member_decoration()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/tests/
H A Dspirv_tests.rs67 let decoration = ast in ast_gets_decoration() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/
H A Dglue.rs5382 let decoration = TextDecorationLine::COLOR_OVERRIDE; in Servo_DeclarationBlock_SetTextDecorationColorOverride() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DTextDrawTarget.h276 wr::Line decoration; in AppendDecoration() local
309 wr::Line decoration; in AppendWavyDecoration() local
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRendering.h610 mozilla::StyleTextDecorationLine decoration = member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/spirv/
H A Dvtn_private.h614 struct vtn_decoration *decoration; member
655 SpvDecoration decoration; member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/clc/
H A Dclc_helpers.cpp314 uint32_t decoration; in applyDecoration() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c200 SpvDecoration decoration, const uint32_t extra_operands[], in emit_decoration()
214 SpvDecoration decoration) in spirv_builder_emit_decoration()
352 SpvDecoration decoration, const uint32_t extra_operands[], in emit_member_decoration()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp248 const auto decoration = get<SpvDecoration>(inst, 2); in create_binary_from_spirv() local
/dports/www/firefox/firefox-99.0/servo/ports/geckolib/
H A Dglue.rs5547 let decoration = TextDecorationLine::COLOR_OVERRIDE; in Servo_DeclarationBlock_SetTextDecorationColorOverride() localVariable

12345678910>>...63