Home
last modified time | relevance | path

Searched refs:half_draw_size (Results 1 – 7 of 7) sorted by relevance

/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_draw.cpp734 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; in AddPolyline() local
739 temp_points[0] = points[0] + temp_normals[0] * half_draw_size; in AddPolyline()
740 temp_points[1] = points[0] - temp_normals[0] * half_draw_size; in AddPolyline()
741 …nts[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size; in AddPolyline()
742 …nts[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size; in AddPolyline()
758 dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area in AddPolyline()
759 dm_y *= half_draw_size; in AddPolyline()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_draw.cpp744 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; in AddPolyline() local
749 temp_points[0] = points[0] + temp_normals[0] * half_draw_size; in AddPolyline()
750 temp_points[1] = points[0] - temp_normals[0] * half_draw_size; in AddPolyline()
751 …nts[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size; in AddPolyline()
752 …nts[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size; in AddPolyline()
768 dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area in AddPolyline()
769 dm_y *= half_draw_size; in AddPolyline()
/dports/misc/dartsim/dart-6.11.1/dart/external/imgui/
H A Dimgui_draw.cpp728 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; in AddPolyline() local
733 temp_points[0] = points[0] + temp_normals[0] * half_draw_size; in AddPolyline()
734 temp_points[1] = points[0] - temp_normals[0] * half_draw_size; in AddPolyline()
735 …nts[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size; in AddPolyline()
736 …nts[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size; in AddPolyline()
752 dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area in AddPolyline()
753 dm_y *= half_draw_size; in AddPolyline()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_draw.cpp738 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; in AddPolyline() local
743 temp_points[0] = points[0] + temp_normals[0] * half_draw_size; in AddPolyline()
744 temp_points[1] = points[0] - temp_normals[0] * half_draw_size; in AddPolyline()
745 …nts[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size; in AddPolyline()
746 …nts[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size; in AddPolyline()
762 dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area in AddPolyline()
763 dm_y *= half_draw_size; in AddPolyline()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_draw.cpp778 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; in AddPolyline() local
783 temp_points[0] = points[0] + temp_normals[0] * half_draw_size; in AddPolyline()
784 temp_points[1] = points[0] - temp_normals[0] * half_draw_size; in AddPolyline()
785 …nts[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size; in AddPolyline()
786 …nts[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size; in AddPolyline()
802 dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area in AddPolyline()
803 dm_y *= half_draw_size; in AddPolyline()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_draw.cpp784 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE;
789 temp_points[0] = points[0] + temp_normals[0] * half_draw_size;
790 temp_points[1] = points[0] - temp_normals[0] * half_draw_size;
791 …nts[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size;
792 …nts[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size;
808 dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area
809 dm_y *= half_draw_size;
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_draw.cpp784 const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; in AddPolyline() local
789 temp_points[0] = points[0] + temp_normals[0] * half_draw_size; in AddPolyline()
790 temp_points[1] = points[0] - temp_normals[0] * half_draw_size; in AddPolyline()
791 …nts[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size; in AddPolyline()
792 …nts[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size; in AddPolyline()
808 dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area in AddPolyline()
809 dm_y *= half_draw_size; in AddPolyline()