Searched refs:A1 (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 32 const float A1 = static_cast<float>(a1) / OPA_OPAQUE; \ 34 const float a = 1 - (1 - A1) * (1 - A2); \ 35 (r1) = (A2 * (r2) + (1 - A2) * A1 * (r1)) / a; \ 36 (g1) = (A2 * (g2) + (1 - A2) * A1 * (g1)) / a; \ 37 (b1) = (A2 * (b2) + (1 - A2) * A1 * (b1)) / a; \
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_types.h | 91 /** A1 color mode */ 92 A1,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 382 cryptF5Param->A1[0x00] = SMP_GetPairMng()->local.addr.type; in SMP_ConstituteF5Param() 384 (void)memcpy_s(&cryptF5Param->A1[0x01], BT_ADDRESS_SIZE, SMP_GetPairMng()->local.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF5Param() 389 cryptF5Param->A1[0x00] = SMP_GetPairMng()->peer.addr.type; in SMP_ConstituteF5Param() 391 (void)memcpy_s(&cryptF5Param->A1[0x01], BT_ADDRESS_SIZE, SMP_GetPairMng()->peer.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF5Param() 412 SMP_WriteToRow(param->output, CRYPT_F5_OUT_LEN, offset, param->A1, CRYPT_F5_A1_LEN); in SMP_CryptographicF5() 428 cryptF6Param->A1[0] = SMP_GetPairMng()->peer.addr.type; in SMP_ConstituteF6Param() 430 (void)memcpy_s(&cryptF6Param->A1[1], BT_ADDRESS_SIZE, SMP_GetPairMng()->peer.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF6Param() 445 cryptF6Param->A1[0] = SMP_GetPairMng()->local.addr.type; in SMP_ConstituteF6Param() 447 (void)memcpy_s(&cryptF6Param->A1[1], BT_ADDRESS_SIZE, SMP_GetPairMng()->local.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF6Param() 472 SMP_WriteToRow(param->output, CRYPT_F6_OUT_LEN, offset, param->A1, CRYPT_F6_A1_LE in SMP_CryptographicF6() [all...] |
H A D | smp_tool.h | 115 uint8_t A1[CRYPT_F5_A1_LEN]; member 129 uint8_t A1[CRYPT_F6_A1_LEN]; member
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font.h | 206 return A1; in GetColorType()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 123 case A1: in GetPxSizeByColorMode() 1974 if (dataInfo.header.colorMode == A1) { 1979 // 1: A1 means 1 bit, 7: maximum offset in bytes
|
Completed in 8 milliseconds