| 420 | } |
| 421 | |
| 422 | static void WriteRGBAFormattedVariant( |
| 423 | ImageFormat dstFormat, DataType dataType, VariantBuffer& dstBuffer, std::size_t idx, const VariantColor& value) |
| 424 | { |
| 425 | TransferRGBAFormattedVariantColor(dstFormat, dataType, dstBuffer, idx, value); |
| 426 | } |
| 427 | |
| 428 | // Worker thread procedure for the "ConvertImageBufferFormat" function |
| 429 | static void ConvertImageBufferFormatWorker( |
no test coverage detected