Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/image/
H A Diimagefilewriter.h40 namespace foundation { class ICanvas; } variable
H A Dgenericimagefilewriter.h46 namespace foundation { class ICanvas; } variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A DICanvas.cpp26 ICanvas::ICanvas() in ICanvas() function in lsp::ICanvas
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Dcanvas.go67 type ICanvas interface { interface
549 func CanvasToString(c ICanvas) string {
H A Dsupport.go883 func FixCanvasHeight(c ICanvas, size IRenderSize) {
/dports/net/termshark/termshark-2.1.1/widgets/hexdumper2/
H A Dhexdumper2.go696 func styleAt(canvas gowid.ICanvas, col int, row int, st convertedStyle) {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Controls/
H A Dmod.rs125426 pub struct ICanvas(::windows::runtime::IInspectable); struct
125427 unsafe impl ::windows::runtime::Interface for ICanvas { implementation