Home
last modified time | relevance | path

Searched refs:shapeContainer (Results 1 – 8 of 8) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/Model/Text/
H A DGlyph.swift52 …let shapeContainer = try? container.nestedContainer(keyedBy: ShapeKey.self, forKey: .shapeWrapper), variable
53 shapeContainer.contains(.shapes) {
54 …self.shapes = try shapeContainer.decode([ShapeItem].self, ofFamily: ShapeType.self, forKey: .shape…
69 var shapeContainer = container.nestedContainer(keyedBy: ShapeKey.self, forKey: .shapeWrapper) in encode() variable
70 try shapeContainer.encode(shapes, forKey: .shapes) in encode()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/LayerContainers/Utility/
H A DCompositionLayersInitializer.swift29 let shapeContainer = ShapeCompositionLayer(shapeLayer: shapeLayer) variable
30 compositionLayers.append(shapeContainer)
31 layerMap[layer.index] = shapeContainer
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSDynamicShapeUpdater.h29 MSDynamicShapeUpdater(ShapeContainer& shapeContainer) : myShapeContainer(shapeContainer) {}; in MSDynamicShapeUpdater() argument
/dports/audio/bshapr-lv2/BShapr-0.13/src/
H A DBShaprGUI.cpp250 shapeGui[i].shapeContainer.setScrollable (false);
251 if (i >= 1) shapeGui[i].shapeContainer.hide ();
272 shapeGui[i].shapeContainer.add (shapeGui[i].drywetDial);
274 shapeGui[i].shapeContainer.add (shapeGui[i].toolSelect);
276 shapeGui[i].shapeContainer.add (shapeGui[i].gridSelect);
285 mContainer.add (shapeGui[i].shapeContainer);
493 shapeGui[sh].shapeContainer.hide(); in portEvent()
497 shapeGui[nsh].shapeContainer.show(); in portEvent()
723 shapeGui[i].shapeContainer.applyTheme (theme); in applyChildThemes()
1172 shapeGui[oldShapeNr].shapeContainer.hide(); in switchShape()
[all …]
H A DBShaprGUI.hpp128 BWidgets::Widget shapeContainer; member
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestrGUI.cpp89 shapeContainer (1060, 200, 360, 240, "widget"),
576 for (int i = 0; i < USER_SHAPES + NR_USER_SHAPES; ++i) shapeContainer.add (shapeWidgets[i]);
577 for (int i = 1; i < NR_TOOLS; ++i) shapeContainer.add (shapeToolButtons[i - 1]);
578 for (int i = 0; i < NR_EDITS; ++i) shapeContainer.add (shapeEditButtons[i]);
579 shapeContainer.add (shapeScreen);
580 shapeContainer.add (shapeListBox);
594 mContainer.add (shapeContainer);
1190 RESIZE (shapeContainer, 1060, 200, 360, 240, sz); in resize()
1323 shapeContainer.applyTheme (theme); in applyTheme()
H A DBHarvestrGUI.hpp251 BWidgets::Widget shapeContainer; member in BHarvestrGUI
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A Ddrawstyle.h51 const MSO::OfficeArtSpContainer* shapeContainer() const { return sp; }; in shapeContainer() function