/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.cpp | 102 const int c3 = -2; in EaseInOutCubic() local 106 return (t < c1) ? (c2 * t * t * t) : (1 - pow(c3 * t + c4, c5) / c6); in EaseInOutCubic() 114 const int c3 = -2; in EaseInOutQuart() local 118 return (t < c1) ? (c2 * t * t * t * t) : (1 - pow(c3 * t + c4, c5) / c6); in EaseInOutQuart()
|
/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 19 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4))
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | RefUriTest.cpp | 287 auto c3 = CreateTestContainer(); in HWTEST_F() local 288 c3->SetName("c3"); in HWTEST_F() 293 interface_pointer_cast<IContainer>(c3)->Add(interface_pointer_cast<IObject>(c2)); in HWTEST_F() 299 auto o2 = interface_pointer_cast<IObjectInstance>(c3)->Resolve<IObjectInstance>(RefUri("ref:/")); in HWTEST_F() 301 EXPECT_EQ(o2->GetInstanceId(), interface_pointer_cast<IObjectInstance>(c3)->GetInstanceId()); in HWTEST_F() 303 auto o3 = interface_pointer_cast<IObjectInstance>(c3)->Resolve<IObjectInstance>(RefUri("ref:/c2/c1/r1")); in HWTEST_F() 309 EXPECT_EQ(o4->GetInstanceId(), interface_pointer_cast<IObjectInstance>(c3)->GetInstanceId()); in HWTEST_F() 332 auto c3 = CreateTestContainer(); in HWTEST_F() local 333 c3 in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 24 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4))
|
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 25 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4))
|
/foundation/graphic/graphic_3d/lume/metaobject/src/curves/ |
H A D | easing_curve.cpp | 165 constexpr float c3 = c1 + 1.f; in EaseInBack() local 166 return c3 * Pow3(t) - c1 * Pow2(t); in EaseInBack() 171 constexpr float c3 = c1 + 1.f; in EaseOutBack() local 172 return 1.f + c3 * Pow3(t - 1.f) + c1 * Pow2(t - 1.f); in EaseOutBack()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/include/ |
H A D | heif_format_agent.h | 34 uint32_t Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4);
|
/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/ |
H A D | heif_format_agent.cpp | 154 uint32_t HeifFormatAgent::Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4) in Fourcc() argument 156 return (c1 << (SHIFT_BASE * TIMES_THREE)) | (c2 << (SHIFT_BASE * TIMES_TWO)) | (c3 << SHIFT_BASE) | (c4); in Fourcc()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_brdf_common.h | 83 const float c3 = c * c * c; in EnvBRDFApproxSheen() local 84 return 0.6558446 * c3 + 1.0 / (4.1652655 + exp(-7.9729136 * alpha + 6.3351689)); in EnvBRDFApproxSheen()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/ |
H A D | typeface_test.cpp | 27 constexpr uint32_t HB_TAG(char c1, char c2, char c3, char c4) in HB_TAG() argument 31 const uint32_t c3_shift = static_cast<uint32_t>(c3) & 0xFF; in HB_TAG()
|
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/ |
H A D | sys_binder.h | 24 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4))
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 154 float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, in Matrix3d() 159 operation.matrix4_ = Matrix4(a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4, d1, d2, d3, d4); in Matrix3d() 153 Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& animationOption) Matrix3d() argument
|
H A D | transform_component.h | 82 float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& = AnimationOption());
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_typeface_test.cpp | 28 #define HB_TAG(c1,c2,c3,c4) ((uint32_t)((((uint32_t)(c1)&0xFF)<<24)|(((uint32_t)(c2)&0xFF)<<16)|(((uint32_t)(c3)&0xFF)<<8)|((uint32_t)(c4)&0xFF)))
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | sys_binder.h | 28 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4))
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_parser.h | 171 void AddPixiProperty(heif_item_id itemId, uint8_t c1, uint8_t c2 = 0, uint8_t c3 = 0);
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 446 this.c3 = new SynchedPropertyObjectOneWayPU( 576 this.c3.set(this.theme.q1.activatedBackgroundColor); 672 this.c3.reset(params.chipNodeActivatedBackgroundColor); 692 this.c3.purgeDependencyOnElmtId(rmElmtId); 729 this.c3.aboutToBeDeleted(); 823 return this.c3.get(); 826 this.c3.set(newValue);
|
/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | netmanager_base_common_utils.cpp | 255 uint8_t c3 = 0; in Ipv4PrefixLen() local 258 ret = sscanf_s(ip.c_str(), "%hhu.%hhu.%hhu.%hhu", &c1, &c2, &c3, &c4); in Ipv4PrefixLen() 263 (c3 << static_cast<uint32_t>(BITS_8)) | c4; in Ipv4PrefixLen()
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 863 let c3 = new ComposeTitleBarDialog(this, { 872 c3.setController(this.dialogController); 873 ViewPU.create(c3); 885 c3.paramsGenerator_ = d3;
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 55 static info(b3, ...c3) { 56 return hilog.info(0x3900, 'FoldSplitContainer', b3, ...c3);
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 751 this.c3 = new SynchedPropertyNesedObjectPU(params.property, this, "property"); 761 this.c3.set(params.property); 771 this.c3.set(params.property); 781 this.c3.purgeDependencyOnElmtId(rmElmtId); 791 this.c3.aboutToBeDeleted(); 830 return this.c3.get(); 1311 changeSelectedIndexes(c3) {
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 389 let c3 = await this.cloudDb.unlock(b3); 390 u.writeInt(c3.code); 392 u.writeBoolean(c3.value);
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_decoder.cpp | 58 #define FOUR_CC(c1, c2, c3, c4) (static_cast<uint32_t>(((c4) << Byte24) | ((c3) << Byte16) | ((c2) << Byte8) | (c1)))
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_parser.cpp | 734 void HeifParser::AddPixiProperty(heif_item_id itemId, uint8_t c1, uint8_t c2, uint8_t c3) in AddPixiProperty() argument 739 pixi->AddBitNum(c3); in AddPixiProperty()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfContainerTest.cpp | 1288 auto c3 = CreateTestType<IObject>("3"); in HWTEST_F() local 1292 c->Add(c3); in HWTEST_F() 1334 EXPECT_EQ(r, c3); in HWTEST_F() 1339 EXPECT_EQ(r, interface_pointer_cast<IObject>(c3)); in HWTEST_F()
|