|
Krita Source Code Documentation
|
Public Member Functions | |
| BevelEmbossRectCalculator (const QRect &applyRect, const psd_layer_effects_bevel_emboss *config) | |
| QRect | totalChangeRect (const QRect &applyRect, const psd_layer_effects_bevel_emboss *config) |
| QRect | totalNeedRect (const QRect &applyRect, const psd_layer_effects_bevel_emboss *config) |
Public Attributes | |
| QRect | applyBevelRect |
| QRect | applyBumpmapRect |
| QRect | applyContourRect |
| QRect | applyGaussianRect |
| QRect | applyGlossContourRect |
| QRect | applyTextureRect |
| QRect | initialFetchRect |
| QRect | shadowHighlightsFinalRect |
Private Member Functions | |
| QRect | calcBevelChangeRect (const QRect &applyRect, const psd_layer_effects_bevel_emboss *config) |
| QRect | calcBevelNeedRect (const QRect &applyRect, const psd_layer_effects_bevel_emboss *config) |
Definition at line 184 of file kis_ls_bevel_emboss_filter.cpp.
|
inline |
Definition at line 186 of file kis_ls_bevel_emboss_filter.cpp.
References applyBevelRect, applyBumpmapRect, applyContourRect, applyGaussianRect, applyGlossContourRect, applyTextureRect, calcBevelNeedRect(), KisLsUtils::growRectFromRadius(), initialFetchRect, kisGrowRect(), shadowHighlightsFinalRect, and psd_layer_effects_bevel_emboss::soften().
|
inlineprivate |
Definition at line 224 of file kis_ls_bevel_emboss_filter.cpp.
References kisGrowRect(), psd_bevel_emboss, psd_bevel_inner_bevel, psd_bevel_outer_bevel, psd_bevel_pillow_emboss, psd_bevel_stroke_emboss, psd_layer_effects_shadow_base::size(), psd_layer_effects_bevel_emboss::style(), and warnKrita.
|
inlineprivate |
Definition at line 253 of file kis_ls_bevel_emboss_filter.cpp.
References kisGrowRect(), and psd_layer_effects_shadow_base::size().
|
inline |
Definition at line 199 of file kis_ls_bevel_emboss_filter.cpp.
References calcBevelChangeRect(), KisLsUtils::growRectFromRadius(), kisGrowRect(), and psd_layer_effects_bevel_emboss::soften().
|
inline |
Definition at line 206 of file kis_ls_bevel_emboss_filter.cpp.
References calcBevelNeedRect(), KisLsUtils::growRectFromRadius(), kisGrowRect(), and psd_layer_effects_bevel_emboss::soften().
| QRect BevelEmbossRectCalculator::applyBevelRect |
Definition at line 215 of file kis_ls_bevel_emboss_filter.cpp.
| QRect BevelEmbossRectCalculator::applyBumpmapRect |
Definition at line 218 of file kis_ls_bevel_emboss_filter.cpp.
| QRect BevelEmbossRectCalculator::applyContourRect |
Definition at line 217 of file kis_ls_bevel_emboss_filter.cpp.
| QRect BevelEmbossRectCalculator::applyGaussianRect |
Definition at line 220 of file kis_ls_bevel_emboss_filter.cpp.
| QRect BevelEmbossRectCalculator::applyGlossContourRect |
Definition at line 219 of file kis_ls_bevel_emboss_filter.cpp.
| QRect BevelEmbossRectCalculator::applyTextureRect |
Definition at line 216 of file kis_ls_bevel_emboss_filter.cpp.
| QRect BevelEmbossRectCalculator::initialFetchRect |
Definition at line 214 of file kis_ls_bevel_emboss_filter.cpp.
| QRect BevelEmbossRectCalculator::shadowHighlightsFinalRect |
Definition at line 221 of file kis_ls_bevel_emboss_filter.cpp.