Home
last modified time | relevance | path

Searched defs:layer_path (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/cli/
H A Dcli_processor.cpp53 const std::string& layer_path, in match_path()
82 const std::string& layer_path, in filter_layer()
99 auto layer_path = get_layer_path(layer); in filter_layers() local
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/
H A Dtest_environment.cpp149 TestLayerHandle::TestLayerHandle(fs::path const& layer_path) noexcept : layer_library(layer_path) { in TestLayerHandle()
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/shim/
H A Dshim_common.cpp242 …m::add_CM_Device_ID(std::wstring const& id, fs::path const& icd_path, fs::path const& layer_path) {
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dcommand.py247 def __init__(self, doc, layer_path=None, description=None, argument
1049 def __init__(self, doc, layer_path, x0, y0, **kwds): argument