Home
last modified time | relevance | path

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

/external/rust/crates/codespan-reporting/tests/support/
Dmod.rs6 mod color_buffer; module
8 use self::color_buffer::ColorBuffer;
/external/ImageMagick/coders/
Dheic.c152 *color_buffer; in ReadHEICColorProfile() local
157 color_buffer=(unsigned char *) AcquireQuantumMemory(1,length); in ReadHEICColorProfile()
158 if (color_buffer != (unsigned char *) NULL) in ReadHEICColorProfile()
164 color_buffer); in ReadHEICColorProfile()
170 profile=BlobToStringInfo(color_buffer,length); in ReadHEICColorProfile()
178 color_buffer=(unsigned char *) RelinquishMagickMemory(color_buffer); in ReadHEICColorProfile()