Searched refs:fSmoothingSlider (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h161 SSlider* fSmoothingSlider; member in class:TranslatorWriteView
H A DJPEGTranslator.cpp525 fSmoothingSlider = new SSlider("smoothing",
528 fSmoothingSlider->SetHashMarks(B_HASH_MARKS_BOTTOM);
529 fSmoothingSlider->SetHashMarkCount(10);
530 fSmoothingSlider->SetLimitLabels(B_TRANSLATE("None"), B_TRANSLATE("High"));
531 fSmoothingSlider->SetValue(
563 .Add(fSmoothingSlider)
584 fSmoothingSlider->SetTarget(this);

Completed in 32 milliseconds