Home
last modified time | relevance | path

Searched refs:hookRect (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsCaret.cpp497 nsRect hookRect; in GetPaintGeometry() local
498 ComputeCaretRects(frame, frameOffset, &caretRect, &hookRect); in GetPaintGeometry()
500 aRect->UnionRect(caretRect, hookRect); in GetPaintGeometry()
521 nsRect hookRect; in PaintCaret() local
522 ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in PaintCaret()
527 NSRectToSnappedRect(hookRect + aOffset, appUnitsPerDevPixel, aDrawTarget); in PaintCaret()
531 if (!hookRect.IsEmpty()) { in PaintCaret()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsCaret.cpp497 nsRect hookRect; in GetPaintGeometry() local
498 ComputeCaretRects(frame, frameOffset, &caretRect, &hookRect); in GetPaintGeometry()
500 aRect->UnionRect(caretRect, hookRect); in GetPaintGeometry()
521 nsRect hookRect; in PaintCaret() local
522 ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in PaintCaret()
527 NSRectToSnappedRect(hookRect + aOffset, appUnitsPerDevPixel, aDrawTarget); in PaintCaret()
531 if (!hookRect.IsEmpty()) { in PaintCaret()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCaret.cpp533 nsRect hookRect;
534 ComputeCaretRects(frame, frameOffset, &caretRect, &hookRect);
536 aRect->UnionRect(caretRect, hookRect);
555 nsRect hookRect;
556 ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect);
561 NSRectToSnappedRect(hookRect + aOffset, appUnitsPerDevPixel, aDrawTarget);
565 if (!hookRect.IsEmpty()) {
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsCaret.cpp499 nsRect hookRect; in GetPaintGeometry() local
500 ComputeCaretRects(frame, frameOffset, &caretRect, &hookRect); in GetPaintGeometry()
502 aRect->UnionRect(caretRect, hookRect); in GetPaintGeometry()
523 nsRect hookRect; in PaintCaret() local
524 ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in PaintCaret()
529 NSRectToSnappedRect(hookRect + aOffset, appUnitsPerDevPixel, aDrawTarget); in PaintCaret()
533 if (!hookRect.IsEmpty()) { in PaintCaret()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsCaret.cpp540 nsRect hookRect; in GetPaintGeometry() local
541 nsIFrame* frame = GetPaintGeometry(&caretRect, &hookRect); in GetPaintGeometry()
542 aRect->UnionRect(caretRect, hookRect); in GetPaintGeometry()
549 nsRect hookRect; in PaintCaret() local
551 nsIFrame* frame = GetPaintGeometry(&caretRect, &hookRect, &color); in PaintCaret()
562 NSRectToSnappedRect(hookRect + aOffset, appUnitsPerDevPixel, aDrawTarget); in PaintCaret()
566 if (!hookRect.IsEmpty()) { in PaintCaret()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsCaret.cpp495 nsRect hookRect; in GetPaintGeometry() local
496 ComputeCaretRects(frame, frameOffset, &caretRect, &hookRect); in GetPaintGeometry()
498 aRect->UnionRect(caretRect, hookRect); in GetPaintGeometry()
519 nsRect hookRect; in PaintCaret() local
520 ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in PaintCaret()
525 NSRectToSnappedRect(hookRect + aOffset, appUnitsPerDevPixel, aDrawTarget); in PaintCaret()
529 if (!hookRect.IsEmpty()) { in PaintCaret()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsDisplayList.cpp4170 nsRect hookRect; in CreateWebRenderCommands() local
4173 mCaret->GetPaintGeometry(&caretRect, &hookRect, &caretColor); in CreateWebRenderCommands()
4184 hookRect + ToReferenceFrame(), appUnitsPerDevPixel); in CreateWebRenderCommands()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsDisplayList.cpp5041 nsRect hookRect; in CreateWebRenderCommands() local
5042 mCaret->ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in CreateWebRenderCommands()
5048 hookRect + ToReferenceFrame(), appUnitsPerDevPixel); in CreateWebRenderCommands()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsDisplayList.cpp5041 nsRect hookRect; in CreateWebRenderCommands() local
5042 mCaret->ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in CreateWebRenderCommands()
5048 hookRect + ToReferenceFrame(), appUnitsPerDevPixel); in CreateWebRenderCommands()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsDisplayList.cpp5096 nsRect hookRect; in CreateWebRenderCommands() local
5097 mCaret->ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in CreateWebRenderCommands()
5103 hookRect + ToReferenceFrame(), appUnitsPerDevPixel); in CreateWebRenderCommands()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsDisplayList.cpp4930 nsRect hookRect; in CreateWebRenderCommands() local
4931 mCaret->ComputeCaretRects(frame, contentOffset, &caretRect, &hookRect); in CreateWebRenderCommands()
4937 hookRect + ToReferenceFrame(), appUnitsPerDevPixel); in CreateWebRenderCommands()