Home
last modified time | relevance | path

Searched refs:_bufferWidth (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSplat/
H A DRoadSurfaceLayer58 optional<Distance>& featureBufferWidth() { return _bufferWidth; }
59 const optional<Distance>& featureBufferWidth() const { return _bufferWidth; }
71 conf.set("buffer_width", _bufferWidth);
87 conf.get("buffer_width", _bufferWidth);
94 optional<Distance> _bufferWidth;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DFlatteningLayer51 _bufferWidth.init(40);
69 optional<NumericExpression>& bufferWidth() { return _bufferWidth; }
70 const optional<NumericExpression>& bufferWidth() const { return _bufferWidth; }
86 conf.set("buffer_width", _bufferWidth);
118 conf.get("buffer_width", _bufferWidth);
154 optional<NumericExpression> _bufferWidth;
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_Context.cpp514 if(_bufferWidth != 0 && _bufferHeight != 0) in ~OpenColorIO_AE_Context()
835 _bufferWidth = _bufferHeight = 0; in InitOCIOGL()
1008 if(_bufferWidth != float_world->width || _bufferHeight != float_world->height) in ProcessWorldGL()
1010 if(_bufferWidth != 0 && _bufferHeight != 0) in ProcessWorldGL()
1013 _bufferWidth = float_world->width; in ProcessWorldGL()
1018 glRenderbufferStorageEXT(GL_RENDERBUFFER_EXT, GL_RGBA, _bufferWidth, _bufferHeight); in ProcessWorldGL()
H A DOpenColorIO_AE_Context.h147 int _bufferWidth; variable
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_Context.cpp514 if(_bufferWidth != 0 && _bufferHeight != 0) in ~OpenColorIO_AE_Context()
835 _bufferWidth = _bufferHeight = 0; in InitOCIOGL()
1008 if(_bufferWidth != float_world->width || _bufferHeight != float_world->height) in ProcessWorldGL()
1010 if(_bufferWidth != 0 && _bufferHeight != 0) in ProcessWorldGL()
1013 _bufferWidth = float_world->width; in ProcessWorldGL()
1018 glRenderbufferStorageEXT(GL_RENDERBUFFER_EXT, GL_RGBA, _bufferWidth, _bufferHeight); in ProcessWorldGL()
H A DOpenColorIO_AE_Context.h147 int _bufferWidth; variable
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_Context.cpp514 if(_bufferWidth != 0 && _bufferHeight != 0) in ~OpenColorIO_AE_Context()
835 _bufferWidth = _bufferHeight = 0; in InitOCIOGL()
1008 if(_bufferWidth != float_world->width || _bufferHeight != float_world->height) in ProcessWorldGL()
1010 if(_bufferWidth != 0 && _bufferHeight != 0) in ProcessWorldGL()
1013 _bufferWidth = float_world->width; in ProcessWorldGL()
1018 glRenderbufferStorageEXT(GL_RENDERBUFFER_EXT, GL_RGBA, _bufferWidth, _bufferHeight); in ProcessWorldGL()
H A DOpenColorIO_AE_Context.h147 int _bufferWidth; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/components/video_frame_buffer/
H A DRTCCVPixelBuffer.mm28 int _bufferWidth;
69 _bufferWidth = CVPixelBufferGetWidth(_pixelBuffer);
95 return _cropWidth != _bufferWidth || _cropHeight != _bufferHeight;
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/components/video_frame_buffer/
H A DRTCCVPixelBuffer.mm28 int _bufferWidth;
69 _bufferWidth = CVPixelBufferGetWidth(_pixelBuffer);
95 return _cropWidth != _bufferWidth || _cropHeight != _bufferHeight;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/components/video_frame_buffer/
H A DRTCCVPixelBuffer.mm28 int _bufferWidth;
69 _bufferWidth = CVPixelBufferGetWidth(_pixelBuffer);
95 return _cropWidth != _bufferWidth || _cropHeight != _bufferHeight;
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/ParallelLogger/
H A DParallelConsoleLogger.cs78 _bufferWidth = -1; in CheckIfOutputSupportsAlignment()
89 _bufferWidth = Console.BufferWidth; in CheckIfOutputSupportsAlignment()
1276 int bufferWidthMinusNewLine = _bufferWidth - 1; in WriteMessageAligned()
1686 private int _bufferWidth = -1; field in Microsoft.Build.BackEnd.Logging.ParallelConsoleLogger