Home
last modified time | relevance | path

Searched refs:tga_is_right_to_left (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/tga/
H A Dfiletga.h112 int tga_is_right_to_left(const tga_image *tga);
H A Dfiletga.c55 int tga_is_right_to_left(const tga_image *tga) { in tga_is_right_to_left() function
609 r_to_l = tga_is_right_to_left(img); in tga_flip_horiz()
710 if (tga_is_right_to_left(img)) x = img->width - 1 - x; in tga_find_pixel()
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DTargaWriter.cpp135 int tga_is_right_to_left(const tga_image *tga);
260 int tga_is_right_to_left(const tga_image *tga) in tga_is_right_to_left() function
878 r_to_l = tga_is_right_to_left(img); in tga_flip_horiz()
994 if (tga_is_right_to_left(img)) x = img->width - 1 - x; in tga_find_pixel()
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/image/
H A Dtarga.h114 int tga_is_right_to_left(const tga_image *tga);
H A Dtarga.c55 int tga_is_right_to_left(const tga_image *tga) in tga_is_right_to_left() function
762 r_to_l = tga_is_right_to_left(img); in tga_flip_horiz()
878 if (tga_is_right_to_left(img)) x = img->width - 1 - x; in tga_find_pixel()
/dports/games/openspades/openspades-0.1.3/Sources/Tools/
H A DBdfToOSFont.cpp123 int tga_is_right_to_left(const tga_image *tga);
248 int tga_is_right_to_left(const tga_image *tga) in tga_is_right_to_left() function
867 r_to_l = tga_is_right_to_left(img); in tga_flip_horiz()
983 if (tga_is_right_to_left(img)) x = img->width - 1 - x; in tga_find_pixel()