thorvg/src/loaders
Elliott Sales de Andrade 5f08b9ade4 build: Remove redundant comparisons
If a Meson option is typed as `boolean`, the `get_option` returns a
boolean, and comparing it with `true` is redundant. Meson also errors if
you try to compare across types, so it couldn't _not_ be a boolean.

Also, Meson is not C, so no need for parentheses around `if` conditions.
2024-08-19 17:42:40 +09:00
..
external_jpg loaders: enhance decoding efficiency 2024-02-07 20:32:05 +09:00
external_png loaders: enhance decoding efficiency 2024-02-07 20:32:05 +09:00
external_webp loaders: decode the image with premultiplied alpha. 2024-02-07 20:32:05 +09:00
jpg common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
lottie lottie: ensure a null terminator at the end of the copied data 2024-08-17 13:37:10 +09:00
png png: corrected a wrong premultiplied option. 2024-03-08 16:17:45 +09:00
raw renderer: enhanced shared surface handling with mutex implementation 2023-12-31 11:37:12 +09:00
svg svg: resolve compiler warnings. 2024-07-23 17:09:26 +09:00
ttf ttf_loader: Basic support for composite glyphs loading (#2600) 2024-07-31 12:51:22 +09:00
tvg loader: code refactoring 2024-01-11 10:12:04 +09:00
webp common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00