Home
last modified time | relevance | path

Searched refs:rectMax (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DSWFRect.h50 constexpr static std::int32_t rectMax = 0x7fffffff; variable
89 return _xMin == (- rectMax >> 9) in is_world()
90 && _yMin == (- rectMax >> 9) in is_world()
91 && _xMax == (rectMax >> 9) in is_world()
92 && _yMax == (rectMax >> 9); in is_world()
98 _xMin = _yMin = - rectMax >> 9; in set_world()
99 _xMax = _yMax = rectMax >> 9; in set_world()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_selectcount.cpp178 const fheroes2::Rect rectMax( pos.x + 173, pos.y + 38, text.w(), text.h() ); in SelectCount() local
179 text.Blit( rectMax.x, rectMax.y ); in SelectCount()
196 if ( le.MouseClickLeft( rectMax ) ) { in SelectCount()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Scenery3d/src/
H A DHeightmap.cpp192 Vec2f rectMax = min + (Vec2f(x+1,y+1) * range) / GRID_LENGTH; in initGrid() local
200 if(triangle_intersects_bbox(t1,t2,t3,rectMin,rectMax)) in initGrid()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/
H A DPreXULSkeletonUI.cpp623 int rectMax = colorRect.x + colorRect.width; in RasterizeAnimatedRect() local
625 rectMax >= priorAnimationMin && rectMin < animationMax; in RasterizeAnimatedRect()
628 int priorUpdateAreaMax = std::min(rectMax, animationMin); in RasterizeAnimatedRect()
630 int currentUpdateAreaMax = std::min(rectMax, animationMax); in RasterizeAnimatedRect()
638 rectMax - colorRect.borderRadius <= animationMax; in RasterizeAnimatedRect()
/dports/www/firefox/firefox-99.0/mozglue/misc/
H A DPreXULSkeletonUI.cpp623 int rectMax = colorRect.x + colorRect.width; in RasterizeAnimatedRect() local
625 rectMax >= priorAnimationMin && rectMin < animationMax; in RasterizeAnimatedRect()
628 int priorUpdateAreaMax = std::min(rectMax, animationMin); in RasterizeAnimatedRect()
630 int currentUpdateAreaMax = std::min(rectMax, animationMax); in RasterizeAnimatedRect()
638 rectMax - colorRect.borderRadius <= animationMax; in RasterizeAnimatedRect()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/
H A DPreXULSkeletonUI.cpp623 int rectMax = colorRect.x + colorRect.width; in RasterizeAnimatedRect() local
625 rectMax >= priorAnimationMin && rectMin < animationMax; in RasterizeAnimatedRect()
628 int priorUpdateAreaMax = std::min(rectMax, animationMin); in RasterizeAnimatedRect()
630 int currentUpdateAreaMax = std::min(rectMax, animationMax); in RasterizeAnimatedRect()
638 rectMax - colorRect.borderRadius <= animationMax; in RasterizeAnimatedRect()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dmacbinary.c383 int i, k, width, kernMax=1, descentMax=bdf->descent-1, rectMax=1, widMax=3; in BDFToNFNT() local
396 if ( bdf->glyphs[gid]->xmax+1-bdf->glyphs[gid]->xmin>rectMax ) in BDFToNFNT()
397 rectMax = bdf->glyphs[gid]->xmax+1-bdf->glyphs[gid]->xmin; in BDFToNFNT()
452 putshort(res,rectMax); in BDFToNFNT()
493 int i, width, kernMax=1, descentMax=bdf->descent-1, rectMax=1, widMax=3; in DummyNFNT() local
501 if ( bdf->glyphs[gid]->xmax+1-bdf->glyphs[gid]->xmin>rectMax ) in DummyNFNT()
502 rectMax = bdf->glyphs[gid]->xmax+1-bdf->glyphs[gid]->xmin; in DummyNFNT()
517 putshort(res,rectMax); in DummyNFNT()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit3.cxx3008 const tools::Rectangle& rectMax) const in getYOverflowDirectionAware()
3012 nRes = pt.Y() - rectMax.Bottom(); in getYOverflowDirectionAware()
3014 nRes = rectMax.Left() - pt.X(); in getYOverflowDirectionAware()
3016 nRes = pt.X() - rectMax.Right(); in getYOverflowDirectionAware()
3020 bool ImpEditEngine::isXOverflowDirectionAware(const Point& pt, const tools::Rectangle& rectMax) con… in isXOverflowDirectionAware()
3023 return pt.X() > rectMax.Right(); in isXOverflowDirectionAware()
3026 return pt.Y() > rectMax.Bottom(); in isXOverflowDirectionAware()
3028 return pt.Y() < rectMax.Top(); in isXOverflowDirectionAware()
H A Dimpedit.hxx1168 tools::Long getYOverflowDirectionAware(const Point& pt, const tools::Rectangle& rectMax) const;
1169 bool isXOverflowDirectionAware(const Point& pt, const tools::Rectangle& rectMax) const;
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtiledproxystyle.cpp180 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
181 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp260 const int rectMax = qMin(rect.height(), rect.width()); in qt_fusion_draw_arrow() local
261 const int size = qMin(arrowMax, rectMax); in qt_fusion_draw_arrow()

12