Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp158 if (acquiredIndex > lastPixelMapIndex_) { in Decode()
159 startIndex = lastPixelMapIndex_ + 1; in Decode()
160 } else if (acquiredIndex == lastPixelMapIndex_) { in Decode()
170 startIndex, endIndex, lastPixelMapIndex_, isOverlapped); in Decode()
204 lastPixelMapIndex_ = -1; in Reset()
316 lastPixelMapIndex_ = endIndex; in OverlapFrame()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_decoder.h88 int32_t lastPixelMapIndex_ = -1; variable