Home
last modified time | relevance | path

Searched refs:caretRect (Results 51 – 75 of 141) sorted by relevance

123456

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dwindow.cpp4412 wxRect caretRect(GetCaret()->GetPosition(), GetCaret()->GetSize()); in ScrollWindow() local
4414 caretRect.width += dx; in ScrollWindow()
4417 caretRect.x += dx; caretRect.width -= dx; in ScrollWindow()
4420 caretRect.height += dy; in ScrollWindow()
4423 caretRect.y += dy; caretRect.height -= dy; in ScrollWindow()
4426 RefreshRect(caretRect); in ScrollWindow()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dwindow.cpp4412 wxRect caretRect(GetCaret()->GetPosition(), GetCaret()->GetSize()); in ScrollWindow() local
4414 caretRect.width += dx; in ScrollWindow()
4417 caretRect.x += dx; caretRect.width -= dx; in ScrollWindow()
4420 caretRect.height += dy; in ScrollWindow()
4423 caretRect.y += dy; caretRect.height -= dy; in ScrollWindow()
4426 RefreshRect(caretRect); in ScrollWindow()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DTextTool.h148 QRectF caretRect(QTextCursor *cursor, bool *upToDate = 0) const;
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DTextTool.h150 QRectF caretRect(QTextCursor *cursor, bool *upToDate=0) const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dwindow.cpp5186 wxRect caretRect(GetCaret()->GetPosition(), GetCaret()->GetSize()); in ScrollWindow() local
5188 caretRect.width += dx; in ScrollWindow()
5191 caretRect.x += dx; caretRect.width -= dx; in ScrollWindow()
5194 caretRect.height += dy; in ScrollWindow()
5197 caretRect.y += dy; caretRect.height -= dy; in ScrollWindow()
5200 RefreshRect(caretRect); in ScrollWindow()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dwindow.cpp5176 wxRect caretRect(GetCaret()->GetPosition(), GetCaret()->GetSize()); in ScrollWindow() local
5178 caretRect.width += dx; in ScrollWindow()
5181 caretRect.x += dx; caretRect.width -= dx; in ScrollWindow()
5184 caretRect.height += dy; in ScrollWindow()
5187 caretRect.y += dy; caretRect.height -= dy; in ScrollWindow()
5190 RefreshRect(caretRect); in ScrollWindow()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DHyperTextAccessible.cpp1463 LayoutDeviceIntRect caretRect = LayoutDeviceIntRect::FromUnknownRect( in GetCaretRect() local
1468 caretRect.MoveBy((*aWidget)->WidgetToScreenOffset() - in GetCaretRect()
1478 caretRect.SetTopEdge(charRect.Y()); in GetCaretRect()
1480 return caretRect; in GetCaretRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Drender_widget_host_view_qt.cpp1194 … gfx::Rect caretRect = gfx::RectBetweenSelectionBounds(region->anchor, region->focus); in inputMethodQuery() local
1195 if (caretRect.width() == 0) in inputMethodQuery()
1196 caretRect.set_width(1); // IME API on Windows expects a width > 0 in inputMethodQuery()
1197 return toQt(caretRect); in inputMethodQuery()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DIMMHandler.cpp1910 LayoutDeviceIntRect caretRect(firstSelectedCharRect), in SetIMERelatedWindowsPos() local
1914 caretRect); in SetIMERelatedWindowsPos()
1917 caretRect.SetWidth(1); in SetIMERelatedWindowsPos()
1919 IMEHandler::CreateNativeCaret(aWindow, caretRect); in SetIMERelatedWindowsPos()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DIMMHandler.cpp1960 LayoutDeviceIntRect caretRect(firstSelectedCharRect), in SetIMERelatedWindowsPos() local
1964 caretRect); in SetIMERelatedWindowsPos()
1967 caretRect.SetWidth(1); in SetIMERelatedWindowsPos()
1969 IMEHandler::CreateNativeCaret(aWindow, caretRect); in SetIMERelatedWindowsPos()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DHyperTextAccessible.cpp1437 LayoutDeviceIntRect caretRect = LayoutDeviceIntRect::FromUnknownRect( in GetCaretRect() local
1442 caretRect.MoveBy((*aWidget)->WidgetToScreenOffset() - in GetCaretRect()
1452 caretRect.SetTopEdge(charRect.Y()); in GetCaretRect()
1454 return caretRect; in GetCaretRect()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DIMMHandler.cpp1910 LayoutDeviceIntRect caretRect(firstSelectedCharRect), in SetIMERelatedWindowsPos() local
1914 caretRect); in SetIMERelatedWindowsPos()
1917 caretRect.SetWidth(1); in SetIMERelatedWindowsPos()
1919 IMEHandler::CreateNativeCaret(aWindow, caretRect); in SetIMERelatedWindowsPos()
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/
H A DHFRepresenterTextView.m145 - (NSRect)caretRect { method
164 caretRectToDraw = [self caretRect];
206 caretRectToDraw = [self caretRect];
442 NSRect caretRect = NSIntersectionRect(caretRectToDraw, clipRect);
443 if (! NSIsEmptyRect(caretRect)) {
445 NSRectFill(caretRect);
446 lastDrawnCaretRect = caretRect;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DContentCache.cpp810 LayoutDeviceIntRect caretRect; in HandleQueryContentEvent() local
812 isRelativeToInsertionPoint, caretRect))) { in HandleQueryContentEvent()
820 aEvent.mReply->mRect = caretRect; in HandleQueryContentEvent()
/dports/www/firefox/firefox-99.0/widget/
H A DContentCache.cpp857 LayoutDeviceIntRect caretRect; in HandleQueryContentEvent() local
859 isRelativeToInsertionPoint, caretRect))) { in HandleQueryContentEvent()
867 aEvent.mReply->mRect = caretRect; in HandleQueryContentEvent()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DContentCache.cpp810 LayoutDeviceIntRect caretRect; in HandleQueryContentEvent() local
812 isRelativeToInsertionPoint, caretRect))) { in HandleQueryContentEvent()
820 aEvent.mReply->mRect = caretRect; in HandleQueryContentEvent()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp1502 auto caretRect = getCaretRectangle(); in scrollToMakeSureCursorIsVisible() local
1503 auto relativeCursor = caretRect.getPosition() - viewPos; in scrollToMakeSureCursorIsVisible()
1524 …lativeCursor.y > jmax (0, viewport->getMaximumVisibleHeight() - topIndent - caretRect.getHeight())) in scrollToMakeSureCursorIsVisible()
1526 …viewPos.y += relativeCursor.y + 2 + caretRect.getHeight() + topIndent - viewport->getMaximumVisibl… in scrollToMakeSureCursorIsVisible()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp1488 auto caretRect = getCaretRectangle(); in scrollToMakeSureCursorIsVisible() local
1489 auto relativeCursor = caretRect.getPosition() - viewPos; in scrollToMakeSureCursorIsVisible()
1510 …lativeCursor.y > jmax (0, viewport->getMaximumVisibleHeight() - topIndent - caretRect.getHeight())) in scrollToMakeSureCursorIsVisible()
1512 …viewPos.y += relativeCursor.y + 2 + caretRect.getHeight() + topIndent - viewport->getMaximumVisibl… in scrollToMakeSureCursorIsVisible()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible.cpp1782 LayoutDeviceIntRect caretRect = LayoutDeviceIntRect::FromUnknownRect( in GetCaretRect() local
1787 caretRect.MoveBy((*aWidget)->WidgetToScreenOffset() - in GetCaretRect()
1805 caretRect.SetTopEdge(charRect.Y()); in GetCaretRect()
1807 return caretRect; in GetCaretRect()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp1811 LayoutDeviceIntRect caretRect = LayoutDeviceIntRect::FromUnknownRect( in GetCaretRect() local
1816 caretRect.MoveBy((*aWidget)->WidgetToScreenOffset() - in GetCaretRect()
1834 caretRect.SetTopEdge(charRect.Y()); in GetCaretRect()
1836 return caretRect; in GetCaretRect()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp1811 LayoutDeviceIntRect caretRect = LayoutDeviceIntRect::FromUnknownRect( in GetCaretRect() local
1816 caretRect.MoveBy((*aWidget)->WidgetToScreenOffset() - in GetCaretRect()
1834 caretRect.SetTopEdge(charRect.Y()); in GetCaretRect()
1836 return caretRect; in GetCaretRect()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsFocusManager.cpp2534 nsRect caretRect; in GetSelectionLocation() local
2535 nsIFrame *frame = nsCaret::GetGeometry(domSelection, &caretRect); in GetSelectionLocation()
2539 caretRect.MoveBy(caretWidgetOffset); in GetSelectionLocation()
2542 if (widget == newCaretWidget && caretRect.y == newCaretOffset.y && in GetSelectionLocation()
2543 caretRect.x == newCaretOffset.x) { in GetSelectionLocation()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dwindow.cpp6201 wxRect caretRect(GetCaret()->GetPosition(), GetCaret()->GetSize()); in ScrollWindow() local
6203 caretRect.width += dx; in ScrollWindow()
6206 caretRect.x += dx; caretRect.width -= dx; in ScrollWindow()
6209 caretRect.height += dy; in ScrollWindow()
6212 caretRect.y += dy; caretRect.height -= dy; in ScrollWindow()
6215 RefreshRect(caretRect); in ScrollWindow()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DAnnot.h1047 PDFRectangle *getCaretRect() const { return caretRect; } in getCaretRect()
1054 PDFRectangle *caretRect; // RD (combined with Rect) variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsFocusManager.cpp2431 nsRect caretRect; in GetSelectionLocation() local
2432 nsIFrame* frame = nsCaret::GetGeometry(domSelection, &caretRect); in GetSelectionLocation()
2436 caretRect.MoveBy(caretWidgetOffset); in GetSelectionLocation()
2440 if (widget == newCaretWidget && caretRect.y == newCaretOffset.y && in GetSelectionLocation()
2441 caretRect.x == newCaretOffset.x) { in GetSelectionLocation()

123456