/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_indirect_lighting_common.h | 63 const vec4 c1 = vec4(1.0, 0.0425, 1.04, -0.04); in EnvBRDFApprox() local 79 const vec2 c1 = { 1, 0.0425 }; in EnvBRDFApproxNonmetal() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/ |
H A D | recycle_manager_test.cpp | 70 bool RecycleManagerTest::CompareConfig(ConfigurationChange& c1, ConfigurationChange& c2) in CompareConfig() 78 bool RecycleManagerTest::ContainConfig(ConfigurationChange& c1, ConfigurationChange& c2) in ContainConfig()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/ |
H A D | easing_curve.cpp | 164 constexpr float c1 = 1.70158f; in EaseInBack() local 170 constexpr float c1 = 1.70158f; in EaseOutBack() local 176 constexpr float c1 = 1.70158f; in EaseInOutBack() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | color.cpp | 153 bool operator==(const Color& c1, const Color& c2) in operator ==() 157 bool operator!=(const Color& c1, const Color& c2) in operator !=()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_utils.cpp | 44 [](char c1, char c2) { return tolower(c1) < tolower(c2); }); in operator ()()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 51 setInitiallyProvidedValue(c1) { argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | alpha_gradients.cpp | 36 void AlphaGradients::draw_grad(OH_Drawing_Canvas *canvas, DrawRect &r, uint32_t c0, uint32_t c1, bo… in draw_grad()
|
/ohos5.0/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)) argument
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/ |
H A D | user_auth_icon.js | 30 constructor(b1, c1, d1, e1 = -1, f1 = undefined, g1) { argument
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | color.cpp | 18 ColorType Color::GetMixColor(ColorType c1, ColorType c2, uint8_t mix) in GetMixColor()
|
/ohos5.0/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()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | utils.cpp | 216 unsigned char c1; in StrCompare() local
|
H A D | hap_parser.cpp | 537 std::string c1("_"); in ToFolderPath() local
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | converter.cpp | 31 …oUtf16BEToData(const unsigned char *data, u16string &u16Str, string::size_type &index, uint8_t &c1) in Utf8ToUtf16BEToData() 64 uint8_t c1 = data[i]; // The first byte in Utf8ToUtf16BE() local
|
/ohos5.0/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) … argument 59 #define TWO_CC(c1, c2) (static_cast<uint16_t>(((c2) << Byte8) | (c1))) argument
|
/ohos5.0/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)|(((… argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_drag_manager.cpp | 208 float c1 = nearRect.GetOffset().GetMainOffset(axis) + nearRect.GetSize().MainSize(axis) / 2; in ScaleAxisNearItem() local 247 …OffsetF c1 = diagonalRect.GetOffset() + OffsetF(diagonalRect.Width() / 2, diagonalRect.Height() / … in ScaleDiagonalItem() local
|
/ohos5.0/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)) argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 153 void TransformComponent::Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float… in Matrix3d()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 26 const c1 = (selectedIndexes) => {}; constant
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_c_test.cpp | 382 char c1[] = "str1"; variable
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 340 unsigned char c1; in StrCompare() local
|
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 182 [](const sptr<ApnHolder> &c1, const sptr<ApnHolder> &c2) { in AddApnHolder()
|
/ohos5.0/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 182 uint8_t c1 = data[i]; in Utf8ToUtf16BE() local
|
/ohos5.0/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)) argument
|