Home
last modified time | relevance | path

Searched refs:backPoints (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DBSPTree.cpp84 nsTArray<gfx::Point4D> backPoints, frontPoints; in BuildTree() local
87 ClipPointsWithPlane(geometry, planeNormal, distances, backPoints, in BuildTree()
93 if (backPoints.Length() >= 3) { in BuildTree()
94 backLayers.emplace_back(layer, Move(backPoints), normal); in BuildTree()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DBSPTree.cpp84 nsTArray<gfx::Point4D> backPoints, frontPoints; in BuildTree() local
87 ClipPointsWithPlane(geometry, planeNormal, distances, backPoints, in BuildTree()
93 if (backPoints.Length() >= 3) { in BuildTree()
94 backLayers.emplace_back(layer, std::move(backPoints), normal); in BuildTree()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DBSPTree.cpp86 nsTArray<gfx::Point4D> backPoints, frontPoints; in BuildTree() local
89 ClipPointsWithPlane(geometry, planeNormal, distances, backPoints, in BuildTree()
95 if (backPoints.Length() >= 3) { in BuildTree()
96 backLayers.emplace_back(data, std::move(backPoints), normal); in BuildTree()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DBSPTree.cpp91 nsTArray<gfx::Point4D> backPoints, frontPoints; in BuildTree() local
94 ClipPointsWithPlane(geometry, planeNormal, distances, backPoints, in BuildTree()
100 if (backPoints.Length() >= 3) { in BuildTree()
101 backLayers.emplace_back(data, std::move(backPoints), normal); in BuildTree()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DBSPTree.cpp86 nsTArray<gfx::Point4D> backPoints, frontPoints; in BuildTree() local
89 ClipPointsWithPlane(geometry, planeNormal, distances, backPoints, in BuildTree()
95 if (backPoints.Length() >= 3) { in BuildTree()
96 backLayers.emplace_back(data, std::move(backPoints), normal); in BuildTree()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DBSPTree.cpp84 nsTArray<gfx::Point3D> backPoints, frontPoints; in BuildTree() local
85 geometry->SplitPolygon(plane, dots, backPoints, frontPoints); in BuildTree()
90 backLayers.push_back(LayerPolygon(layer, Move(backPoints), normal)); in BuildTree()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dgradient_edit.cpp419 Vector<Vector2> backPoints; in _draw_checker() local
420 backPoints.push_back(Vector2(x, y)); in _draw_checker()
421 backPoints.push_back(Vector2(x, y + h)); in _draw_checker()
422 backPoints.push_back(Vector2(x + w, y + h)); in _draw_checker()
423 backPoints.push_back(Vector2(x + w, y)); in _draw_checker()
435 draw_polygon(backPoints, colorPoints, uvPoints, checker); in _draw_checker()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dcolor_ramp_edit.cpp368 Vector<Vector2> backPoints; in _draw_checker() local
369 backPoints.push_back(Vector2(x, y)); in _draw_checker()
370 backPoints.push_back(Vector2(x, y + h)); in _draw_checker()
371 backPoints.push_back(Vector2(x + w, y + h)); in _draw_checker()
372 backPoints.push_back(Vector2(x + w, y)); in _draw_checker()
384 draw_polygon(backPoints, colorPoints, uvPoints, checker); in _draw_checker()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dcolor_ramp_edit.cpp368 Vector<Vector2> backPoints; in _draw_checker() local
369 backPoints.push_back(Vector2(x, y)); in _draw_checker()
370 backPoints.push_back(Vector2(x, y + h)); in _draw_checker()
371 backPoints.push_back(Vector2(x + w, y + h)); in _draw_checker()
372 backPoints.push_back(Vector2(x + w, y)); in _draw_checker()
384 draw_polygon(backPoints, colorPoints, uvPoints, checker); in _draw_checker()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dgradient_edit.cpp419 Vector<Vector2> backPoints; in _draw_checker() local
420 backPoints.push_back(Vector2(x, y)); in _draw_checker()
421 backPoints.push_back(Vector2(x, y + h)); in _draw_checker()
422 backPoints.push_back(Vector2(x + w, y + h)); in _draw_checker()
423 backPoints.push_back(Vector2(x + w, y)); in _draw_checker()
435 draw_polygon(backPoints, colorPoints, uvPoints, checker); in _draw_checker()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPolygon.h225 nsTArray<Point4DType> backPoints(4), frontPoints(4); in ClipPolygon()
242 backPoints.ClearAndRetainStorage(); in ClipPolygon()
246 ClipPointsWithPlane(clippedPoints, normal, distances, backPoints, in ClipPolygon()
250 clippedPoints = std::move(backPoints); in ClipPolygon()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPolygon.h225 nsTArray<Point4DType> backPoints(4), frontPoints(4); in ClipPolygon()
242 backPoints.ClearAndRetainStorage(); in ClipPolygon()
246 ClipPointsWithPlane(clippedPoints, normal, distances, backPoints, in ClipPolygon()
250 clippedPoints = std::move(backPoints); in ClipPolygon()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPolygon.h225 nsTArray<Point4DType> backPoints(4), frontPoints(4); in ClipPolygon()
242 backPoints.ClearAndRetainStorage(); in ClipPolygon()
246 ClipPointsWithPlane(clippedPoints, normal, distances, backPoints, in ClipPolygon()
250 clippedPoints = std::move(backPoints); in ClipPolygon()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPolygon.h225 nsTArray<Point4DType> backPoints(4), frontPoints(4); in ClipPolygon()
242 backPoints.ClearAndRetainStorage(); in ClipPolygon()
246 ClipPointsWithPlane(clippedPoints, normal, distances, backPoints, in ClipPolygon()
250 clippedPoints = std::move(backPoints); in ClipPolygon()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPolygon.h225 nsTArray<Point4DType> backPoints(4), frontPoints(4); in ClipPolygon()
242 backPoints.ClearAndRetainStorage(); in ClipPolygon()
246 ClipPointsWithPlane(clippedPoints, normal, distances, backPoints, in ClipPolygon()
250 clippedPoints = Move(backPoints); in ClipPolygon()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPolygon.h235 nsTArray<Point3DTyped<Units>> backPoints, frontPoints; in ClipPolygonWithEdge() local
236 aPolygon.SplitPolygon(plane, dots, backPoints, frontPoints); in ClipPolygonWithEdge()
239 aPolygon = Polygon3DTyped<Units>(Move(backPoints), aPolygon.GetNormal()); in ClipPolygonWithEdge()