Home
last modified time | relevance | path

Searched refs:hasDitheringMatrices (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dextensions.h89 bool hasDitheringMatrices() const { return !m_ditheringMatrices.empty(); } in hasDitheringMatrices() function
H A Dextensions.cpp741 if (extension->hasDitheringMatrices()) DitheringMatricesChange(extension); in generateExtensionSignals()