Searched refs:A2 (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 33 const float A2 = static_cast<float>(a2) / 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 | 93 /** A2 color mode */ 94 A2,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 383 cryptF5Param->A2[0x00] = SMP_GetPairMng()->peer.addr.type; in SMP_ConstituteF5Param() 385 (void)memcpy_s(&cryptF5Param->A2[0x01], BT_ADDRESS_SIZE, SMP_GetPairMng()->peer.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF5Param() 390 cryptF5Param->A2[0x00] = SMP_GetPairMng()->local.addr.type; in SMP_ConstituteF5Param() 392 (void)memcpy_s(&cryptF5Param->A2[0x01], BT_ADDRESS_SIZE, SMP_GetPairMng()->local.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF5Param() 414 SMP_WriteToRow(param->output, CRYPT_F5_OUT_LEN, offset, param->A2, CRYPT_F5_A2_LEN); in SMP_CryptographicF5() 429 cryptF6Param->A2[0] = SMP_GetPairMng()->local.addr.type; in SMP_ConstituteF6Param() 431 (void)memcpy_s(&cryptF6Param->A2[1], BT_ADDRESS_SIZE, SMP_GetPairMng()->local.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF6Param() 446 cryptF6Param->A2[0] = SMP_GetPairMng()->peer.addr.type; in SMP_ConstituteF6Param() 448 (void)memcpy_s(&cryptF6Param->A2[1], BT_ADDRESS_SIZE, SMP_GetPairMng()->peer.addr.addr, BT_ADDRESS_SIZE); in SMP_ConstituteF6Param() 474 SMP_WriteToRow(param->output, CRYPT_F6_OUT_LEN, offset, param->A2, CRYPT_F6_A2_LE in SMP_CryptographicF6() [all...] |
H A D | smp_tool.h | 116 uint8_t A2[CRYPT_F5_A2_LEN]; member 130 uint8_t A2[CRYPT_F6_A2_LEN]; member
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font.h | 208 return A2; in GetColorType()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 126 case A2: in GetPxSizeByColorMode() 1982 } else if (dataInfo.header.colorMode == A2) { 1983 uint8_t bit = (tmpPoint.x & 0x3) * 2; // 0x3: 0b0011, 2: A2 color mode
|
Completed in 7 milliseconds