Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dimage_load.cpp23 const uint8_t BITMAP_MID_BIT = 1; variable
131 uint32_t value = ((*source)) + (*(source + BITMAP_MID_BIT) << MOVE_LOW) in Unzip24Image()
138 …value = ((*source)) + (*(source + BITMAP_MID_BIT) << MOVE_LOW) + (*(source + BITMAP_LOW_BIT) << MO… in Unzip24Image()
141 uint32_t count = ((*source)) + (*(source + BITMAP_MID_BIT) << MOVE_LOW) in Unzip24Image()