| -rw-r--r-- | .builds/mirror-sync.yml | 12L |
| -rw-r--r-- | .gitignore | 4L |
| -rw-r--r-- | .ignore | 2L |
| -rw-r--r-- | LICENSE | 63L |
| -rw-r--r-- | README.md | 27L |
| -rw-r--r-- | bindgen.sjson | 22L |
| -rw-r--r-- | binding/api-impl.odin | 15L |
| -rw-r--r-- | binding/api.odin | 376L |
| -rw-r--r-- | binding/array.odin | 88L |
| -rw-r--r-- | binding/bitarray.odin | 75L |
| -rw-r--r-- | binding/bitset.odin | 121L |
| -rw-r--r-- | binding/context.odin | 759L |
| -rw-r--r-- | binding/filesystem.odin | 266L |
| -rw-r--r-- | binding/font.odin | 91L |
| -rw-r--r-- | binding/fontdata.odin | 88L |
| -rw-r--r-- | binding/fontdefs.odin | 730L |
| -rw-r--r-- | binding/fontface.odin | 234L |
| -rw-r--r-- | binding/fontfeaturesettings.odin | 100L |
| -rw-r--r-- | binding/fontmanager.odin | 72L |
| -rw-r--r-- | binding/fontvariationsettings.odin | 91L |
| -rw-r--r-- | binding/format.odin | 140L |
| -rw-r--r-- | binding/geometry.odin | 244L |
| -rw-r--r-- | binding/glyphbuffer.odin | 77L |
| -rw-r--r-- | binding/glyphrun.odin | 97L |
| -rw-r--r-- | binding/gradient.odin | 188L |
| -rw-r--r-- | binding/image.odin | 157L |
| -rw-r--r-- | binding/imagecodec.odin | 109L |
| -rw-r--r-- | binding/imagedecoder.odin | 70L |
| -rw-r--r-- | binding/imageencoder.odin | 68L |
| -rw-r--r-- | binding/matrix.odin | 135L |
| -rw-r--r-- | binding/object.odin | 336L |
| -rw-r--r-- | binding/path.odin | 369L |
| -rw-r--r-- | binding/pattern.odin | 78L |
| -rw-r--r-- | binding/pixelconverter.odin | 80L |
| -rw-r--r-- | binding/random.odin | 35L |
| -rw-r--r-- | binding/rgba.odin | 42L |
| -rw-r--r-- | binding/runtime.odin | 230L |
| -rw-r--r-- | binding/runtimescope.odin | 27L |
| -rw-r--r-- | binding/string.odin | 71L |
| -rw-r--r-- | binding/var.odin | 71L |
| -rw-r--r-- | blend2d/.editorconfig | 10L |
| -rw-r--r-- | blend2d/.github/FUNDING.yml | 1L |
| -rw-r--r-- | blend2d/.github/workflows/build-config.json | 51L |
| -rw-r--r-- | blend2d/.github/workflows/build.yml | 203L |
| -rw-r--r-- | blend2d/.gitignore | 4L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.editorconfig | 10L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.github/FUNDING.yml | 1L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.github/ISSUE_TEMPLATE/01_bug_report.yml | 42L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.github/ISSUE_TEMPLATE/02_feature_request.yml | 18L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.github/ISSUE_TEMPLATE/03_help_question.yml | 18L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.github/ISSUE_TEMPLATE/99_other_issues.yml | 11L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.github/workflows/build-config.json | 26L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.github/workflows/build.yml | 221L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/.gitignore | 3L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/CMakeLists.txt | 763L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/CONTRIBUTING.md | 102L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/LICENSE.md | 17L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/README.md | 78L |
| -rwxr-xr-x | blend2d/3rdparty/asmjit/configure.sh | 11L |
| -rwxr-xr-x | blend2d/3rdparty/asmjit/configure_sanitizers.sh | 15L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/configure_vs2022_x64.bat | 2L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/configure_vs2022_x86.bat | 2L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/LICENSE.md | 17L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/README.md | 21L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/aarch32.js | 987L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/aarch64.js | 920L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/base.js | 707L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/exp.js | 760L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/index.js | 11L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/isa_aarch32.json | 2783L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/isa_aarch64.json | 3820L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/isa_aarch64_sme.json | 15L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/isa_x86.json | 4283L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/isa_x86.md | 145L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/package.json | 29L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/db/x86.js | 1273L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit.natvis | 245L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/a64.h | 55L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm.h | 57L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64archtraits_p.h | 82L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64assembler.cpp | 5338L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64assembler.h | 61L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64builder.cpp | 57L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64builder.h | 57L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64compiler.cpp | 72L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64compiler.h | 267L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64emithelper.cpp | 481L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64emithelper_p.h | 59L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64emitter.h | 1299L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64formatter.cpp | 66L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64formatter_p.h | 43L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64func.cpp | 212L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64func_p.h | 33L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64globals.h | 1917L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64instapi.cpp | 252L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64instapi_p.h | 41L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64instdb.cpp | 2707L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64instdb.h | 77L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64instdb_p.h | 885L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64operand.cpp | 85L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64operand.h | 1099L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64rapass.cpp | 909L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/a64rapass_p.h | 113L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/armformatter.cpp | 620L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/armformatter_p.h | 69L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/armglobals.h | 17L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/arm/armutils.h | 247L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/asmjit-scope-begin.h | 17L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/asmjit-scope-end.h | 9L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/asmjit.h | 35L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core.h | 2323L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/api-build_p.h | 74L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/api-config.h | 707L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/archcommons.h | 268L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/archtraits.cpp | 167L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/archtraits.h | 310L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arena.cpp | 515L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arena.h | 498L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenabitset.cpp | 253L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenabitset_p.h | 436L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenahash.cpp | 309L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenahash.h | 198L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenalist.cpp | 163L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenalist.h | 221L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenapool.h | 66L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenastring.h | 123L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenatree.cpp | 98L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenatree.h | 407L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenavector.cpp | 293L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/arenavector.h | 625L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/assembler.cpp | 444L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/assembler.h | 147L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/builder.cpp | 938L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/builder.h | 1664L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/builder_p.h | 38L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/codebuffer.h | 135L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/codeholder.cpp | 1433L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/codeholder.h | 1311L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/codewriter.cpp | 301L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/codewriter_p.h | 188L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/compiler.cpp | 615L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/compiler.h | 859L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/compilerdefs.h | 247L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/constpool.cpp | 371L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/constpool.h | 280L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/cpuinfo.cpp | 2386L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/cpuinfo.h | 1413L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/emithelper.cpp | 365L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/emithelper_p.h | 61L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/emitter.cpp | 443L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/emitter.h | 938L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/emitterutils.cpp | 129L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/emitterutils_p.h | 90L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/environment.cpp | 47L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/environment.h | 622L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/errorhandler.cpp | 19L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/errorhandler.h | 228L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/fixup.h | 282L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/formatter.cpp | 628L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/formatter.h | 266L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/formatter_p.h | 40L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/func.cpp | 316L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/func.h | 1878L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/funcargscontext.cpp | 340L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/funcargscontext_p.h | 226L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/globals.cpp | 135L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/globals.h | 458L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/inst.cpp | 129L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/inst.h | 926L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/instdb.cpp | 142L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/instdb_p.h | 41L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/jitallocator.cpp | 1646L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/jitallocator.h | 615L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/jitruntime.cpp | 86L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/jitruntime.h | 107L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/logger.cpp | 79L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/logger.h | 222L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/misc_p.h | 33L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/operand.cpp | 132L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/operand.h | 2690L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/osutils.cpp | 41L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/osutils.h | 54L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/osutils_p.h | 78L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/raassignment_p.h | 496L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/racfgblock_p.h | 390L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/racfgbuilder_p.h | 653L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/raconstraints_p.h | 65L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/radefs_p.h | 1055L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/rainst_p.h | 438L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/ralocal.cpp | 1272L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/ralocal_p.h | 302L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/rapass.cpp | 2352L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/rapass_p.h | 730L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/rareg_p.h | 353L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/rastack.cpp | 193L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/rastack_p.h | 194L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/span.h | 385L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/string.cpp | 666L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/string.h | 417L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/support.cpp | 645L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/support.h | 2019L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/support_p.h | 255L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/target.cpp | 17L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/target.h | 71L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/type.cpp | 70L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/type.h | 512L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/virtmem.cpp | 1257L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/core/virtmem.h | 338L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/host.h | 33L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit.h | 17L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/ujitbase.h | 734L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/unicompiler.h | 2097L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/unicompiler_a64.cpp | 4391L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/unicompiler_utils_p.h | 32L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/unicompiler_x86.cpp | 7591L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/unicondition.h | 293L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/uniop.h | 819L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/vecconsttable.cpp | 20L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/ujit/vecconsttable.h | 454L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86.h | 84L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86archtraits_p.h | 165L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86assembler.cpp | 5131L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86assembler.h | 706L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86builder.cpp | 58L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86builder.h | 354L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86compiler.cpp | 73L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86compiler.h | 828L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86emithelper.cpp | 708L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86emithelper_p.h | 121L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86emitter.h | 4445L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86formatter.cpp | 1015L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86formatter_p.h | 58L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86func.cpp | 523L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86func_p.h | 33L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86globals.h | 2206L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86instapi.cpp | 1938L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86instapi_p.h | 42L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86instdb.cpp | 6182L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86instdb.h | 704L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86instdb_p.h | 315L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86opcode_p.h | 434L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86operand.cpp | 245L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86operand.h | 1195L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86rapass.cpp | 1653L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/src/asmjit/x86/x86rapass_p.h | 96L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/bench/asmjit_bench_codegen.cpp | 82L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/bench/asmjit_bench_codegen.h | 117L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/bench/asmjit_bench_codegen_a64.cpp | 707L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/bench/asmjit_bench_codegen_x86.cpp | 5336L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/bench/asmjit_bench_overhead.cpp | 481L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/bench/asmjit_bench_regalloc.cpp | 517L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/commons/asmjitutils.h | 242L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/commons/cmdline.h | 63L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/commons/performancetimer.h | 28L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/commons/random.h | 77L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_assembler.cpp | 107L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_assembler.h | 108L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_assembler_a64.cpp | 4052L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_assembler_x64.cpp | 18072L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_assembler_x86.cpp | 8491L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_compiler.cpp | 408L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_compiler.h | 83L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_compiler_a64.cpp | 687L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_compiler_x86.cpp | 4693L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_emitters.cpp | 327L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_environment.cpp | 302L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_instinfo.cpp | 206L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_misc.h | 265L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_runner.cpp | 171L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_unicompiler.cpp | 5674L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_unicompiler_avx2fma.cpp | 49L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_unicompiler_sse2.cpp | 72L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/asmjit_test_x86_sections.cpp | 169L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/broken.cpp | 310L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/testing/tests/broken.h | 200L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/tools/enumgen.js | 414L |
| -rwxr-xr-x | blend2d/3rdparty/asmjit/tools/enumgen.sh | 3L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/tools/generator-commons.js | 594L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/tools/generator-cxx.js | 274L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/tools/tablegen-a64.js | 351L |
| -rwxr-xr-x | blend2d/3rdparty/asmjit/tools/tablegen-a64.sh | 3L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/tools/tablegen-x86.js | 2644L |
| -rwxr-xr-x | blend2d/3rdparty/asmjit/tools/tablegen-x86.sh | 3L |
| -rw-r--r-- | blend2d/3rdparty/asmjit/tools/tablegen.js | 655L |
| -rwxr-xr-x | blend2d/3rdparty/asmjit/tools/tablegen.sh | 5L |
| -rw-r--r-- | blend2d/CMakeLists.txt | 1262L |
| -rw-r--r-- | blend2d/CONTRIBUTING.md | 261L |
| -rw-r--r-- | blend2d/LICENSE.md | 17L |
| -rw-r--r-- | blend2d/README.md | 95L |
| -rw-r--r-- | blend2d/blend2d-config.cmake.in | 8L |
| -rwxr-xr-x | blend2d/blend2d-version.py | 23L |
| -rwxr-xr-x | blend2d/configure.sh | 15L |
| -rwxr-xr-x | blend2d/configure_demos.sh | 19L |
| -rwxr-xr-x | blend2d/configure_sanitizers.sh | 23L |
| -rw-r--r-- | blend2d/configure_vs2022_x64.bat | 2L |
| -rw-r--r-- | blend2d/configure_vs2022_x86.bat | 2L |
| -rw-r--r-- | blend2d/src/blend2d-debug.h | 917L |
| -rw-r--r-- | blend2d/src/blend2d-impl.h | 26L |
| -rw-r--r-- | blend2d/src/blend2d.h | 84L |
| -rw-r--r-- | blend2d/src/blend2d.natvis | 734L |
| -rw-r--r-- | blend2d/src/blend2d/api-build_p.h | 210L |
| -rw-r--r-- | blend2d/src/blend2d/api-build_test_p.h | 61L |
| -rw-r--r-- | blend2d/src/blend2d/api-globals.cpp | 7L |
| -rw-r--r-- | blend2d/src/blend2d/api-impl.h | 53L |
| -rw-r--r-- | blend2d/src/blend2d/api-internal_p.h | 619L |
| -rw-r--r-- | blend2d/src/blend2d/api-nocxx.cpp | 25L |
| -rw-r--r-- | blend2d/src/blend2d/api.h | 1906L |
| -rw-r--r-- | blend2d/src/blend2d/array.cpp | 1334L |
| -rw-r--r-- | blend2d/src/blend2d/array.h | 771L |
| -rw-r--r-- | blend2d/src/blend2d/array_p.h | 129L |
| -rw-r--r-- | blend2d/src/blend2d/array_test.cpp | 235L |
| -rw-r--r-- | blend2d/src/blend2d/bitarray.cpp | 964L |
| -rw-r--r-- | blend2d/src/blend2d/bitarray.h | 355L |
| -rw-r--r-- | blend2d/src/blend2d/bitarray_p.h | 130L |
| -rw-r--r-- | blend2d/src/blend2d/bitarray_test.cpp | 163L |
| -rw-r--r-- | blend2d/src/blend2d/bitset.cpp | 3584L |
| -rw-r--r-- | blend2d/src/blend2d/bitset.h | 699L |
| -rw-r--r-- | blend2d/src/blend2d/bitset_p.h | 195L |
| -rw-r--r-- | blend2d/src/blend2d/bitset_test.cpp | 1007L |
| -rw-r--r-- | blend2d/src/blend2d/codec/bmpcodec.cpp | 961L |
| -rw-r--r-- | blend2d/src/blend2d/codec/bmpcodec_p.h | 241L |
| -rw-r--r-- | blend2d/src/blend2d/codec/codec_test.cpp | 198L |
| -rw-r--r-- | blend2d/src/blend2d/codec/jpegcodec.cpp | 1624L |
| -rw-r--r-- | blend2d/src/blend2d/codec/jpegcodec_p.h | 298L |
| -rw-r--r-- | blend2d/src/blend2d/codec/jpeghuffman.cpp | 125L |
| -rw-r--r-- | blend2d/src/blend2d/codec/jpeghuffman_p.h | 237L |
| -rw-r--r-- | blend2d/src/blend2d/codec/jpegops.cpp | 231L |
| -rw-r--r-- | blend2d/src/blend2d/codec/jpegops_p.h | 99L |
| -rw-r--r-- | blend2d/src/blend2d/codec/jpegops_sse2.cpp | 310L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngcodec.cpp | 2068L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngcodec_p.h | 190L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngops.cpp | 152L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngops_asimd.cpp | 19L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngops_avx.cpp | 19L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngops_p.h | 156L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngops_sse2.cpp | 19L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngopssimdimpl_p.h | 1116L |
| -rw-r--r-- | blend2d/src/blend2d/codec/pngopssimdimpl_test.cpp | 150L |
| -rw-r--r-- | blend2d/src/blend2d/codec/qoicodec.cpp | 991L |
| -rw-r--r-- | blend2d/src/blend2d/codec/qoicodec_p.h | 40L |
| -rw-r--r-- | blend2d/src/blend2d/compop_p.h | 123L |
| -rw-r--r-- | blend2d/src/blend2d/compopinfo.cpp | 93L |
| -rw-r--r-- | blend2d/src/blend2d/compopinfo_p.h | 122L |
| -rw-r--r-- | blend2d/src/blend2d/compopsimplifyimpl_p.h | 1144L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksum.cpp | 177L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksum_asimd.cpp | 23L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksum_asimd_crypto.cpp | 23L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksum_p.h | 71L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksum_sse2.cpp | 23L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksum_sse4_2.cpp | 23L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksum_test.cpp | 153L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksumadler32simdimpl_p.h | 167L |
| -rw-r--r-- | blend2d/src/blend2d/compression/checksumcrc32simdimpl_p.h | 126L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflate_test.cpp | 943L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoder.cpp | 1611L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoder_p.h | 404L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoderfast.cpp | 26L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoderfast_avx2.cpp | 26L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoderfast_p.h | 68L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoderfastimpl_p.h | 243L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoderutils.cpp | 84L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedecoderutils_p.h | 295L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedefs.cpp | 15L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflatedefs_p.h | 90L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflateencoder.cpp | 2189L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflateencoder_p.h | 42L |
| -rw-r--r-- | blend2d/src/blend2d/compression/deflateencoderutils_p.h | 138L |
| -rw-r--r-- | blend2d/src/blend2d/compression/matchfinder_p.h | 838L |
| -rw-r--r-- | blend2d/src/blend2d/context.cpp | 1763L |
| -rw-r--r-- | blend2d/src/blend2d/context.h | 3910L |
| -rw-r--r-- | blend2d/src/blend2d/context_p.h | 65L |
| -rw-r--r-- | blend2d/src/blend2d/context_test.cpp | 601L |
| -rw-r--r-- | blend2d/src/blend2d/filesystem.cpp | 1134L |
| -rw-r--r-- | blend2d/src/blend2d/filesystem.h | 490L |
| -rw-r--r-- | blend2d/src/blend2d/filesystem_p.h | 127L |
| -rw-r--r-- | blend2d/src/blend2d/font.cpp | 763L |
| -rw-r--r-- | blend2d/src/blend2d/font.h | 409L |
| -rw-r--r-- | blend2d/src/blend2d/font_p.h | 102L |
| -rw-r--r-- | blend2d/src/blend2d/font_test.cpp | 46L |
| -rw-r--r-- | blend2d/src/blend2d/fontdata.cpp | 465L |
| -rw-r--r-- | blend2d/src/blend2d/fontdata.h | 316L |
| -rw-r--r-- | blend2d/src/blend2d/fontdata_p.h | 46L |
| -rw-r--r-- | blend2d/src/blend2d/fontdefs.h | 762L |
| -rw-r--r-- | blend2d/src/blend2d/fontface.cpp | 391L |
| -rw-r--r-- | blend2d/src/blend2d/fontface.h | 556L |
| -rw-r--r-- | blend2d/src/blend2d/fontface_p.h | 139L |
| -rw-r--r-- | blend2d/src/blend2d/fontfeaturesettings.cpp | 734L |
| -rw-r--r-- | blend2d/src/blend2d/fontfeaturesettings.h | 354L |
| -rw-r--r-- | blend2d/src/blend2d/fontfeaturesettings_p.h | 180L |
| -rw-r--r-- | blend2d/src/blend2d/fontfeaturesettings_test.cpp | 380L |
| -rw-r--r-- | blend2d/src/blend2d/fontmanager.cpp | 524L |
| -rw-r--r-- | blend2d/src/blend2d/fontmanager.h | 227L |
| -rw-r--r-- | blend2d/src/blend2d/fontmanager_p.h | 96L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagdata_p.h | 68L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagdataids.cpp | 1184L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagdataids_p.h | 1475L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagdataids_test.cpp | 49L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagdatainfo.cpp | 176L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagdatainfo_p.h | 53L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagdatainfo_test.cpp | 33L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagset.cpp | 76L |
| -rw-r--r-- | blend2d/src/blend2d/fonttagset_p.h | 215L |
| -rw-r--r-- | blend2d/src/blend2d/fontvariationsettings.cpp | 637L |
| -rw-r--r-- | blend2d/src/blend2d/fontvariationsettings.h | 290L |
| -rw-r--r-- | blend2d/src/blend2d/fontvariationsettings_p.h | 87L |
| -rw-r--r-- | blend2d/src/blend2d/fontvariationsettings_test.cpp | 188L |
| -rw-r--r-- | blend2d/src/blend2d/format.cpp | 215L |
| -rw-r--r-- | blend2d/src/blend2d/format.h | 217L |
| -rw-r--r-- | blend2d/src/blend2d/format_p.h | 152L |
| -rw-r--r-- | blend2d/src/blend2d/geometry.cpp | 36L |
| -rw-r--r-- | blend2d/src/blend2d/geometry.h | 857L |
| -rw-r--r-- | blend2d/src/blend2d/geometry_p.h | 971L |
| -rw-r--r-- | blend2d/src/blend2d/glyphbuffer.cpp | 330L |
| -rw-r--r-- | blend2d/src/blend2d/glyphbuffer.h | 261L |
| -rw-r--r-- | blend2d/src/blend2d/glyphbuffer_p.h | 126L |
| -rw-r--r-- | blend2d/src/blend2d/glyphrun.h | 254L |
| -rw-r--r-- | blend2d/src/blend2d/gradient.cpp | 1032L |
| -rw-r--r-- | blend2d/src/blend2d/gradient.h | 782L |
| -rw-r--r-- | blend2d/src/blend2d/gradient_p.h | 235L |
| -rw-r--r-- | blend2d/src/blend2d/gradient_test.cpp | 134L |
| -rw-r--r-- | blend2d/src/blend2d/image.cpp | 681L |
| -rw-r--r-- | blend2d/src/blend2d/image.h | 516L |
| -rw-r--r-- | blend2d/src/blend2d/image_p.h | 81L |
| -rw-r--r-- | blend2d/src/blend2d/image_test.cpp | 188L |
| -rw-r--r-- | blend2d/src/blend2d/imagecodec.cpp | 352L |
| -rw-r--r-- | blend2d/src/blend2d/imagecodec.h | 386L |
| -rw-r--r-- | blend2d/src/blend2d/imagecodec_test.cpp | 70L |
| -rw-r--r-- | blend2d/src/blend2d/imagedecoder.cpp | 149L |
| -rw-r--r-- | blend2d/src/blend2d/imagedecoder.h | 275L |
| -rw-r--r-- | blend2d/src/blend2d/imageencoder.cpp | 136L |
| -rw-r--r-- | blend2d/src/blend2d/imageencoder.h | 256L |
| -rw-r--r-- | blend2d/src/blend2d/imagescale.cpp | 932L |
| -rw-r--r-- | blend2d/src/blend2d/imagescale_p.h | 72L |
| -rw-r--r-- | blend2d/src/blend2d/matrix.cpp | 519L |
| -rw-r--r-- | blend2d/src/blend2d/matrix.h | 464L |
| -rw-r--r-- | blend2d/src/blend2d/matrix_avx.cpp | 227L |
| -rw-r--r-- | blend2d/src/blend2d/matrix_p.h | 72L |
| -rw-r--r-- | blend2d/src/blend2d/matrix_sse2.cpp | 331L |
| -rw-r--r-- | blend2d/src/blend2d/matrix_test.cpp | 165L |
| -rw-r--r-- | blend2d/src/blend2d/object.cpp | 355L |
| -rw-r--r-- | blend2d/src/blend2d/object.h | 1161L |
| -rw-r--r-- | blend2d/src/blend2d/object_p.h | 579L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otcff.cpp | 2446L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otcff_p.h | 282L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otcff_test.cpp | 157L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otcmap.cpp | 841L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otcmap_p.h | 227L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otcore.cpp | 261L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otcore_p.h | 301L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otdefs_p.h | 377L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otface.cpp | 130L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otface_p.h | 180L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyf.cpp | 665L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyf_asimd.cpp | 28L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyf_avx2.cpp | 28L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyf_p.h | 178L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyf_sse4_2.cpp | 32L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyfsimddata.cpp | 160L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyfsimddata_p.h | 75L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otglyfsimdimpl_p.h | 1128L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otkern.cpp | 713L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otkern_p.h | 238L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otlayout.cpp | 3822L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otlayout_p.h | 303L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otlayoutcontext_p.h | 258L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otlayouttables_p.h | 913L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otmetrics.cpp | 137L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otmetrics_p.h | 85L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otname.cpp | 363L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otname_p.h | 74L |
| -rw-r--r-- | blend2d/src/blend2d/opentype/otplatform_p.h | 568L |
| -rw-r--r-- | blend2d/src/blend2d/path.cpp | 2704L |
| -rw-r--r-- | blend2d/src/blend2d/path.h | 1414L |
| -rw-r--r-- | blend2d/src/blend2d/path_p.h | 460L |
| -rw-r--r-- | blend2d/src/blend2d/path_test.cpp | 41L |
| -rw-r--r-- | blend2d/src/blend2d/pathstroke.cpp | 988L |
| -rw-r--r-- | blend2d/src/blend2d/pathstroke_p.h | 35L |
| -rw-r--r-- | blend2d/src/blend2d/pattern.cpp | 413L |
| -rw-r--r-- | blend2d/src/blend2d/pattern.h | 350L |
| -rw-r--r-- | blend2d/src/blend2d/pattern_p.h | 111L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/compoppart.cpp | 5420L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/compoppart_p.h | 249L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/compoputils_p.h | 101L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchgradientpart.cpp | 1419L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchgradientpart_p.h | 251L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchpart.cpp | 101L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchpart_p.h | 163L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchpatternpart.cpp | 2256L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchpatternpart_p.h | 229L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchpixelptrpart.cpp | 35L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchpixelptrpart_p.h | 47L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchsolidpart.cpp | 207L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchsolidpart_p.h | 50L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilsbilinear_p.h | 177L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilscoverage.cpp | 119L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilscoverage_p.h | 84L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilsinlineloops.cpp | 1391L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilsinlineloops_p.h | 53L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilspixelaccess.cpp | 3693L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilspixelaccess_p.h | 100L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilspixelgather.cpp | 1198L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fetchutilspixelgather_p.h | 245L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fillpart.cpp | 1432L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/fillpart_p.h | 119L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/jitbase_p.h | 110L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipecompiler.cpp | 173L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipecompiler_p.h | 471L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipecomposer.cpp | 76L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipecomposer_p.h | 74L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipedebug_p.h | 166L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipefunction.cpp | 63L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipefunction_p.h | 72L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipegenruntime.cpp | 434L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipegenruntime_p.h | 114L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipepart.cpp | 25L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipepart_p.h | 215L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipeprimitives.cpp | 15L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/jit/pipeprimitives_p.h | 494L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/pipedefs.cpp | 702L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/pipedefs_p.h | 1112L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/piperuntime.cpp | 7L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/piperuntime_p.h | 176L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/reference/compopgeneric_p.h | 192L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/reference/fetchgeneric_p.h | 1318L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/reference/fillgeneric_p.h | 408L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/reference/fixedpiperuntime.cpp | 350L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/reference/fixedpiperuntime_p.h | 35L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/reference/pixelbufferptr_p.h | 72L |
| -rw-r--r-- | blend2d/src/blend2d/pipeline/reference/pixelgeneric_p.h | 683L |
| -rw-r--r-- | blend2d/src/blend2d/pixelconverter.cpp | 2302L |
| -rw-r--r-- | blend2d/src/blend2d/pixelconverter.h | 200L |
| -rw-r--r-- | blend2d/src/blend2d/pixelconverter_avx2.cpp | 720L |
| -rw-r--r-- | blend2d/src/blend2d/pixelconverter_p.h | 288L |
| -rw-r--r-- | blend2d/src/blend2d/pixelconverter_sse2.cpp | 439L |
| -rw-r--r-- | blend2d/src/blend2d/pixelconverter_ssse3.cpp | 257L |
| -rw-r--r-- | blend2d/src/blend2d/pixelconverter_test.cpp | 487L |
| -rw-r--r-- | blend2d/src/blend2d/pixelops/funcs.cpp | 36L |
| -rw-r--r-- | blend2d/src/blend2d/pixelops/funcs_p.h | 44L |
| -rw-r--r-- | blend2d/src/blend2d/pixelops/interpolation.cpp | 292L |
| -rw-r--r-- | blend2d/src/blend2d/pixelops/interpolation_avx2.cpp | 179L |
| -rw-r--r-- | blend2d/src/blend2d/pixelops/interpolation_sse2.cpp | 175L |
| -rw-r--r-- | blend2d/src/blend2d/pixelops/scalar_p.h | 233L |
| -rw-r--r-- | blend2d/src/blend2d/pixelops/scalar_test.cpp | 131L |
| -rw-r--r-- | blend2d/src/blend2d/random.cpp | 31L |
| -rw-r--r-- | blend2d/src/blend2d/random.h | 110L |
| -rw-r--r-- | blend2d/src/blend2d/random_p.h | 117L |
| -rw-r--r-- | blend2d/src/blend2d/random_test.cpp | 69L |
| -rw-r--r-- | blend2d/src/blend2d/raster/analyticrasterizer_p.h | 1269L |
| -rw-r--r-- | blend2d/src/blend2d/raster/analyticrasterizer_test.cpp | 162L |
| -rw-r--r-- | blend2d/src/blend2d/raster/debugging_p.h | 85L |
| -rw-r--r-- | blend2d/src/blend2d/raster/edgebuilder_p.h | 2638L |
| -rw-r--r-- | blend2d/src/blend2d/raster/edgestorage_p.h | 186L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rastercontext.cpp | 4647L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rastercontext_p.h | 291L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rastercontextops.cpp | 99L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rastercontextops_p.h | 197L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rasterdefs_p.h | 221L |
| -rw-r--r-- | blend2d/src/blend2d/raster/renderbatch_p.h | 84L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rendercommand_p.h | 296L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rendercommandprocasync_p.h | 497L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rendercommandprocsync_p.h | 262L |
| -rw-r--r-- | blend2d/src/blend2d/raster/renderfetchdata.cpp | 37L |
| -rw-r--r-- | blend2d/src/blend2d/raster/renderfetchdata_p.h | 196L |
| -rw-r--r-- | blend2d/src/blend2d/raster/renderjob_p.h | 227L |
| -rw-r--r-- | blend2d/src/blend2d/raster/renderjobproc_p.h | 284L |
| -rw-r--r-- | blend2d/src/blend2d/raster/renderqueue_p.h | 263L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rendertargetinfo.cpp | 39L |
| -rw-r--r-- | blend2d/src/blend2d/raster/rendertargetinfo_p.h | 55L |
| -rw-r--r-- | blend2d/src/blend2d/raster/statedata_p.h | 175L |
| -rw-r--r-- | blend2d/src/blend2d/raster/styledata_p.h | 94L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workdata.cpp | 91L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workdata_p.h | 142L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workermanager.cpp | 166L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workermanager_p.h | 442L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workerproc.cpp | 369L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workerproc_p.h | 27L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workersynchronization.cpp | 95L |
| -rw-r--r-- | blend2d/src/blend2d/raster/workersynchronization_p.h | 89L |
| -rw-r--r-- | blend2d/src/blend2d/rgba.h | 411L |
| -rw-r--r-- | blend2d/src/blend2d/rgba_p.h | 82L |
| -rw-r--r-- | blend2d/src/blend2d/rgba_test.cpp | 31L |
| -rw-r--r-- | blend2d/src/blend2d/runtime.cpp | 618L |
| -rw-r--r-- | blend2d/src/blend2d/runtime.h | 311L |
| -rw-r--r-- | blend2d/src/blend2d/runtime_p.h | 240L |
| -rw-r--r-- | blend2d/src/blend2d/runtimescope.cpp | 212L |
| -rw-r--r-- | blend2d/src/blend2d/runtimescope.h | 95L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simd_p.h | 24L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simd_test.cpp | 124L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simd_test_p.h | 1672L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdarm_p.h | 3006L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdarm_test_asimd.cpp | 24L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdbase_p.h | 119L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_p.h | 5705L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_test_avx.cpp | 24L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_test_avx2.cpp | 25L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_test_avx512.cpp | 26L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_test_sse2.cpp | 24L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_test_sse4_1.cpp | 24L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_test_sse4_2.cpp | 24L |
| -rw-r--r-- | blend2d/src/blend2d/simd/simdx86_test_ssse3.cpp | 24L |
| -rw-r--r-- | blend2d/src/blend2d/string.cpp | 919L |
| -rw-r--r-- | blend2d/src/blend2d/string.h | 428L |
| -rw-r--r-- | blend2d/src/blend2d/string_p.h | 156L |
| -rw-r--r-- | blend2d/src/blend2d/string_test.cpp | 194L |
| -rw-r--r-- | blend2d/src/blend2d/support/algorithm_p.h | 219L |
| -rw-r--r-- | blend2d/src/blend2d/support/algorithm_test.cpp | 112L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenaallocator.cpp | 216L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenaallocator_p.h | 512L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenabitarray_p.h | 336L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenabitarray_test.cpp | 70L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenahashmap.cpp | 245L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenahashmap_p.h | 273L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenahashmap_test.cpp | 75L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenalist_p.h | 194L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenalist_test.cpp | 167L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenatree_p.h | 357L |
| -rw-r--r-- | blend2d/src/blend2d/support/arenatree_test.cpp | 101L |
| -rw-r--r-- | blend2d/src/blend2d/support/bitops_p.h | 542L |
| -rw-r--r-- | blend2d/src/blend2d/support/bitops_test.cpp | 119L |
| -rw-r--r-- | blend2d/src/blend2d/support/fixedarray_p.h | 161L |
| -rw-r--r-- | blend2d/src/blend2d/support/fixedbitarray_p.h | 74L |
| -rw-r--r-- | blend2d/src/blend2d/support/hashops_p.h | 68L |
| -rw-r--r-- | blend2d/src/blend2d/support/intops_p.h | 833L |
| -rw-r--r-- | blend2d/src/blend2d/support/intops_test.cpp | 419L |
| -rw-r--r-- | blend2d/src/blend2d/support/lookuptable_p.h | 144L |
| -rw-r--r-- | blend2d/src/blend2d/support/math.cpp | 105L |
| -rw-r--r-- | blend2d/src/blend2d/support/math_p.h | 643L |
| -rw-r--r-- | blend2d/src/blend2d/support/math_test.cpp | 390L |
| -rw-r--r-- | blend2d/src/blend2d/support/mathconst_p.h | 60L |
| -rw-r--r-- | blend2d/src/blend2d/support/memops_p.h | 451L |
| -rw-r--r-- | blend2d/src/blend2d/support/memops_test.cpp | 53L |
| -rw-r--r-- | blend2d/src/blend2d/support/ptrops_p.h | 77L |
| -rw-r--r-- | blend2d/src/blend2d/support/ptrops_test.cpp | 37L |
| -rw-r--r-- | blend2d/src/blend2d/support/scopedallocator.cpp | 53L |
| -rw-r--r-- | blend2d/src/blend2d/support/scopedallocator_p.h | 53L |
| -rw-r--r-- | blend2d/src/blend2d/support/scopedbuffer_p.h | 121L |
| -rw-r--r-- | blend2d/src/blend2d/support/stringops_p.h | 70L |
| -rw-r--r-- | blend2d/src/blend2d/support/traits_p.h | 45L |
| -rw-r--r-- | blend2d/src/blend2d/support/vecops_p.h | 353L |
| -rw-r--r-- | blend2d/src/blend2d/support/wrap_p.h | 68L |
| -rw-r--r-- | blend2d/src/blend2d/support/zeroallocator.cpp | 554L |
| -rw-r--r-- | blend2d/src/blend2d/support/zeroallocator_p.h | 83L |
| -rw-r--r-- | blend2d/src/blend2d/support/zeroallocator_test.cpp | 179L |
| -rw-r--r-- | blend2d/src/blend2d/tables/tables.cpp | 52L |
| -rw-r--r-- | blend2d/src/blend2d/tables/tables_p.h | 643L |
| -rw-r--r-- | blend2d/src/blend2d/tables/tables_test.cpp | 70L |
| -rw-r--r-- | blend2d/src/blend2d/threading/atomic_p.h | 86L |
| -rw-r--r-- | blend2d/src/blend2d/threading/conditionvariable_p.h | 98L |
| -rw-r--r-- | blend2d/src/blend2d/threading/futex.cpp | 62L |
| -rw-r--r-- | blend2d/src/blend2d/threading/futex_p.h | 126L |
| -rw-r--r-- | blend2d/src/blend2d/threading/mutex_p.h | 196L |
| -rw-r--r-- | blend2d/src/blend2d/threading/thread.cpp | 524L |
| -rw-r--r-- | blend2d/src/blend2d/threading/thread_p.h | 79L |
| -rw-r--r-- | blend2d/src/blend2d/threading/threadingutils_p.h | 46L |
| -rw-r--r-- | blend2d/src/blend2d/threading/threadpool.cpp | 390L |
| -rw-r--r-- | blend2d/src/blend2d/threading/threadpool_p.h | 99L |
| -rw-r--r-- | blend2d/src/blend2d/threading/threadpool_test.cpp | 104L |
| -rw-r--r-- | blend2d/src/blend2d/threading/tsanutils_p.h | 45L |
| -rw-r--r-- | blend2d/src/blend2d/threading/uniqueidgenerator.cpp | 100L |
| -rw-r--r-- | blend2d/src/blend2d/threading/uniqueidgenerator_p.h | 31L |
| -rw-r--r-- | blend2d/src/blend2d/trace.cpp | 27L |
| -rw-r--r-- | blend2d/src/blend2d/trace_p.h | 67L |
| -rw-r--r-- | blend2d/src/blend2d/unicode/unicode.cpp | 397L |
| -rw-r--r-- | blend2d/src/blend2d/unicode/unicode_p.h | 919L |
| -rw-r--r-- | blend2d/src/blend2d/unicode/unicode_test.cpp | 347L |
| -rw-r--r-- | blend2d/src/blend2d/var.cpp | 876L |
| -rw-r--r-- | blend2d/src/blend2d/var.h | 477L |
| -rw-r--r-- | blend2d/src/blend2d/var_p.h | 45L |
| -rw-r--r-- | blend2d/src/blend2d/var_test.cpp | 232L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_app.cpp | 931L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_app.h | 72L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend.cpp | 96L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend.h | 278L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend_agg.cpp | 1504L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend_blend2d.cpp | 565L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend_cairo.cpp | 553L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend_coregraphics.cpp | 699L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend_juce.cpp | 554L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend_qt.cpp | 636L |
| -rw-r--r-- | blend2d/testing/bench/bl_bench_backend_skia.cpp | 543L |
| -rw-r--r-- | blend2d/testing/bench/images_data.h | 3813L |
| -rw-r--r-- | blend2d/testing/bench/jsonbuilder.cpp | 187L |
| -rw-r--r-- | blend2d/testing/bench/jsonbuilder.h | 49L |
| -rw-r--r-- | blend2d/testing/bench/shape_data.cpp | 2057L |
| -rw-r--r-- | blend2d/testing/bench/shape_data.h | 79L |
| -rw-r--r-- | blend2d/testing/commons/cmdline.h | 72L |
| -rw-r--r-- | blend2d/testing/commons/imagediff.h | 234L |
| -rw-r--r-- | blend2d/testing/commons/performance_timer.h | 32L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_bounces.cpp | 297L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_bubbles.cpp | 231L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_circles.cpp | 172L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_elliptic_arc.cpp | 218L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_gradients.cpp | 347L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_image_view.cpp | 210L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_particles.cpp | 245L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_paths.cpp | 423L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_pattern.cpp | 270L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_rects.cpp | 367L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_sprites.cpp | 251L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_stroke.cpp | 378L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_text.cpp | 443L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_tiger.cpp | 377L |
| -rw-r--r-- | blend2d/testing/demos/bl_demo_tiger.h | 1926L |
| -rw-r--r-- | blend2d/testing/demos/bl_qt_canvas.cpp | 179L |
| -rw-r--r-- | blend2d/testing/demos/bl_qt_canvas.h | 146L |
| -rw-r--r-- | blend2d/testing/demos/bl_qt_headers.h | 7L |
| -rw-r--r-- | blend2d/testing/generator/bl_generator.cpp | 72L |
| -rw-r--r-- | blend2d/testing/generator/bl_generator.h | 740L |
| -rw-r--r-- | blend2d/testing/resources/ABeeZee-Regular.ttf | 46160B |
| -rw-r--r-- | blend2d/testing/resources/Leaves.jpeg | 76248B |
| -rw-r--r-- | blend2d/testing/resources/README.md | 8L |
| -rw-r--r-- | blend2d/testing/resources/abeezee_regular_ttf.h | 2315L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_1.cpp | 31L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_2.cpp | 30L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_3.cpp | 32L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_4.cpp | 32L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_5.cpp | 32L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_6.cpp | 30L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_7.cpp | 35L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_8.cpp | 48L |
| -rw-r--r-- | blend2d/testing/samples/bl_sample_capi.c | 74L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_context_baseapp.cpp | 434L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_context_baseapp.h | 107L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_context_jit.cpp | 332L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_context_mt.cpp | 157L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_context_simple.cpp | 133L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_context_utilities.h | 1227L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_image_io.cpp | 348L |
| -rw-r--r-- | blend2d/testing/tests/bl_test_runner.cpp | 27L |
| -rw-r--r-- | blend2d/testing/tests/broken.cpp | 310L |
| -rw-r--r-- | blend2d/testing/tests/broken.h | 200L |
| -rw-r--r-- | example/microui.odin | 817L |
| -rw-r--r-- | example/resource/Roboto-Medium.ttf | 146132B |
| -rw-r--r-- | example/resource/angle-down.svg | 1L |
| -rw-r--r-- | example/resource/angle-right.svg | 1L |
| -rw-r--r-- | example/sample_1.odin | 36L |
| -rw-r--r-- | example/sample_2.odin | 47L |
| -rw-r--r-- | example/sample_3.odin | 46L |
| -rw-r--r-- | imports.inc | 7L |
| -rw-r--r-- | odin-c-bindgen/.github/workflows/build.yml | 50L |
| -rw-r--r-- | odin-c-bindgen/.gitignore | 11L |
| -rw-r--r-- | odin-c-bindgen/LICENSE | 7L |
| -rw-r--r-- | odin-c-bindgen/README.md | 202L |
| -rw-r--r-- | odin-c-bindgen/bindgen2.sublime-project | 81L |
| -rw-r--r-- | odin-c-bindgen/examples/.gitignore | 1L |
| -rw-r--r-- | odin-c-bindgen/examples/README.md | 10L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/.gitignore | 1L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/bindgen.sjson | 38L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/box2d/base.odin | 73L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/box2d/box2d.odin | 1080L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/box2d/collision.odin | 710L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/box2d/id.odin | 41L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/box2d/math_functions.odin | 96L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/box2d/types.odin | 1435L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/input/base.h | 130L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/input/box2d.h | 1219L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/input/box2d.lib | 745400B |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/input/collision.h | 765L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/input/id.h | 144L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/input/math_functions.h | 716L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/input/types.h | 1452L |
| -rw-r--r-- | odin-c-bindgen/examples/box2d/test/main.odin | 112L |
| -rw-r--r-- | odin-c-bindgen/examples/joltc/README.md | 1L |
| -rw-r--r-- | odin-c-bindgen/examples/joltc/bindgen.sjson | 22L |
| -rw-r--r-- | odin-c-bindgen/examples/joltc/imports.inc | 7L |
| -rw-r--r-- | odin-c-bindgen/examples/joltc/jolt/joltc.odin | 2314L |
| -rw-r--r-- | odin-c-bindgen/examples/joltc/joltc.h | 2891L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/.gitignore | 1L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/bindgen.sjson | 224L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/imports.odin | 8L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/input/raylib.h | 1714L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/input/raylib.lib | 5009534B |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/input/raylib_footer.odin | 124L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/raylib/raylib.odin | 1680L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/LICENSE | 7L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/README.md | 3L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/body.png | 99B |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/crash.wav | 56000B |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/eat.wav | 56250B |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/food.png | 199B |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/head.png | 179B |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/snake.odin | 195L |
| -rw-r--r-- | odin-c-bindgen/examples/raylib/test/tail.png | 146B |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/.gitignore | 1L |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/README.md | 3L |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/bindgen.sjson | 62L |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/test/box.fbx | 27260B |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/test/main.odin | 166L |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/test/thing.fbx | 32236B |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/ufbx.h | 6028L |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/ufbx.lib | 1671346B |
| -rw-r--r-- | odin-c-bindgen/examples/ufbx/ufbx/ufbx.odin | 5657L |
| -rw-r--r-- | odin-c-bindgen/libclang/BuildSystem.odin | 145L |
| -rw-r--r-- | odin-c-bindgen/libclang/CXCompilationDatabase.odin | 167L |
| -rw-r--r-- | odin-c-bindgen/libclang/CXDiagnostic.odin | 380L |
| -rw-r--r-- | odin-c-bindgen/libclang/CXErrorCode.odin | 57L |
| -rw-r--r-- | odin-c-bindgen/libclang/CXFile.odin | 97L |
| -rw-r--r-- | odin-c-bindgen/libclang/CXSourceLocation.odin | 282L |
| -rw-r--r-- | odin-c-bindgen/libclang/CXString.odin | 82L |
| -rw-r--r-- | odin-c-bindgen/libclang/Documentation.odin | 596L |
| -rw-r--r-- | odin-c-bindgen/libclang/FatalErrorHandler.odin | 52L |
| -rw-r--r-- | odin-c-bindgen/libclang/Index.odin | 7100L |
| -rw-r--r-- | odin-c-bindgen/libclang/Rewrite.odin | 80L |
| -rw-r--r-- | odin-c-bindgen/src/bindgen2.sublime-project | 44L |
| -rw-r--r-- | odin-c-bindgen/src/c_type_mapping.odin | 65L |
| -rw-r--r-- | odin-c-bindgen/src/config.odin | 88L |
| -rw-r--r-- | odin-c-bindgen/src/declarations_and_types.odin | 211L |
| -rw-r--r-- | odin-c-bindgen/src/examples/tester/tester.c | 10L |
| -rw-r--r-- | odin-c-bindgen/src/examples/tester/tester.h | 124L |
| -rw-r--r-- | odin-c-bindgen/src/examples/tester/tester.obj | 1239B |
| -rw-r--r-- | odin-c-bindgen/src/main.odin | 165L |
| -rw-r--r-- | odin-c-bindgen/src/output.odin | 635L |
| -rw-r--r-- | odin-c-bindgen/src/translate_collect.odin | 1014L |
| -rw-r--r-- | odin-c-bindgen/src/translate_macros.odin | 412L |
| -rw-r--r-- | odin-c-bindgen/src/translate_process.odin | 757L |
| -rw-r--r-- | odin-c-bindgen/src_legacy/bindgen.odin | 2679L |
| -rw-r--r-- | odin-c-bindgen/src_legacy/json_helpers.odin | 106L |
| -rw-r--r-- | odin-c-bindgen/test/.gitignore | 3L |
| -rw-r--r-- | odin-c-bindgen/test/README.md | 1L |
| -rw-r--r-- | odin-c-bindgen/test/bindgen.sjson | 9L |
| -rw-r--r-- | odin-c-bindgen/test/binding/test.yml | 197L |
| -rw-r--r-- | odin-c-bindgen/test/src/test.c | 9L |
| -rw-r--r-- | odin-c-bindgen/test/src/test.h | 36L |
| -rw-r--r-- | odin-c-bindgen/test/test_binding/main.odin | 10L |
| -rw-r--r-- | patch/api.odin.patch | 124L |
| -rw-r--r-- | patch/object.odin.patch | 10L |
| -rwxr-xr-x | script/generate.sh | 30L |
| -rwxr-xr-x | script/update-deps.sh | 9L |