Home
last modified time | relevance | path

Searched refs:mMaxHeight (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DBoundedLinearLayout.java33 private final int mMaxHeight; field in BoundedLinearLayout
50 mMaxHeight = maxHeight <= 0 ? NOT_SPECIFIED : maxHeight; in BoundedLinearLayout()
76 if (mMaxHeight != NOT_SPECIFIED && heightSize > mMaxHeight) { in onMeasure()
77 heightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight); in onMeasure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DBoundedLinearLayout.java33 private final int mMaxHeight; field in BoundedLinearLayout
49 mMaxHeight = maxHeight <= 0 ? NOT_SPECIFIED : maxHeight; in BoundedLinearLayout()
75 if (mMaxHeight != NOT_SPECIFIED && heightSize > mMaxHeight) { in onMeasure()
76 heightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight); in onMeasure()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/common/
H A DHeightField.cpp48 … = mPhysicsCommon.createHeightFieldShape(NB_POINTS_WIDTH, NB_POINTS_LENGTH, mMinHeight, mMaxHeight, in HeightField()
159 mMaxHeight = 0; in generateHeightField()
173 mMaxHeight = mHeightData[arrayIndex] ; in generateHeightField()
176 if (mHeightData[arrayIndex] > mMaxHeight) mMaxHeight = mHeightData[arrayIndex] ; in generateHeightField()
191 float originHeight = -(mMaxHeight - mMinHeight) * 0.5f - mMinHeight; in generateGraphicsMesh()
H A DHeightField.h71 float mMinHeight, mMaxHeight; variable
/dports/misc/visp/visp-3.4.0/modules/java/generator/android/java/org/visp/android/
H A DCameraBridgeViewBase.java44 protected int mMaxHeight; field in CameraBridgeViewBase
63 mMaxHeight = MAX_UNSPECIFIED; in CameraBridgeViewBase()
80 mMaxHeight = MAX_UNSPECIFIED; in CameraBridgeViewBase()
284 mMaxHeight = maxHeight; in setMaxFrameSize()
491 …int maxAllowedHeight = (mMaxHeight != MAX_UNSPECIFIED && mMaxHeight < surfaceHeight)? mMaxHeight :… in calculateCameraFrameSize()
/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/android/java/org/opencv/android/
H A DCameraBridgeViewBase.java45 protected int mMaxHeight; field in CameraBridgeViewBase
65 mMaxHeight = MAX_UNSPECIFIED; in CameraBridgeViewBase()
82 mMaxHeight = MAX_UNSPECIFIED; in CameraBridgeViewBase()
300 mMaxHeight = maxHeight; in setMaxFrameSize()
495 …int maxAllowedHeight = (mMaxHeight != MAX_UNSPECIFIED && mMaxHeight < surfaceHeight)? mMaxHeight :… in calculateCameraFrameSize()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dpopup.cpp52 mMaxHeight(mainGraphics->mHeight), in Popup()
167 else if (mMaxHeight < height) in setContentSize()
168 height = mMaxHeight; in setContentSize()
227 mMaxHeight = height; in setMaxHeight()
H A Dpopup.h126 { return mMaxHeight; } in getMaxHeight()
190 int mMaxHeight; /**< Maximum popup height */ variable
/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dloadland.cpp203 mLandData->mMaxHeight = 0; in blank()
261 target->mMaxHeight = -std::numeric_limits<float>::max(); in loadData()
267 if (rowOffset * HEIGHT_SCALE > target->mMaxHeight) in loadData()
268 target->mMaxHeight = rowOffset * HEIGHT_SCALE; in loadData()
277 if (colOffset * HEIGHT_SCALE > target->mMaxHeight) in loadData()
278 target->mMaxHeight = colOffset * HEIGHT_SCALE; in loadData()
H A Dloadland.hpp92 , mMaxHeight(0) in LandData()
104 float mMaxHeight; member
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/
H A DHeightmapShape-impl.hpp123 mMaxHeight = heights.maxCoeff(); in setHeightField()
156 return mMaxHeight; in getMaxHeight()
205 const double dimZ = (mMaxHeight - mMinHeight) * mScale.z(); in computeBoundingBox()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/shapes/
H A DHeightFieldShape.cpp49 mMaxHeight(maxHeight), mUpAxis(upAxis), mIntegerHeightScale(integerHeightScale), in HeightFieldShape()
61 decimal halfHeight = (mMaxHeight - mMinHeight) * decimal(0.5); in HeightFieldShape()
299 const decimal heightOrigin = -(mMaxHeight - mMinHeight) * decimal(0.5) - mMinHeight; in getVertexAt()
329 ss << ", maxHeight=" << mMaxHeight << std::endl; in to_string()
/dports/graphics/airsaned/AirSane-0.3.2-50-gdeab313/server/
H A Dscanner.cpp195 double mMinWidth, mMaxWidth, mMinHeight, mMaxHeight, mMaxPhysicalWidth, member
418 << mMaxHeight in writeCapabilitiesXml()
559 mMaxHeightPx300dpi = std::max(mMaxHeightPx300dpi, mpPlaten->mMaxHeight); in init2()
575 mMaxHeightPx300dpi = std::max(mMaxHeightPx300dpi, mpAdf->mMaxHeight); in init2()
624 mMaxHeight = br_y.max() - tl_y.min(); in init()
629 &mMaxHeight, in init()
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DHeightmapShape.hpp181 S mMaxHeight; member in dart::dynamics::HeightmapShape
/dports/editors/calligra/calligra-3.2.1/libs/vectorimage/libwmf/
H A DWmfParser.h122 qint16 mMaxHeight; variable
H A DWmfParser.cpp242 mMaxHeight = 0; in load()
288 mMaxHeight = abs(pheader.bottom - pheader.top); in load()
1382 if (abs(windowHeight - windowOrgY) > mMaxHeight) in createBoundingBox()
1383 mMaxHeight = abs(windowHeight - windowOrgY); in createBoundingBox()
1532 debugVectorImage << "Max width,height = " << mMaxWidth << mMaxHeight; in createBoundingBox()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/scrapers/
H A DScraper.cpp203 mSavePath(path), mMaxWidth(maxWidth), mMaxHeight(maxHeight), mReq(new HttpReq(url)) in ImageDownloadHandle()
238 if(!resizeImage(mSavePath, mMaxWidth, mMaxHeight)) in update()
H A DScraper.h152 int mMaxHeight; variable
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dgraphicsmanager.cpp153 mMaxHeight(0), in GraphicsManager()
1675 mMaxHeight = GetDeviceCaps(hdc, VERTRES);
1689 mMaxHeight = DisplayHeight(display, screenNum);
1712 mMaxHeight = atoi(getenv("DISPLAY_RESOLUTION_HEIGHT"));
1717 SDL_ANDROID_GetMetrics(&mMaxWidth, &mMaxHeight,
1722 logger->log("screen size in pixels: %ux%u", mMaxWidth, mMaxHeight);
H A Dgraphicsmanager.h218 uint32_t mMaxHeight; variable
/dports/graphics/opencv/opencv-4.5.3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
H A DTutorial3View.java48 mMaxHeight = resolution.height; in setResolution()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/collision/shapes/
H A DHeightFieldShape.h77 decimal mMaxHeight; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wcs/
H A Dqgswcsprovider.h354 int mMaxHeight; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DWritingModes.h1955 return aWM.IsVertical() ? mMaxHeight : mMaxWidth;
1967 return aWM.IsVertical() ? mMaxWidth : mMaxHeight;
1983 return aWM.IsVertical() ? mMaxHeight : mMaxWidth;
1998 return aWM.IsVertical() ? mMaxWidth : mMaxHeight;
/dports/graphics/qgis/qgis-3.22.3/src/providers/wcs/
H A Dqgswcsprovider.h357 int mMaxHeight; variable

12345