HomeSort by relevance Sort by last modified time
    Searched refs:updatePreviewImage (Results 1 - 10 of 10) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfOutputFile.h 191 // updatePreviewImage() supplies a new set of pixels for the
193 // does not contain a preview image, updatePreviewImage() throws
196 // Note: updatePreviewImage() is necessary because images are
206 void updatePreviewImage (const PreviewRgba newPixels[]);
ImfTiledOutputFile.h 417 // updatePreviewImage() supplies a new set of pixels for the
419 // does not contain a preview image, updatePreviewImage() throws
422 // Note: updatePreviewImage() is necessary because images are
432 void updatePreviewImage (const PreviewRgba newPixels[]);
ImfAcesFile.h 212 // Update the preview image (see Imf::OutputFile::updatePreviewImage())
215 void updatePreviewImage (const PreviewRgba[]);
ImfRgbaFile.h 176 // Update the preview image (see Imf::OutputFile::updatePreviewImage())
179 void updatePreviewImage (const PreviewRgba[]);
202 // (see Imf::OutputFile::updatePreviewImage()
ImfAcesFile.cpp 327 AcesOutputFile::updatePreviewImage (const PreviewRgba pixels[])
329 _data->rgbaFile->updatePreviewImage (pixels);
ImfTiledRgbaFile.h 255 // Update the preview image (see Imf::TiledOutputFile::updatePreviewImage())
258 void updatePreviewImage (const PreviewRgba[]);
ImfRgbaFile.cpp 782 RgbaOutputFile::updatePreviewImage (const PreviewRgba newPixels[])
784 _outputFile->updatePreviewImage (newPixels);
ImfTiledRgbaFile.cpp 1148 TiledRgbaOutputFile::updatePreviewImage (const PreviewRgba newPixels[])
1150 _outputFile->updatePreviewImage (newPixels);
ImfOutputFile.cpp     [all...]
ImfTiledOutputFile.cpp     [all...]

Completed in 140 milliseconds