Home
last modified time | relevance | path

Searched refs:write_row_RGB8 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/library/
H A Dflif-interface-private_common.hpp46 void write_row_RGB8(uint32_t row, const void* buffer, size_t buffer_size_bytes);
H A Dflif-interface_common.cpp56 void FLIF_IMAGE::write_row_RGB8(uint32_t row, const void * buffer, size_t buffer_size_bytes) in write_row_RGB8() function in FLIF_IMAGE
416 image->write_row_RGB8(row, buffer, width*number_components); in flif_import_image_RGB()