tornavis/source/blender/blenfont/intern
Harley Acheson 27c95da888 Refactor: Remove BLF _ex functions using default arguments
Remove all BLF "_ex" versions of functions by using default arguments.
These functions only differ by having an optional argument that can
return extra details about the result of the operation. This PR just
make these part of the main function as optional arguments with default
values - all nullptr.

Pull Request: https://projects.blender.org/blender/blender/pulls/119994
2024-03-28 04:02:13 +01:00
..
blf.cc Refactor: Remove BLF _ex functions using default arguments 2024-03-28 04:02:13 +01:00
blf_default.cc Cleanup: Move BLF headers to C++ 2024-01-31 14:04:56 -05:00
blf_dir.cc Cleanup: Move BLF headers to C++ 2024-01-31 14:04:56 -05:00
blf_font.cc Refactor: Remove unnecessary C wrappers for vertex and index buffers 2024-03-24 16:38:30 +01:00
blf_font_default.cc Cleanup: Move BLF headers to C++ 2024-01-31 14:04:56 -05:00
blf_font_win32_compat.cc Cleanup: Move BLF headers to C++ 2024-01-31 14:04:56 -05:00
blf_glyph.cc Cleanup: Move remaining GPU headers to C++ 2024-03-23 01:24:18 +01:00
blf_internal.hh Fix: Windows build error after recent cleanup commit 2024-03-26 16:20:40 -04:00
blf_internal_types.hh Refactor: Remove unnecessary C wrapper for GPUBatch class 2024-03-26 03:06:25 +01:00
blf_thumbs.cc Cleanup: move BLI_strict_flags.h last, not that it should be kept last 2024-02-14 13:40:31 +11:00