/foundation/graphic/standard/rosen/modules/2d_graphics/src/draw/ |
D | color.cpp | 155 bool operator==(const Color& c1, const Color& c2) in operator ==() argument 157 …return c1.alpha_ == c2.alpha_ && c1.red_ == c2.red_ && c1.green_ == c2.green_ && c1.blue_ == c2.bl… in operator ==() 159 bool operator!=(const Color& c1, const Color& c2) in operator !=() argument 161 …return c1.alpha_ != c2.alpha_ || c1.red_ != c2.red_ || c1.green_ != c2.green_ || c1.blue_ != c2.bl… in operator !=()
|
/foundation/communication/ipc/ipc/native/c/manager/include/ |
D | rpc_types.h | 19 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/foundation/graphic/utils/frameworks/ |
D | color.cpp | 19 ColorType Color::GetMixColor(ColorType c1, ColorType c2, uint8_t mix) in GetMixColor() argument 24 …ret.red = (static_cast<uint16_t>(c1.red) * mix + (static_cast<uint16_t>(c2.red) * (255 ^ mix))) >>… in GetMixColor() 26 …ret.green = (static_cast<uint16_t>(c1.green) * mix + (static_cast<uint16_t>(c2.green) * (255 ^ mix… in GetMixColor() 28 …ret.blue = (static_cast<uint16_t>(c1.blue) * mix + (static_cast<uint16_t>(c2.blue) * (255 ^ mix)))… in GetMixColor()
|
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
D | ipc_types.h | 24 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/foundation/graphic/standard/rosen/modules/2d_graphics/include/draw/ |
D | color.h | 132 friend bool operator==(const Color& c1, const Color& c2); 133 friend bool operator!=(const Color& c1, const Color& c2);
|
/foundation/multimedia/image_standard/plugins/common/libs/image/formatagentplugin/include/ |
D | heif_format_agent.h | 33 uint32_t Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4);
|
/foundation/multimedia/image_standard/plugins/common/libs/image/formatagentplugin/src/ |
D | heif_format_agent.cpp | 126 uint32_t HeifFormatAgent::Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4) in Fourcc() argument 128 …return (c1 << (SHIFT_BASE * TIMES_THREE)) | (c2 << (SHIFT_BASE * TIMES_TWO)) | (c3 << SHIFT_BASE) … in Fourcc()
|
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/ |
D | sys_binder.h | 24 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/foundation/communication/ipc_lite/frameworks/liteipc_linux/include/ |
D | sys_binder.h | 22 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/foundation/graphic/utils/interfaces/kits/gfx_utils/ |
D | color.h | 129 static ColorType GetMixColor(ColorType c1, ColorType c2, uint8_t mix);
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
D | network.cpp | 143 uint8_t c1 = 0; in Ipv4PrefixLen() local 148 ret = sscanf_s(ip.c_str(), "%hhu.%hhu.%hhu.%hhu", &c1, &c2, &c3, &c4); in Ipv4PrefixLen() 152 ipNum = (c1 << static_cast<uint32_t>(BIT24)) | (c2 << static_cast<uint32_t>(BIT16)) | in Ipv4PrefixLen()
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
D | sys_binder.h | 28 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/foundation/ace/ace_engine/frameworks/core/components/transform/ |
D | transform_component.cpp | 153 void TransformComponent::Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float… in Matrix3d() argument 159 operation.matrix4_ = Matrix4(a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4, d1, d2, d3, d4); in Matrix3d()
|
D | transform_component.h | 81 …void Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, floa…
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
D | ethernet_management.cpp | 529 uint8_t c1 = 0; in Ipv4PrefixLen() local 534 ret = sscanf_s(ip.c_str(), "%hhu.%hhu.%hhu.%hhu", &c1, &c2, &c3, &c4); in Ipv4PrefixLen() 538 ipNum = (c1 << BIT24) | (c2 << BIT16) | (c3 << BIT8) | c4; in Ipv4PrefixLen()
|
/foundation/multimodalinput/input/patch/prebuild_eudev/rules.d/ |
D | 70-u2f.rules | 63 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="53c1", TAG+="ua…
|
D | 40-usb_modeswitch.rules | 567 ATTR{idVendor}=="12d1", ATTR{idProduct}=="15c1", RUN+="usb_modeswitch '/%k'"
|
D | 69-libmtp.rules | 684 ATTR{idVendor}=="0421", ATTR{idProduct}=="02c1", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", E… 696 ATTR{idVendor}=="0421", ATTR{idProduct}=="03c1", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", E… 2502 ATTR{idVendor}=="04b7", ATTR{idProduct}=="88c1", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", E…
|