Home
last modified time | relevance | path

Searched refs:leftRect (Results 26 – 50 of 198) sorted by relevance

12345678

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java208 final Rectangle leftRect = rects[left]; in relayoutForScrolling() local
209 if ((verticalTabRuns ? leftRect.height : leftRect.width) > remainingSpace) { in relayoutForScrolling()
214 remainingSpace -= (verticalTabRuns ? leftRect.height : leftRect.width); in relayoutForScrolling()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java208 final Rectangle leftRect = rects[left]; in relayoutForScrolling() local
209 if ((verticalTabRuns ? leftRect.height : leftRect.width) > remainingSpace) { in relayoutForScrolling()
214 remainingSpace -= (verticalTabRuns ? leftRect.height : leftRect.width); in relayoutForScrolling()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java208 final Rectangle leftRect = rects[left]; in relayoutForScrolling() local
209 if ((verticalTabRuns ? leftRect.height : leftRect.width) > remainingSpace) { in relayoutForScrolling()
214 remainingSpace -= (verticalTabRuns ? leftRect.height : leftRect.width); in relayoutForScrolling()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java208 final Rectangle leftRect = rects[left]; in relayoutForScrolling() local
209 if ((verticalTabRuns ? leftRect.height : leftRect.width) > remainingSpace) { in relayoutForScrolling()
214 remainingSpace -= (verticalTabRuns ? leftRect.height : leftRect.width); in relayoutForScrolling()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java208 final Rectangle leftRect = rects[left]; in relayoutForScrolling() local
209 if ((verticalTabRuns ? leftRect.height : leftRect.width) > remainingSpace) { in relayoutForScrolling()
214 remainingSpace -= (verticalTabRuns ? leftRect.height : leftRect.width); in relayoutForScrolling()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneTabState.java208 final Rectangle leftRect = rects[left]; in relayoutForScrolling() local
209 if ((verticalTabRuns ? leftRect.height : leftRect.width) > remainingSpace) { in relayoutForScrolling()
214 remainingSpace -= (verticalTabRuns ? leftRect.height : leftRect.width); in relayoutForScrolling()
/dports/games/krank/krank-07/src/
H A DTools.py81leftRect = pygame.Rect(rect.left-img.get_width(), rect.top-(img.get_height()-rect.height)/2, img.g…
85 k.screen.blit(img, leftRect)
95 k.screen.blit(img, leftRect)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCBannerLayout.java158 Rectangle leftRect = null; in layout() local
166 leftRect = new Rectangle(x, y, leftSize.x, leftSize.y); in layout()
192 if (leftRect != null) left.setBounds(leftRect); in layout()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCBannerLayout.java158 Rectangle leftRect = null; in layout() local
166 leftRect = new Rectangle(x, y, leftSize.x, leftSize.y); in layout()
192 if (leftRect != null) left.setBounds(leftRect); in layout()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/attach/
H A Dattach_controls.cpp28 QRect leftRect(x, y, groupHalfWidth, groupHeight); in paint() local
29 st::sendBoxAlbumGroupButtonMediaEdit.paintInCenter(p, leftRect); in paint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DSashLayout.java186 Rectangle leftRect = getRectangle(sr.left); in adjustWeights() local
188 if (leftRect == null || rightRect == null) in adjustWeights()
195 double left = leftRect.x; in adjustWeights()
205 double top = leftRect.y; in adjustWeights()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/UserInterface/
H A DHumanView.cpp1069 SDL_Rect leftRect = { 0, 0, currentWidth, (int)windowSize.y }; in VRender() local
1070 …SDL_Texture* pLeftRectTexture = Util::CreateSDLTextureRect(leftRect.w, leftRect.h, COLOR_BLACK, pR… in VRender()
1071 SDL_RenderCopy(pRenderer, pLeftRectTexture, NULL, &leftRect); in VRender()
1359 SDL_Rect leftRect = { 0, 0, currentWidth, (int)windowSize.y }; in VRender() local
1360 …SDL_Texture* pLeftRectTexture = Util::CreateSDLTextureRect(leftRect.w, leftRect.h, COLOR_BLACK, pR… in VRender()
1361 SDL_RenderCopy(pRenderer, pLeftRectTexture, NULL, &leftRect); in VRender()
/dports/games/tuxtype/tuxtype-1.8.3/src/
H A Dtitlescreen.c1211 SDL_Rect leftRect, rightRect; in chooseWordlist() local
1444 leftRect.w = left->w; in chooseWordlist()
1445 leftRect.h = left->h; in chooseWordlist()
1446 leftRect.x = screen->w/2 - 80 - (leftRect.w/2); in chooseWordlist()
1447 leftRect.y = screen->h - 50; in chooseWordlist()
1485 if (inRect( leftRect, event.button.x, event.button.y )) in chooseWordlist()
1584 SDL_BlitSurface(left, NULL, screen, &leftRect); in chooseWordlist()
H A Dscripting.c132 SDL_Rect leftRect, rightRect; in XMLLesson() local
309 leftRect.w = left->w; in XMLLesson()
310 leftRect.h = left->h; in XMLLesson()
311 leftRect.x = screen->w/2 - 80 - (leftRect.w/2); in XMLLesson()
312 leftRect.y = screen->h - 50; in XMLLesson()
350 if (inRect( leftRect, event.button.x, event.button.y )) in XMLLesson()
452 SDL_BlitSurface(left, NULL, screen, &leftRect); in XMLLesson()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkGpuBlurUtils.cpp134 SkIRect midRect = *srcBounds, leftRect, rightRect; in convolve_gaussian() local
143 leftRect = SkIRect::MakeLTRB(0, midRect.top(), midRect.left(), midRect.bottom()); in convolve_gaussian()
154 leftRect = SkIRect::MakeLTRB(midRect.left(), 0, midRect.right(), midRect.top()); in convolve_gaussian()
173 convolve_gaussian_1d(drawContext, clip, leftRect, srcOffset, texture, in convolve_gaussian()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkGpuBlurUtils.cpp138 SkIRect midRect = srcBounds, leftRect, rightRect; in convolve_gaussian() local
147 leftRect = SkIRect::MakeLTRB(0, midRect.top(), midRect.left(), midRect.bottom()); in convolve_gaussian()
158 leftRect = SkIRect::MakeLTRB(midRect.left(), 0, midRect.right(), midRect.top()); in convolve_gaussian()
178 convolve_gaussian_1d(renderTargetContext, clip, leftRect, srcOffset, in convolve_gaussian()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp663 auto leftRect = im->cursorRectangle(); in updateSelectionHandles() local
666 std::swap(leftRect, rightRect); in updateSelectionHandles()
668 QPoint leftPoint(leftRect.bottomLeft().toPoint() * pixelDensity); in updateSelectionHandles()
670 QPoint editPoint(leftRect.united(rightRect).topLeft().toPoint() * pixelDensity); in updateSelectionHandles()
689 auto leftRect = im->cursorRectangle(); in handleLocationChanged() local
696 point.setY(point.y() - leftRect.width() / 2); in handleLocationChanged()
705 std::swap(leftRect, rightRect); in handleLocationChanged()
710 } else if (handleId == 3 && point.y() < leftRect.center().y()) { in handleLocationChanged()
711 point.setY(leftRect.center().y()); in handleLocationChanged()

12345678