Home
last modified time | relevance | path

Searched refs:insetBR (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp465 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in addInteriorWindowRectangles() local
471 insetBR.fX = SkTMax(insetBR.x(), insetTR.x()); in addInteriorWindowRectangles()
472 insetBR.fY = SkTMax(insetBR.y(), insetBL.y()); in addInteriorWindowRectangles()
475 if (insetTL.x() + insetBR.x() >= bounds.width() || in addInteriorWindowRectangles()
476 insetTL.y() + insetBR.y() >= bounds.height()) { in addInteriorWindowRectangles()
481 bounds.right(), bounds.bottom() - insetBR.y()); in addInteriorWindowRectangles()
488 bounds.right() - insetBR.x(), bounds.bottom()); in addInteriorWindowRectangles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrReducedClip.cpp587 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in clipOutsideElement() local
593 insetBR.fX = std::max(insetBR.x(), insetTR.x()); in clipOutsideElement()
594 insetBR.fY = std::max(insetBR.y(), insetBL.y()); in clipOutsideElement()
597 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement()
598 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement()
603 bounds.right(), bounds.bottom() - insetBR.y()); in clipOutsideElement()
608 bounds.right() - insetBR.x(), bounds.bottom()); in clipOutsideElement()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp560 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in clipOutsideElement() local
566 insetBR.fX = SkTMax(insetBR.x(), insetTR.x()); in clipOutsideElement()
567 insetBR.fY = SkTMax(insetBR.y(), insetBL.y()); in clipOutsideElement()
570 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement()
571 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement()
576 bounds.right(), bounds.bottom() - insetBR.y()); in clipOutsideElement()
581 bounds.right() - insetBR.x(), bounds.bottom()); in clipOutsideElement()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp560 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in clipOutsideElement() local
566 insetBR.fX = SkTMax(insetBR.x(), insetTR.x()); in clipOutsideElement()
567 insetBR.fY = SkTMax(insetBR.y(), insetBL.y()); in clipOutsideElement()
570 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement()
571 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement()
576 bounds.right(), bounds.bottom() - insetBR.y()); in clipOutsideElement()
581 bounds.right() - insetBR.x(), bounds.bottom()); in clipOutsideElement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrReducedClip.cpp560 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in clipOutsideElement() local
566 insetBR.fX = std::max(insetBR.x(), insetTR.x()); in clipOutsideElement()
567 insetBR.fY = std::max(insetBR.y(), insetBL.y()); in clipOutsideElement()
570 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement()
571 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement()
576 bounds.right(), bounds.bottom() - insetBR.y()); in clipOutsideElement()
581 bounds.right() - insetBR.x(), bounds.bottom()); in clipOutsideElement()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp560 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in clipOutsideElement() local
566 insetBR.fX = SkTMax(insetBR.x(), insetTR.x()); in clipOutsideElement()
567 insetBR.fY = SkTMax(insetBR.y(), insetBL.y()); in clipOutsideElement()
570 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement()
571 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement()
576 bounds.right(), bounds.bottom() - insetBR.y()); in clipOutsideElement()
581 bounds.right() - insetBR.x(), bounds.bottom()); in clipOutsideElement()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp560 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in clipOutsideElement() local
566 insetBR.fX = SkTMax(insetBR.x(), insetTR.x()); in clipOutsideElement()
567 insetBR.fY = SkTMax(insetBR.y(), insetBL.y()); in clipOutsideElement()
570 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement()
571 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement()
576 bounds.right(), bounds.bottom() - insetBR.y()); in clipOutsideElement()
581 bounds.right() - insetBR.x(), bounds.bottom()); in clipOutsideElement()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp557 SkVector insetBR = clipRRect.radii(SkRRect::kLowerRight_Corner); in clipOutsideElement() local
563 insetBR.fX = SkTMax(insetBR.x(), insetTR.x()); in clipOutsideElement()
564 insetBR.fY = SkTMax(insetBR.y(), insetBL.y()); in clipOutsideElement()
567 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement()
568 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement()
573 bounds.right(), bounds.bottom() - insetBR.y()); in clipOutsideElement()
578 bounds.right() - insetBR.x(), bounds.bottom()); in clipOutsideElement()