Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/modules/tga/
H A Dimage_loader_tga.cpp38 Error ImageLoaderTGA::decode_tga_rle(const uint8_t *p_compressed_buffer, size_t p_pixel_size, uint8… in decode_tga_rle() argument
42 error = pixels.resize(p_pixel_size); in decode_tga_rle()
59 for (size_t i = 0; i < p_pixel_size; i++) { in decode_tga_rle()
64 for (size_t j = 0; j < p_pixel_size; j++) { in decode_tga_rle()
67 output_pos += p_pixel_size; in decode_tga_rle()
70 count *= p_pixel_size; in decode_tga_rle()
H A Dimage_loader_tga.h75 …static Error decode_tga_rle(const uint8_t *p_compressed_buffer, size_t p_pixel_size, uint8_t *p_un…
/dports/devel/godot-tools/godot-3.2.3-stable/modules/tga/
H A Dimage_loader_tga.cpp38 Error ImageLoaderTGA::decode_tga_rle(const uint8_t *p_compressed_buffer, size_t p_pixel_size, uint8… in decode_tga_rle() argument
42 error = pixels.resize(p_pixel_size); in decode_tga_rle()
59 for (size_t i = 0; i < p_pixel_size; i++) { in decode_tga_rle()
64 for (size_t j = 0; j < p_pixel_size; j++) { in decode_tga_rle()
67 output_pos += p_pixel_size; in decode_tga_rle()
70 count *= p_pixel_size; in decode_tga_rle()
H A Dimage_loader_tga.h75 …static Error decode_tga_rle(const uint8_t *p_compressed_buffer, size_t p_pixel_size, uint8_t *p_un…
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.cpp856 …8_t *__restrict p_dst, float p_alpha, uint32_t p_width, uint32_t p_height, uint32_t p_pixel_size) { in _overlay() argument
860 for (uint32_t i = 0; i < p_width * p_height * p_pixel_size; i++) { in _overlay()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.cpp856 …8_t *__restrict p_dst, float p_alpha, uint32_t p_width, uint32_t p_height, uint32_t p_pixel_size) { in _overlay() argument
860 for (uint32_t i = 0; i < p_width * p_height * p_pixel_size; i++) { in _overlay()