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

  /external/giflib/
gif_lib.h 112 #define DISPOSE_DO_NOT 1 /* Leave image in place */
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 152 // Many GIFs use DISPOSE_DO_NOT to make images draw on top of previous images. They can also
235 // We only support DISPOSE_DO_NOT and DISPOSE_BACKGROUND.
238 prevImageDisposalMode = DISPOSE_DO_NOT;
398 if (imageIndex > 0 && prevImageDisposalMode == DISPOSE_DO_NOT &&

Completed in 56 milliseconds