Home
last modified time | relevance | path

Searched refs:_layer (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/layers/
H A Dlayer_manager.cpp19 if (_layer) { in setStyleOverrides()
26 if (_layer) { in setHideByBackgroundClick()
43 } else if (_layer) { in hideAll()
49 if (_layer) { in raise()
50 _layer->raise(); in raise()
55 if (!_layer) { in setFocus()
63 return _layer ? _layer->topShownLayer() : nullptr; in topShownLayer()
67 if (_layer) { in ensureLayerCreated()
81 _layer->move(0, 0); in ensureLayerCreated()
84 _layer->resize(size); in ensureLayerCreated()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthQt/
H A DLayerManagerWidget.cpp368 _layer = 0L; in ~ElevationLayerControlWidget()
404 if (_layer.valid() && _layer->getVisible() != checked) in onEnabledCheckStateChanged()
422 if (!_layer) in getUID()
430 if (!_doubleClick.valid() && _layer.valid() && _layer->getProfile()) in getDoubleClickAction()
467 _layer = 0L; in ~ImageLayerControlWidget()
513 if (_layer.valid() && _layer->getVisible() != checked) in onCheckStateChanged()
520 if (_layer.valid() && _layer->getOpacity() != opacity) in onSliderValueChanged()
545 if (!_layer) in getUID()
590 _layer = 0L; in ~ModelLayerControlWidget()
620 if (_layer.valid() && _layer->getVisible() != checked) in onEnabledCheckStateChanged()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Drender.cpp475 _layer++; in initializeBackgroundLayer()
484 …_blockSurfaces[_layer] = (BlockSurface **)calloc(_xBlocks[_layer] * _yBlocks[_layer], sizeof(Block… in initializeBackgroundLayer()
539 for (i = 0; i < _xBlocks[_layer] * _yBlocks[_layer]; i++) { in initializeBackgroundLayer()
579 _layer++; in initializeBackgroundLayer()
603 _layer++; in initializePsxBackgroundLayer()
640 for (i = 0; i < _xBlocks[_layer] * _yBlocks[_layer]; i++) { in initializePsxBackgroundLayer()
691 _layer++; in initializePsxBackgroundLayer()
711 _layer++; in initializePsxParallaxLayer()
739 for (i = 0; i < _xBlocks[_layer] * _yBlocks[_layer]; i++) { in initializePsxParallaxLayer()
829 _layer++; in initializePsxParallaxLayer()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Drender.cpp475 _layer++; in initializeBackgroundLayer()
484 …_blockSurfaces[_layer] = (BlockSurface **)calloc(_xBlocks[_layer] * _yBlocks[_layer], sizeof(Block… in initializeBackgroundLayer()
539 for (i = 0; i < _xBlocks[_layer] * _yBlocks[_layer]; i++) { in initializeBackgroundLayer()
579 _layer++; in initializeBackgroundLayer()
603 _layer++; in initializePsxBackgroundLayer()
640 for (i = 0; i < _xBlocks[_layer] * _yBlocks[_layer]; i++) { in initializePsxBackgroundLayer()
691 _layer++; in initializePsxBackgroundLayer()
711 _layer++; in initializePsxParallaxLayer()
739 for (i = 0; i < _xBlocks[_layer] * _yBlocks[_layer]; i++) { in initializePsxParallaxLayer()
829 _layer++; in initializePsxParallaxLayer()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dcellposition.h11 int _layer; // a layer number. corresponds to col in vertical xsheet variable
14 CellPosition() : _frame(0), _layer(0) {} in CellPosition()
15 CellPosition(int frame, int layer) : _frame(frame), _layer(layer) {} in CellPosition()
18 int layer() const { return _layer; } in layer()
21 void setLayer(int layer) { _layer = layer; } in setLayer()
25 operator bool() const { return _frame || _layer; }
28 return CellPosition(_frame + add._frame, _layer + add._layer);
31 return CellPosition(_frame * mult._frame, _layer * mult._layer);
35 if (_layer < -1) _layer = -1; in ensureValid()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DlayerStateDelegate.cpp56 _layer->_PrimSetField( in SetField()
68 _layer->_PrimSetField( in SetField()
80 _layer->_PrimSetFieldDictValueByKey( in SetFieldDictValueByKey()
93 _layer->_PrimSetFieldDictValueByKey( in SetFieldDictValueByKey()
133 _layer->_PrimDeleteSpec(path, inert, /* useDelegate = */ false); in DeleteSpec()
172 _layer->_PrimPopChild<TfToken>(parentPath, field, in PopChild()
183 _layer->_PrimPopChild<SdfPath>(parentPath, field, in PopChild()
190 _layer = layer; in _SetLayer()
191 _OnSetLayer(_layer); in _SetLayer()
197 return _layer; in _GetLayer()
[all …]
H A Dchildren.cpp48 _layer(other._layer), in Sdf_Children()
60 _layer(layer), in Sdf_Children()
90 return TfDynamic_cast<ValueType>(_layer->GetObjectAtPath(childPath)); in GetChild()
98 return _layer && !_parentPath.IsEmpty(); in IsValid()
131 if (!x || x->GetLayer() != _layer) { in FindKey()
150 return (_layer == other._layer && _parentPath == other._parentPath && in IsEqualTo()
167 _layer, _parentPath, values); in Copy()
181 _layer, _parentPath, value, index); in Insert()
197 _layer, _parentPath, expectedKey); in Erase()
209 if (_layer) { in _UpdateChildNames()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A DDXFWriterNodeVisitor.cpp70 _layer(layer), in DxfPrimitiveIndexWriter()
103 if ( _layer._color ) { in writeTriangle()
118 if ( _layer._color ) { in writeTriangle()
127 if ( _layer._color ) { in writeTriangle()
136 if ( _layer._color ) { in writeTriangle()
151 if ( _layer._color ) { in writeLine()
164 if ( _layer._color ) { in writePoint()
326 Layer _layer; member in DxfPrimitiveIndexWriter
513 _layers.push_back(_layer); in processGeometry()
516 _layer = _layers[_count++]; in processGeometry()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A DDXFWriterNodeVisitor.cpp71 _layer(layer), in DxfPrimitiveIndexWriter()
104 if ( _layer._color ) { in writeTriangle()
119 if ( _layer._color ) { in writeTriangle()
128 if ( _layer._color ) { in writeTriangle()
137 if ( _layer._color ) { in writeTriangle()
152 if ( _layer._color ) { in writeLine()
165 if ( _layer._color ) { in writePoint()
327 Layer _layer; member in DxfPrimitiveIndexWriter
514 _layers.push_back(_layer); in processGeometry()
517 _layer = _layers[_count++]; in processGeometry()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwindow.cpp390 if (_layer) { in showSectionInExistingLayer()
408 if (_layer) { in ensureLayerCreated()
427 if (!_layer) { in destroyLayer()
458 if (_layer) { in ui_removeLayerBlackout()
483 if (_layer) { in showBoxOrLayer()
486 && _layer in showBoxOrLayer()
605 if (_layer && _layer->contentOverlapped(globalRect)) return true; in contentOverlapped()
612 } else if (_layer && _layer->canSetFocus()) { in setInnerFocus()
688 return _layer ? _layer->takeToThirdSection() : false; in takeThirdSectionFromLayer()
693 if (_layer) _layer->raise(); in fixOrder()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/directfb/
H A DDirectFBDevice.h114 if (_layer) { in getSurfaceID()
156 if (_layer) { in getContextID()
158 _layer->GetID(_layer, &id); in getContextID()
165 if (_layer) { in isContextSingleBuffered()
167 _layer->GetConfiguration(_layer, &config); in isContextSingleBuffered()
176 if (_layer) { in isContextBackBuffered()
178 _layer->GetConfiguration(_layer, &config); in isContextBackBuffered()
234 printFBDisplay(_layer); in printFBDisplay()
239 printFBDisplayLayer(_layer); in printFBLayer()
278 IDirectFBDisplayLayer *_layer; variable
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbWireShapeItr.cpp85 _layer = NULL; in begin()
111 _dw = _layer->getWidth() >> 1; in next()
119 _layer = pnt._layer; in next()
125 _dw = _layer->getWidth() >> 1; in next()
181 _layer); in next()
214 _layer); in next()
249 _layer); in next()
262 _layer = via->getTopLayer(); in next()
267 _dw = _layer->getWidth() >> 1; in next()
292 _layer = via->getTopLayer(); in next()
[all …]
H A DdbTrackGrid.h52 dbId<_dbTechLayer> _layer;
70 if (_layer < rhs._layer)
73 if (_layer > rhs._layer)
86 : _layer(g._layer), in _dbTrackGrid()
107 stream << grid._layer;
120 stream >> grid._layer;
H A DdbWireOpcode.h108 dbTechLayer* _layer; member
126 pnt._layer = nullptr; in getPrevPoint()
136 pnt._layer = dbTechLayer::getTechLayer(tech, data[idx]); in getPrevPoint()
184 pnt._layer = via->getTopLayer(); in getPrevPoint()
186 pnt._layer = via->getBottomLayer(); in getPrevPoint()
203 pnt._layer = via->getTopLayer(); in getPrevPoint()
205 pnt._layer = via->getBottomLayer(); in getPrevPoint()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_toc/
H A Dosgearth_toc.cpp146 if (!_layer) in handle()
162 _layer->addChild(label); in handle()
171 AnnotationLayer* _layer; member
232 _layer->setEnabled( !_layer->getEnabled() ); in onClick()
235 Layer* _layer; member
245 VisibleLayer* _layer; member
255 VisibleLayer* _layer; member
281 _inactive[_layer->getName()] = _layer->getConfig(); // save it in onClick()
284 osg::ref_ptr<Layer> _layer; member
294 Layer* _layer; member
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DCacheSeed.cpp32 _layer( layer ), in CacheTileHandler()
39 ImageLayer* imageLayer = dynamic_cast< ImageLayer* >( _layer.get() ); in handleTile()
40 ElevationLayer* elevationLayer = dynamic_cast< ElevationLayer* >( _layer.get() ); in handleTile()
62 if (!_layer->isKeyInLegalRange(key)) in handleTile()
72 return _layer->mayHaveData(key); in hasData()
78 ImageLayer* imageLayer = dynamic_cast< ImageLayer* >( _layer.get() ); in getProcessString()
79 ElevationLayer* elevationLayer = dynamic_cast< ElevationLayer* >( _layer.get() ); in getProcessString()
81 unsigned index = _map->getIndexOfLayer(_layer.get()); in getProcessString()
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/objects/
H A Dlib.py62 self._layer = None
80 elif self._layer is not None:
100 assert self._layer is None
124 if self._layer is None:
129 self._layer = weakref.ref(layer)
131 layer = self._layer()
136 assert self._layer is None
140 self._layer = layer
151 assert self._layer is None
167 self._layer = None
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_Gui.h58 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
60 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
62 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
69 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
71 …return static_cast<T*>(createWidgetT(T::getClassTypeName(), _skin, _coord, _align, _layer, _name));
75 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
77 …getT(T::getClassTypeName(), _skin, IntCoord(_left, _top, _width, _height), _align, _layer, _name));
81 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
83 …return static_cast<T*>(createWidgetRealT(T::getClassTypeName(), _skin, _coord, _align, _layer, _na…
87 …loat _top, float _width, float _height, Align _align, const std::string& _layer, const std::string…
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_Gui.h58 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
60 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
62 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
69 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
71 …return static_cast<T*>(createWidgetT(T::getClassTypeName(), _skin, _coord, _align, _layer, _name));
75 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
77 …getT(T::getClassTypeName(), _skin, IntCoord(_left, _top, _width, _height), _align, _layer, _name));
81 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
83 …return static_cast<T*>(createWidgetRealT(T::getClassTypeName(), _skin, _coord, _align, _layer, _na…
87 …loat _top, float _width, float _height, Align _align, const std::string& _layer, const std::string…
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_Gui.h58 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
60 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
62 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
69 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
71 …return static_cast<T*>(createWidgetT(T::getClassTypeName(), _skin, _coord, _align, _layer, _name));
75 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
77 …getT(T::getClassTypeName(), _skin, IntCoord(_left, _top, _width, _height), _align, _layer, _name));
81 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
83 …return static_cast<T*>(createWidgetRealT(T::getClassTypeName(), _skin, _coord, _align, _layer, _na…
87 …loat _top, float _width, float _height, Align _align, const std::string& _layer, const std::string…
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_Gui.h58 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
60 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
62 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
69 …:string& _skin, const IntCoord& _coord, Align _align, const std::string& _layer, const std::string…
71 …return static_cast<T*>(createWidgetT(T::getClassTypeName(), _skin, _coord, _align, _layer, _name));
75 …eft, int _top, int _width, int _height, Align _align, const std::string& _layer, const std::string…
77 …getT(T::getClassTypeName(), _skin, IntCoord(_left, _top, _width, _height), _align, _layer, _name));
81 …tring& _skin, const FloatCoord& _coord, Align _align, const std::string& _layer, const std::string…
83 …return static_cast<T*>(createWidgetRealT(T::getClassTypeName(), _skin, _coord, _align, _layer, _na…
87 …loat _top, float _width, float _height, Align _align, const std::string& _layer, const std::string…
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/feature_tfs/
H A DFeatureSourceTFS.cpp88 _layerValid = TFSReaderWriter::read(_options.url().get(), _readOptions.get(), _layer); in initialize()
92 …er TFS " << _layer.getTitle() << " " << _layer.getAbstract() << " " << _layer.getFirstLevel() << "… in initialize()
94 fp = new FeatureProfile(_layer.getExtent()); in initialize()
96 fp->setFirstLevel( _layer.getFirstLevel()); in initialize()
97 fp->setMaxLevel( _layer.getMaxLevel()); in initialize()
98 …gEarth::Profile::create(_layer.getSRS(), _layer.getExtent().xMin(), _layer.getExtent().yMin(), _la… in initialize()
170 const SpatialReference* srs = _layer.getSRS(); in getFeatures()
383 TFSLayer _layer; member in TFSFeatureSource
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DeditTarget.cpp81 : _layer(layer) in UsdEditTarget()
93 : _layer(layer) in UsdEditTarget()
100 : _layer(layer) in UsdEditTarget()
112 : _layer(layer) in UsdEditTarget()
120 : _layer(layer) in UsdEditTarget()
147 return _layer == o._layer && _mapping == o._mapping; in operator ==()
201 !_layer ? weaker._layer : _layer, in ComposeOver()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/android/
H A Dangle_apk.gni61 foreach(_layer, vulkan_validation_layers) {
63 "$angle_root/third_party/vulkan-validation-layers:${_layer}" +
77 foreach(_layer, vulkan_validation_layers) {
79 [ "${_secondary_out_dir}/lib.compressed/lib${_layer}.so" ]
91 foreach(_layer, vulkan_validation_layers) {
93 [ "$angle_root/third_party/vulkan-validation-layers:${_layer}" ]
104 foreach(_layer, vulkan_validation_layers) {
106 [ "$root_out_dir/lib.compressed/lib${_layer}.so" ]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/android/
H A Dangle_apk.gni63 foreach(_layer, vulkan_validation_layers) {
65 "$angle_root/third_party/vulkan-validation-layers:${_layer}" +
79 foreach(_layer, vulkan_validation_layers) {
81 [ "${_secondary_out_dir}/lib.compressed/lib${_layer}.so" ]
93 foreach(_layer, vulkan_validation_layers) {
95 [ "$angle_root/third_party/vulkan-validation-layers:${_layer}" ]
106 foreach(_layer, vulkan_validation_layers) {
108 [ "$root_out_dir/lib.compressed/lib${_layer}.so" ]

12345678910>>...36