]> O.S.I.I.S - jp/vkvg.git/commit
clang format
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 27 Oct 2024 20:03:31 +0000 (20:03 +0000)
committerj-p <jp_bruyere@hotmail.com>
Mon, 24 Mar 2025 18:12:00 +0000 (19:12 +0100)
commit15ecf40ff47bfbdedddd3161b7d6d9d1418e64bb
tree49001433bd5b102118593642bf1a749494e7ea54
parent7b2f17b8d8f3763d974c52bfbe9a429779aa6f7b
clang format
85 files changed:
.clang-format [new file with mode: 0644]
include/vkvg-svg.h
include/vkvg.h
src/cross_os.c
src/cross_os.h
src/deps/tinycthread.c
src/deps/tinycthread.h
src/nsvg/nanosvg.h
src/nsvg/vkvg_nsvg.c
src/recording/vkvg_record.c
src/recording/vkvg_record_internal.c
src/recording/vkvg_record_internal.h
src/shaders.h
src/stb_image.h
src/stb_image_write.h
src/stb_truetype.h
src/vectors.h
src/vkvg_context.c
src/vkvg_context_internal.c
src/vkvg_context_internal.h
src/vkvg_device.c
src/vkvg_device_internal.c
src/vkvg_device_internal.h
src/vkvg_experimental.c
src/vkvg_fonts.c
src/vkvg_fonts.h
src/vkvg_internal.h
src/vkvg_matrix.c
src/vkvg_matrix.h
src/vkvg_pattern.c
src/vkvg_pattern.h
src/vkvg_surface.c
src/vkvg_surface_internal.c
src/vkvg_surface_internal.h
template.c
tests/arcs.c
tests/bezier.c
tests/circles.c
tests/clip.c
tests/colinear.c
tests/common/nanosvg.h
tests/common/rnd.c
tests/common/test.c
tests/common/test.h
tests/common/tinycthread.c
tests/common/tinycthread.h
tests/common/vkengine.c
tests/common/vkengine.h
tests/compositing.c
tests/context.c
tests/curve.c
tests/dashes.c
tests/fill.c
tests/fill_and_stroke.c
tests/fill_non_zero.c
tests/gradient.c
tests/gradient2.c
tests/img_surf.c
tests/inverse_colinear.c
tests/line_caps.c
tests/line_join.c
tests/lines.c
tests/multithreading/multithreaded.c
tests/multithreading/multithreaded2.c
tests/multithreading/threaded_create_surf.c
tests/multithreading/threaded_text.c
tests/offscreen.c
tests/paint_surf.c
tests/path_extents.c
tests/pattern_transforms.c
tests/perfs/random_rects.c
tests/perfs/randoms.c
tests/radial_gradient.c
tests/recording.c
tests/rect_fill.c
tests/save_restore.c
tests/simple_paint.c
tests/stroke.c
tests/surface.c
tests/svg.c
tests/test1.c
tests/text.c
tests/tmp/getarcstep.c
tests/transform.c
tests/vkvg-svg/svg-viewer.c