Refactor: Store BLF Glyphs in blender::Map #118528

Merged
Harley Acheson merged 9 commits from Harley/blender:GlyphMap into main 2024-02-21 18:17:30 +01:00

9 Commits

Author SHA1 Message Date
Harley Acheson f19eedd644 Use get_default_hash 2024-02-21 08:59:14 -08:00
Harley Acheson 170ba276dc whitespace changes
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-21 08:23:25 -08:00
Harley Acheson 86fb6bf27c remove unused function 2024-02-21 08:18:51 -08:00
Harley Acheson 88f5438810 Custom Hash Key 2024-02-21 08:17:44 -08:00
Harley Acheson 8ab0931873 Merge branch 'main' of projects.blender.org:blender/blender into GlyphMap 2024-02-21 07:54:24 -08:00
Harley Acheson 9888e85189 formatting changes 2024-02-20 15:56:27 -08:00
Harley Acheson ec91b2da8b Storing unique_ptr 2024-02-20 15:51:31 -08:00
Harley Acheson 8e8cca8d10 Formatting issue 2024-02-20 09:54:14 -08:00
Harley Acheson 2bf35aa9a4 Refactor: Store BLF Glyphs in blender::Map
Store the GlyphBLFs in a blender::Map rather than our current hash
table, which is an array of 257 ListBases.
2024-02-20 09:51:47 -08:00