Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor.cpp69 uint64_t argbn = ((uint64_t)(a * 255.0f + 0.5f) << 56) | in PackValue() local
74 return argbn; in PackValue()