Home
last modified time | relevance | path

Searched refs:cairo_surface_u (Results 1 – 14 of 14) sorted by relevance

/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser/
H A DPhaserUI.cpp20 static cairo_surface_u sImgBackground;
21 static cairo_surface_u sImgSmallKnob;
22 static cairo_surface_u sImgLargeKnob;
23 static cairo_surface_u sImgSwitch;
24 static cairo_surface_u sImgFootswitch;
25 static cairo_surface_u sImgLed;
321 cairo_surface_u imgKnob(PNG(knob)); in staticInitUI()
324 cairo_surface_u imgSwitch(PNG(switch)); in staticInitUI()
326 cairo_surface_u imgFootswitch(PNG(footswitch)); in staticInitUI()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser/ui/components/
H A DKnobSkin.cpp12 cairo_surface_u *subSurface = new cairo_surface_u[imageCount]; in KnobSkin()
49 …: KnobSkin(cairo_surface_u{cairo_image_surface_create_from_png_data(pngData, pngSize)}.get(), imag… in KnobSkin()
H A DKnobSkin.hpp14 cairo_surface_u fSurface;
16 std::unique_ptr<cairo_surface_u[]> fSubSurface;
/dports/audio/string-machine-lv2/string-machine-0.1.0/sources/ui/components/
H A DKnobSkin.hpp13 cairo_surface_u fSurface;
15 std::unique_ptr<cairo_surface_u[]> fSubSurface;
H A DKnobSkin.cpp7 fSubSurface(new cairo_surface_u[imageCount]) in KnobSkin()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/sources/ui/
H A DBitmapCache.cpp29 typedef std::unordered_map<unsigned, cairo_surface_u> tBitmapCache;
41 cairo_surface_u image{cairo_image_surface_create_from_png_resource(id)}; in load()
H A DCairoExtra.h29 typedef std::unique_ptr<_cairo_surface, cairo_surface_deleter> cairo_surface_u; typedef
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser/ui/
H A DCairo++.cpp38 cairo_surface_u dst(cairo_surface_create_similar_image(src, format, dstw, height));
H A DFontEngine.h45 cairo_surface_u fAtlas;
H A DCairo++.h17 …std::unique_ptr<std::remove_pointer<cairo_surface_t>::type, cairo_surface_deleter> cairo_surface_u; typedef
/dports/audio/ssr-lv2/ssr-e1999da/plugins/ssr/ui/
H A DFontEngine.h46 cairo_surface_u fAtlas;
H A DCairo++.h13 …std::unique_ptr<std::remove_pointer<cairo_surface_t>::type, cairo_surface_deleter> cairo_surface_u; typedef
/dports/audio/string-machine-lv2/string-machine-0.1.0/sources/ui/
H A DFontEngine.h45 cairo_surface_u fAtlas;
H A DCairo++.h13 …std::unique_ptr<std::remove_pointer<cairo_surface_t>::type, cairo_surface_deleter> cairo_surface_u; typedef