Searched refs:dispose (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gifdec.c | 65 GIFDisposeMethod* const dispose, in GIFReadGraphicsExtension() argument 74 *dispose = GIF_DISPOSE_RESTORE_PREVIOUS; in GIFReadGraphicsExtension() 77 *dispose = GIF_DISPOSE_BACKGROUND; in GIFReadGraphicsExtension() 82 *dispose = GIF_DISPOSE_NONE; in GIFReadGraphicsExtension() 260 void GIFDisposeFrame(GIFDisposeMethod dispose, const GIFFrameRect* const rect, in GIFDisposeFrame() argument 264 if (dispose == GIF_DISPOSE_BACKGROUND) { in GIFDisposeFrame() 266 } else if (dispose == GIF_DISPOSE_RESTORE_PREVIOUS) { in GIFDisposeFrame() 336 GIFDisposeMethod* const dispose, in GIFReadGraphicsExtension() argument 340 (void)dispose; in GIFReadGraphicsExtension() 375 void GIFDisposeFrame(GIFDisposeMethod dispose, const GIFFrameRect* const rect, in GIFDisposeFrame() argument [all …]
|
A D | gifdec.h | 71 GIFDisposeMethod* const dispose, 92 void GIFDisposeFrame(GIFDisposeMethod dispose, const GIFFrameRect* const rect,
|
A D | webpinfo.c | 740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local 759 dispose = temp & 1; in ProcessANMFChunk() 765 offset_x, offset_y, width, height, duration, dispose, blend); in ProcessANMFChunk()
|
A D | webpmux.c | 240 const char* const dispose = in DisplayInfo() local 245 printf("%8d %10s %5s ", frame.duration, dispose, blend); in DisplayInfo()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | SelectObjectRequest.h | 52 int dispose() const;
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SelectObjectRequest.cc | 321 int SelectObjectRequest::dispose() const in dispose() function in SelectObjectRequest
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README.mux | 77 'mi' is the dispose method for this frame (0 or 1),
|
A D | ChangeLog | 2681 6378f238 Merge "vwebp/animation: fix background dispose" into 0.3.0 2683 04c7a2ec vwebp/animation: fix background dispose
|
/AliOS-Things-master/components/oss/src/ |
A D | OssClientImpl.cc | 1157 int ret = request.dispose(); in SelectObject()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 452 After completing a compression cycle, you may dispose of the JPEG object 706 After completing a decompression cycle, you may dispose of the JPEG object as
|
Completed in 25 milliseconds