Home
last modified time | relevance | path

Searched defs:ditheringAlgorithm (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_change_pixel_format.cpp78 const render::DitheringAlgorithm ditheringAlgorithm, in ConvertThread()
117 const render::DitheringAlgorithm ditheringAlgorithm, in run()
221 render::DitheringAlgorithm ditheringAlgorithm() const { in ditheringAlgorithm() function in app::__anon348019620111::ColorModeWindow
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cmd/
H A Dset_pixel_format.cpp71 const render::DitheringAlgorithm ditheringAlgorithm, in SetPixelFormat()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Ddithering_selector.cpp214 render::DitheringAlgorithm DitheringSelector::ditheringAlgorithm() in ditheringAlgorithm() function in app::DitheringSelector
H A Dcontext_bar.cpp1734 render::DitheringAlgorithmBase* ContextBar::ditheringAlgorithm() in ditheringAlgorithm() function in app::ContextBar
/dports/graphics/aseprite/aseprite-1.2.9/src/render/
H A Dquantization.cpp83 DitheringAlgorithm ditheringAlgorithm, in convert_pixel_format()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cli/
H A Dcli_processor.cpp141 render::DitheringAlgorithm ditheringAlgorithm = render::DitheringAlgorithm::None; in process() local
H A Dapp_options.h51 const Option& ditheringAlgorithm() const { return m_ditheringAlgorithm; } in ditheringAlgorithm() function