Home
last modified time | relevance | path

Searched refs:b1 (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/hdf/hdf_lite/display/
H A Dloadbmp_test.c45 uint8_t b1; in OsdMakeColorU16() local
49 r1 = g1 = b1 = 0; in OsdMakeColorU16()
52 b1 = b >> (EIGHT_BITS_PER_PIXEL - compinfo.bLen); in OsdMakeColorU16()
59 pixel |= (r1 | (g1 << compinfo.bLen) | (b1 << (compinfo.bLen + compinfo.gLen))); in OsdMakeColorU16()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h4811 ARKUI_DIRTY_FLAG_MEASURE = 0b1,

Completed in 20 milliseconds