Searched refs:gifFileType (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_view.cpp | 53 void SetGifFileType(GifFileType* gifFileType) in SetGifFileType() argument 55 gifFileType_ = gifFileType; in SetGifFileType() 58 uint32_t SetGifFrame(GifFileType* gifFileType, int32_t imageIndex, UIImageView* imageView) const; 59 void DealGifImageData(const GifFileType* gifFileType, 89 GifFileType* gifFileType = DGifOpenFileName(src, &error); in OpenGifFile() local 93 DGifSlurp(gifFileType); in OpenGifFile() 96 gifDataSize_ = gifFileType->SWidth * gifFileType->SHeight * pixelByteSize; in OpenGifFile() 102 SetGifFileType(gifFileType); in OpenGifFile() 107 GifFileType* gifFileType in CloseGifFile() local 132 GifFileType* gifFileType = GetGifFileType(); Callback() local 139 SetGifFrame(GifFileType* gifFileType, int32_t imageIndex, UIImageView* imageView) const SetGifFrame() argument 181 DealGifImageData(const GifFileType* gifFileType, const GifImageDesc* gifImageDesc, const SavedImage* savedImage, GraphicsControlBlock gcb, const ColorMapObject* colorMap) const DealGifImageData() argument [all...] |
Completed in 2 milliseconds