Home
last modified time | relevance | path

Searched refs:psd_technique_type (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/psd/
H A Dpsd.h102 enum psd_technique_type { enum
334 psd_technique_type technique() const { in technique()
416 void setTechnique(psd_technique_type value) { in setTechnique()
460 psd_technique_type m_technique;
680 psd_technique_type technique() const { in technique()
683 void setTechnique(psd_technique_type value) { in setTechnique()
866 psd_technique_type m_technique;
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_asl_layer_style_serializer.cpp128 QString techniqueToString(psd_technique_type technique, const QString &typeId) in techniqueToString()
976 QMap<QString, psd_technique_type> fillTechniqueMap; in connectCatcherToStyle()
979 …CONN_ENUM("/OrGl/GlwT", "BETE", setTechnique, fillTechniqueMap, psd_technique_type, outerGlow, psd… in connectCatcherToStyle()
999 …CONN_ENUM("/IrGl/GlwT", "BETE", setTechnique, fillTechniqueMap, psd_technique_type, innerGlow, psd… in connectCatcherToStyle()
1117 QMap<QString, psd_technique_type> bevelTechniqueMap; in connectCatcherToStyle()
1121 …CONN_ENUM("/ebbl/bvlT", "bvlT", setTechnique, bevelTechniqueMap, psd_technique_type, bevelAndEmbos… in connectCatcherToStyle()
/dports/graphics/krita/krita-4.4.8/libs/ui/dialogs/
H A Dkis_dlg_layer_style.cpp732 bevelAndEmboss->setTechnique((psd_technique_type)ui.cmbTechnique->currentIndex()); in fetchBevelAndEmboss()
1150 config->setTechnique((psd_technique_type)ui.cmbTechnique->currentIndex()); in fetchConfig()