Home
last modified time | relevance | path

Searched refs:HorizontalIntersect (Results 1 – 21 of 21) sorted by last modified time

/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/editors/lazarus-devel/examples/gridexamples/cell_overflow/
H A Dcomain.pas48 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
150 if (R.Left < R.Right) and HorizontalIntersect(R, ClipArea) then
166 if HorizontalIntersect(R, ClipArea) then
177 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dmodematrixctrl.pas296 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
305 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas4379 function HorizontalIntersect(const aRect,bRect: TRect): boolean;
4435 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
4469 if HorizontalIntersect(R, ClipArea) then
4483 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
/dports/editors/lazarus-qt5-devel/examples/gridexamples/cell_overflow/
H A Dcomain.pas48 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
150 if (R.Left < R.Right) and HorizontalIntersect(R, ClipArea) then
166 if HorizontalIntersect(R, ClipArea) then
177 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas4379 function HorizontalIntersect(const aRect,bRect: TRect): boolean;
4435 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
4469 if HorizontalIntersect(R, ClipArea) then
4483 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dmodematrixctrl.pas296 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
305 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/editors/lazarus/lazarus/lcl/
H A Dgrids.pas4290 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
4346 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
4380 if HorizontalIntersect(R, ClipArea) then
4394 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dgrids.pas4290 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
4346 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
4380 if HorizontalIntersect(R, ClipArea) then
4394 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then begin
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/editors/lazarus/lazarus/ide/frames/
H A Dmodematrixctrl.pas296 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
305 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
/dports/editors/lazarus-qt5/lazarus/ide/frames/
H A Dmodematrixctrl.pas296 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
305 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/
H A Dvargrid.pas1346 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
1366 if (R.Right <= R.Left) or not HorizontalIntersect(R, ClipArea) then
1388 if (R.Right > R.Left) and HorizontalIntersect(R, ClipArea) then
1409 if HorizontalIntersect(R, ClipArea) then
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp167 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp166 static int HorizontalIntersect(const SkDCubic& c, double axisIntercept, double roots[3]) { in HorizontalIntersect() function in LineCubicIntersections
189 int count = HorizontalIntersect(fCubic, axisIntercept, roots); in horizontalIntersect()
449 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots); in horizontalIntersect()
/dports/editors/lazarus/examples/gridexamples/cell_overflow/
H A Dcomain.pas48 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
150 if (R.Left < R.Right) and HorizontalIntersect(R, ClipArea) then
166 if HorizontalIntersect(R, ClipArea) then
177 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then
/dports/editors/lazarus-qt5/examples/gridexamples/cell_overflow/
H A Dcomain.pas48 function HorizontalIntersect(const aRect,bRect: TRect): boolean; in HorizontalIntersect() function
150 if (R.Left < R.Right) and HorizontalIntersect(R, ClipArea) then
166 if HorizontalIntersect(R, ClipArea) then
177 if (R.Left<R.Right) and HorizontalIntersect(R, ClipArea) then