Home
last modified time | relevance | path

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

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dtextureboost.cc204 setEnabled(pp->textureBoost.enabled); in read()
205 data = pp->textureBoost.regions; in read()
206 auto m = pp->textureBoost.labmasks; in read()
211 labMasks->setMasks(m, pp->textureBoost.showMask); in read()
218 pp->textureBoost.enabled = getEnabled(); in write()
221 pp->textureBoost.regions = data; in write()
223 labMasks->getMasks(pp->textureBoost.labmasks, pp->textureBoost.showMask); in write()
224 assert(pp->textureBoost.regions.size() == pp->textureBoost.labmasks.size()); in write()
235 initial_params = defParams->textureBoost; in setDefaults()
343 pp.textureBoost = initial_params; in toolReset()
[all …]
H A Dparamsedited.h43 bool textureBoost; variable
H A Dparamsedited.cc45 textureBoost = v; in set()
H A Dtoolpanelcoord.cc53 textureBoost = Gtk::manage (new TextureBoost()); in ToolPanelCoordinator()
139 addfavoritePanel(localPanel, textureBoost); in ToolPanelCoordinator()
299 textureBoost->setDeltaEColorProvider(this); in ToolPanelCoordinator()
487 textureBoost->updateGeometry(fw, fh); in panelChanged()
589 textureBoost->updateGeometry(fw, fh); in profileChange()
1223 textureBoost->setAreaDrawListener(listener); in setAreaDrawListener()
H A Dpartialpastedlg.cc93 {"PARTIALPASTE_TEXTUREBOOST", &pedited.textureBoost, 6}, in get_toggles()
H A Dtoolpanelcoord.h137 TextureBoost *textureBoost; variable
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diptextureboost.cc183 bool ImProcFunctions::textureBoost(Imagefloat *rgb) in textureBoost() function in rtengine::ImProcFunctions
198 if (params->textureBoost.enabled) { in textureBoost()
204 int n = params->textureBoost.regions.size(); in textureBoost()
205 int show_mask_idx = params->textureBoost.showMask; in textureBoost()
210 …if (!generateLabMasks(rgb, params->textureBoost.labmasks, offset_x, offset_y, full_width, full_hei… in textureBoost()
221 if (!params->textureBoost.labmasks[i].enabled) { in textureBoost()
225 auto &r = params->textureBoost.regions[i]; in textureBoost()
H A Dprocparams.cc3173 textureBoost = TextureBoostParams(); in setDefaults()
3524 if (RELEVANT_(textureBoost)) { in save()
3526 for (size_t j = 0; j < textureBoost.regions.size(); ++j) { in save()
3528 auto &r = textureBoost.regions[j]; in save()
3532 textureBoost.labmasks[j].save(keyFile, "TextureBoost", "", n); in save()
4465 if (keyFile.has_group(tbgroup) && RELEVANT_(textureBoost)) { in load()
4466 assignFromKeyfile(keyFile, tbgroup, "Enabled", textureBoost.enabled); in load()
4499 textureBoost.regions = std::move(ll); in load()
4500 textureBoost.labmasks = std::move(lm); in load()
4502 assert(textureBoost.regions.size() == textureBoost.labmasks.size()); in load()
[all …]
H A Dimprocfun.h114 bool textureBoost(Imagefloat *rgb);
H A Dimprocfun.cc880 stop = stop || STEP_s_(textureBoost); in process()
H A Dprocparams.h1510 TextureBoostParams textureBoost; ///< Edge Preserving Decomposition parameters variable