Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dimage_load.cpp26 const uint32_t BITMAP_ZIP_FLAG = 0x23456789; variable
94 if (*source != BITMAP_ZIP_FLAG) { in UnzipImage()