Home
last modified time | relevance | path

Searched refs:myWidth (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/cad/opencascade/opencascade-7.6.0/tools/TreeModel/
H A DTreeModel_HeaderSection.hxx34 TreeModel_HeaderSection() : myName(), myWidth (-1), myIsHidden (false), myIsItalic (false) {} in TreeModel_HeaderSection()
39 : myName (theName), myWidth (theWidth), myIsHidden (theIsHidden), myIsItalic (theIsItalic) {} in TreeModel_HeaderSection()
58 void SetWidth (const int theWidth) { myWidth = theWidth; } in SetWidth()
62 …{ return (myWidth ==-1 && isComputeDefault) ? TreeModel_Tools::GetTextWidth (GetName(), 0) : myWid… in GetWidth()
78 int myWidth; //!< section width member in TreeModel_HeaderSection
/dports/emulators/stella/stella-6.6/src/emucore/tia/
H A DMissile.hxx112 uInt8 myWidth{1}; member in Missile
166 …(myRenderCounter >= 0 || (isMoving && isReceivingMclock && myRenderCounter == -1 && myWidth < 4 &&… in tick()
180 myEffectiveWidth = myWidth == 1 ? 2 : myWidth; in tick()
181 if (myWidth < 4) ++myRenderCounter; in tick()
189 myEffectiveWidth = myWidth; in tick()
193 myEffectiveWidth = myWidth; in tick()
197 if (++myRenderCounter >= (isMoving ? myEffectiveWidth : myWidth)) myIsRendering = false; in tick()
H A DBall.hxx286 uInt8 myWidth{1}; member in Ball
392 if (starfieldEffect && starfieldDelta == 3 && myWidth < 4) ++myRenderCounter; in tick()
396 myEffectiveWidth = myWidth == 1 ? 2 : myWidth; in tick()
404 myEffectiveWidth = myWidth; in tick()
408 } else if (myIsRendering && ++myRenderCounter >= (starfieldEffect ? myEffectiveWidth : myWidth)) in tick()
/dports/games/bzflag-server/bzflag-2.4.22/src/mediafile/
H A DPNGImageFile.cxx68 int32_t myWidth, myHeight; in PNGImageFile() local
69 data = nboUnpackInt(data, myWidth); in PNGImageFile()
84 lineBufferSize = (((myWidth * bitDepth + ((bitDepth < 8) ? (bitDepth+1) : 0)))/8)+1; in PNGImageFile()
112 realBufferSize = channels * myWidth + 1; in PNGImageFile()
126 init(channels, myWidth, myHeight); in PNGImageFile()
307 int myWidth = getWidth(); in expand() local
313 for (int i = myWidth-1; i >= 0; i--) in expand()
332 for (int i = myWidth-1; i >= 0; i--) in expand()
351 for (int i = myWidth-1; i >= 0; i--) in expand()
373 for (int i = myWidth-1; i >= 0; i--) in expand()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/mediafile/
H A DPNGImageFile.cxx68 int32_t myWidth, myHeight; in PNGImageFile() local
69 data = nboUnpackInt(data, myWidth); in PNGImageFile()
84 lineBufferSize = (((myWidth * bitDepth + ((bitDepth < 8) ? (bitDepth+1) : 0)))/8)+1; in PNGImageFile()
112 realBufferSize = channels * myWidth + 1; in PNGImageFile()
126 init(channels, myWidth, myHeight); in PNGImageFile()
307 int myWidth = getWidth(); in expand() local
313 for (int i = myWidth-1; i >= 0; i--) in expand()
332 for (int i = myWidth-1; i >= 0; i--) in expand()
351 for (int i = myWidth-1; i >= 0; i--) in expand()
373 for (int i = myWidth-1; i >= 0; i--) in expand()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Vrml/
H A DVrml_AsciiText.cxx27 myWidth = 0; in IMPLEMENT_STANDARD_RTTIEXT()
38 myWidth = aWidth; in Vrml_AsciiText()
73 myWidth = aWidth; in SetWidth()
78 return myWidth; in Width()
115 if ( Abs(myWidth - 0 ) > 0.0001 ) in Print()
118 anOStream << myWidth << "\n"; in Print()
H A DVrml_Cube.cxx21 myWidth = aWidth; in Vrml_Cube()
28 myWidth = aWidth; in SetWidth()
33 return myWidth; in Width()
60 if ( Abs(myWidth - 2) > 0.0001 ) in Print()
63 anOStream << myWidth << "\n"; in Print()
H A DVrml_SFImage.cxx35 myWidth = aWidth; in Vrml_SFImage()
44 myWidth = aWidth; in SetWidth()
49 return myWidth; in Width()
74 Standard_Integer size = myWidth*myHeight; in SetArray()
/dports/emulators/stella/stella-6.6/src/gui/
H A DTimeMachine.cxx26 myWidth{FBMinimum::Width} in TimeMachine()
28 myBaseDialog = new TimeMachineDialog(myOSystem, *this, myWidth);
44 if(myWidth != w) in requestResize()
46 myWidth = w; in requestResize()
50 myBaseDialog = new TimeMachineDialog(myOSystem, *this, myWidth); in requestResize()
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_FrustumBuilder.cxx29 : myWidth (INT_MAX), in IMPLEMENT_STANDARD_RTTIEXT()
52 myWidth = theWidth; in SetWindowSize()
76 theWidth = myWidth; in WindowSize()
123 anXYZ.SetCoord (2.0 * theX / myWidth - 1.0, in ProjectPntOnViewPlane()
129 …anXYZ.SetCoord (2.0 * (theX - myWidth * myViewport.x()) / (myWidth * (myViewport.z() - myViewpor… in ProjectPntOnViewPlane()
/dports/cad/opencascade/opencascade-7.6.0/src/Aspect/
H A DAspect_NeutralWindow.cxx28 myWidth (0), in IMPLEMENT_STANDARD_RTTIEXT()
82 && myWidth == aWidthNew in SetPosition()
89 myWidth = aWidthNew; in SetPosition()
102 if (myWidth == theWidth in SetSize()
108 myWidth = theWidth; in SetSize()
H A DAspect_NeutralWindow.hxx70 return (myWidth != 0 && myHeight != 0) in Ratio()
71 ? Standard_Real(myWidth) / Standard_Real(myHeight) in Ratio()
80 theX2 = myPosX + myWidth; in Position()
99 theWidth = myWidth; in Size()
115 Standard_Integer myWidth; member in Aspect_NeutralWindow
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAspect_NeutralWindow.hxx70 return (myWidth != 0 && myHeight != 0) in Ratio()
71 ? Standard_Real(myWidth) / Standard_Real(myHeight) in Ratio()
80 theX2 = myPosX + myWidth; in Position()
99 theWidth = myWidth; in Size()
115 Standard_Integer myWidth; member in Aspect_NeutralWindow
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAspect_NeutralWindow.hxx70 return (myWidth != 0 && myHeight != 0) in Ratio()
71 ? Standard_Real(myWidth) / Standard_Real(myHeight) in Ratio()
80 theX2 = myPosX + myWidth; in Position()
99 theWidth = myWidth; in Size()
115 Standard_Integer myWidth; member in Aspect_NeutralWindow
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DMultiGridOctreeData.WeightedSamples.inl171 Real myWidth = Real( 1. ); local
180 myWidth /= 2;
182 else myCenter[0] -= myWidth/2;
184 else myCenter[1] -= myWidth/2;
196 Real myWidth = Real( 1. ); local
205 myWidth /= 2;
260 Real myWidth = (Real)1.; local
268 myWidth /= 2;
293 myWidth/=2;
326 Real myWidth = (Real)1.; local
[all …]
H A DMultiGridOctreeData.inl188 Real myWidth = Real(1.0); local
200 myWidth/=2;
241 Real myWidth = Real(1.0); local
250 myWidth /= 2;
252 else myCenter[0] -= myWidth/2;
268 myWidth/=2;
270 else myCenter[0] -= myWidth/2;
272 else myCenter[1] -= myWidth/2;
274 else myCenter[2] -= myWidth/2;
285 Real myWidth = Real(1.0); local
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DMultiGridOctreeData.WeightedSamples.inl171 Real myWidth = Real( 1. ); local
180 myWidth /= 2;
181 if( cIndex&1 ) myCenter[0] += myWidth/2;
183 if( cIndex&2 ) myCenter[1] += myWidth/2;
196 Real myWidth = Real( 1. ); local
205 myWidth /= 2;
260 Real myWidth = (Real)1.; local
268 myWidth /= 2;
293 myWidth/=2;
326 Real myWidth = (Real)1.; local
[all …]
H A DMultiGridOctreeData.inl188 Real myWidth = Real(1.0); local
200 myWidth/=2;
201 if( cIndex&1 ) myCenter[0] += myWidth/2;
242 Real myWidth = Real(1.0); local
251 myWidth /= 2;
269 myWidth/=2;
270 if(cIndex&1) myCenter[0] += myWidth/2;
272 if(cIndex&2) myCenter[1] += myWidth/2;
274 if(cIndex&4) myCenter[2] += myWidth/2;
286 Real myWidth = Real(1.0); local
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/image/
H A DZLWin32ImageManager.cpp24 ZLWin32ImageData::ZLWin32ImageData() : myWidth(0), myHeight(0), myArray(0), myArrayWithoutAlpha(0),… in ZLWin32ImageData()
47 return myWidth; in width()
61 myWidth = width; in init()
64 myBytesPerLine = std::max(bytesPerLine, (myBytesPerPixel * myWidth + 3) >> 2 << 2); in init()
91 for (unsigned int j = 0; j < myWidth; ++j, ptr += myBytesPerPixel) { in bgr2rgb()
126 int bpl = (3 * myWidth + 3) >> 2 << 2; in pixels()
138 for (unsigned int j = 0; j < myWidth; ++j) { in pixels()
/dports/cad/opencascade/opencascade-7.6.0/samples/qt/AndroidQt/src/
H A DAndroidQt_Window.cxx25 : myWidth (theWidth), myHeight(theHeight), in IMPLEMENT_STANDARD_RTTIEXT()
30 if (myX2 == -1) myX2 = myWidth; in IMPLEMENT_STANDARD_RTTIEXT()
73 theWidth = myWidth; in Size()
84 myWidth = theWidth; in SetSize()
/dports/emulators/stella/stella-6.6/src/libretro/
H A DFBSurfaceLIBRETRO.cxx22 : myWidth{width}, in FBSurfaceLIBRETRO()
24 myPixelData{make_unique<uInt32[]>(myWidth * myHeight)}
29 myPitch = myWidth;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/view/
H A DZLWin32ViewWidget.cpp143 ZLWin32ViewWidget::Rotator::Rotator(int width, int height) : myWidth(width), myHeight(height), mySi… in Rotator()
156 if (size != myWidth * myHeight) { in setSize()
162 myWidth = width; in setSize()
175 bi.bmiHeader.biHeight = mySign * myWidth; in retrieve()
179 bi.bmiHeader.biSizeImage = 4 * myWidth * myHeight; in retrieve()
182 GetDIBits(dc, bitmap, 0, myWidth, myBuffer, &bi, DIB_RGB_COLORS); in retrieve()
187 for (int j = 0; j < myWidth; ++j) { in rotate()
188 myBuffer1[i * myWidth + j] = myBuffer[j * myHeight + i]; in rotate()
196 bi.bmiHeader.biWidth = myWidth; in draw()
201 bi.bmiHeader.biSizeImage = 4 * myWidth * myHeight; in draw()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/src/area/
H A DZLTextWord.h74 mutable short myWidth; variable
87 if (myWidth == -1) { in width()
88 myWidth = context.stringWidth(Data, Size, BidiLevel % 2 == 1); in width()
90 return myWidth; in width()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/include/
H A DZLTextWord.h74 mutable short myWidth; variable
87 if (myWidth == -1) { in width()
88 myWidth = context.stringWidth(Data, Size, BidiLevel % 2 == 1); in width()
90 return myWidth; in width()
/dports/games/oonsoo/oonsoo-1.2/UI/
H A DSprite.cxx54 myWidth = (((int)rawSprite.widthMSB) << 8) + (int)rawSprite.widthLSB; in Sprite()
76 myData = new unsigned char[myWidth * myHeight * sizeof(long)]; in Sprite()
81 myWidth, myHeight, 8, 0); in Sprite()
85 for(int x = 0; x < myWidth; ++x) in Sprite()

12345678