Home
last modified time | relevance | path

Searched refs:color_layout (Results 1 – 11 of 11) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/editor/
H A Dstyleeditor.cpp101 QHBoxLayout *color_layout = new QHBoxLayout(); in StyleEditor() local
102 color_layout -> addWidget(new QLabel(tr("Contour :")), 0, Qt::AlignRight); in StyleEditor()
103 color_layout -> addWidget(outline_color); in StyleEditor()
104 color_layout -> addSpacing(10); in StyleEditor()
105 color_layout -> addWidget(new QLabel(tr("Remplissage :")), 0, Qt::AlignRight); in StyleEditor()
106 color_layout -> addWidget(filling_color); in StyleEditor()
107 main_layout -> addLayout(color_layout); in StyleEditor()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_renderpass_cache.cpp58 const VkImageLayout color_layout = ((params.texceptions >> rt) & 1) != 0 in CreateRenderPass() local
69 .initialLayout = color_layout, in CreateRenderPass()
70 .finalLayout = color_layout, in CreateRenderPass()
75 .layout = color_layout, in CreateRenderPass()
/dports/devel/boost-docs/boost_1_72_0/boost/gil/extension/io/raw/detail/
H A Dread.hpp37 #define BUILD_INTERLEAVED_VIEW(color_layout, bits_per_pixel) \ argument
39color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
41 … (color_layout##bits_per_pixel##_pixel_t*)processed_image->data, \
/dports/devel/hyperscan/boost_1_75_0/boost/gil/extension/io/raw/detail/
H A Dread.hpp37 #define BUILD_INTERLEAVED_VIEW(color_layout, bits_per_pixel) \ argument
39color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
41 … (color_layout##bits_per_pixel##_pixel_t*)processed_image->data, \
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/io/raw/detail/
H A Dread.hpp37 #define BUILD_INTERLEAVED_VIEW(color_layout, bits_per_pixel) \ argument
39color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
41 … (color_layout##bits_per_pixel##_pixel_t*)processed_image->data, \
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/extension/io/raw/detail/
H A Dread.hpp37 #define BUILD_INTERLEAVED_VIEW(color_layout, bits_per_pixel) \
39color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
41 … (color_layout##bits_per_pixel##_pixel_t*)processed_image->data, \
/dports/devel/boost-libs/boost_1_72_0/boost/gil/extension/io/raw/detail/
H A Dread.hpp37 #define BUILD_INTERLEAVED_VIEW(color_layout, bits_per_pixel) \ argument
39color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
41 … (color_layout##bits_per_pixel##_pixel_t*)processed_image->data, \
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/extension/io/raw/detail/
H A Dread.hpp37 #define BUILD_INTERLEAVED_VIEW(color_layout, bits_per_pixel) \ argument
39color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
41 … (color_layout##bits_per_pixel##_pixel_t*)processed_image->data, \
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/io/raw/detail/
H A Dread.hpp34 #define BUILD_INTERLEAVED_VIEW(color_layout, bits_per_pixel) \
36color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
38 … (color_layout##bits_per_pixel##_pixel_t*)processed_image->data, \
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dtemplate_dialog_ui.py32 self.color_layout = QtWidgets.QWidget(self.wid1)
33 self.color_layout.setObjectName("color_layout")
34 self.gridlayout = QtWidgets.QGridLayout(self.color_layout)
36 self.colored_field_label = QtWidgets.QLabel(self.color_layout)
39 self.colored_field = QtWidgets.QComboBox(self.color_layout)
42 self.color_chooser_label = QtWidgets.QLabel(self.color_layout)
45 self.color_name = ColorButton(self.color_layout)
48 self.color_copy_button = QtWidgets.QToolButton(self.color_layout)
54 self.verticalLayout1.addWidget(self.color_layout)
H A Dtemplate_dialog.py267 self.color_layout.setVisible(False)
271 self.color_layout.setVisible(True)