Home
last modified time | relevance | path

Searched refs:WriteImage (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/test/gpu/gpu_tests/
Dpixel.py122 PixelValidator.WriteImage(image_path, screenshot)
132 PixelValidator.WriteImage(
135 PixelValidator.WriteImage(
139 PixelValidator.WriteImage(
143 def WriteImage(image_path, png_image): member in PixelValidator
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.h78 bool WriteImage( const uchar* data, int step,
190 bool WriteImage( const uchar* data, int step,
Dgrfmt_imageio.h40 bool WriteImage( const uchar* data, int step,
Dgrfmt_bmp.h86 bool WriteImage( const uchar* data, int step,
Dgrfmt_png.h82 bool WriteImage( const uchar* data, int step,
Dgrfmt_pxm.h81 bool WriteImage( const uchar* data, int step,
Dgrfmt_sunras.h93 bool WriteImage( const uchar* data, int step,
Dgrfmt_exr.h95 bool WriteImage( const uchar* data, int step,
Dgrfmt_jpeg2000.h91 bool WriteImage( const uchar* data, int step,
Dgrfmt_tiff.h154 bool WriteImage( const uchar* data, int step,
Dgrfmt_base.h101 virtual bool WriteImage( const uchar* data, int step,
Dgrfmt_png.cpp266 bool GrFmtPngWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtPngWriter
Dgrfmt_imageio.cpp275 bool GrFmtImageIOWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtImageIOWriter
Dgrfmt_sunras.cpp414 bool GrFmtSunRasterWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtSunRasterWriter
Dloadsave.cpp542 if( !writer->WriteImage( image->data.ptr, image->step, image->width, in cvSaveImage()
Dgrfmt_pxm.cpp375 bool GrFmtPxMWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtPxMWriter
Dgrfmt_bmp.cpp493 bool GrFmtBmpWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtBmpWriter
Dgrfmt_jpeg2000.cpp402 bool GrFmtJpeg2000Writer::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtJpeg2000Writer
Dgrfmt_tiff.cpp681 bool GrFmtTiffWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtTiffWriter
Dgrfmt_jpeg.cpp430 bool GrFmtJpegWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtJpegWriter
1619 bool GrFmtJpegWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtJpegWriter
Dgrfmt_exr.cpp589 bool GrFmtExrWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtExrWriter
/external/chromium_org/third_party/libwebp/enc/
Dvp8l.c753 static WebPEncodingError WriteImage(const WebPPicture* const pic, in WriteImage() function
1144 err = WriteImage(picture, &bw, &coded_size); in VP8LEncodeImage()
/external/webp/src/enc/
Dvp8l.c753 static WebPEncodingError WriteImage(const WebPPicture* const pic, in WriteImage() function
1144 err = WriteImage(picture, &bw, &coded_size); in VP8LEncodeImage()