Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_indirect_lighting_common.h63 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 Drecycle_manager_test.cpp70 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 Deasing_curve.cpp164 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 Dcolor.cpp153 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 Dohos_bt_gatt_utils.cpp44 [](char c1, char c2) { return tolower(c1) < tolower(c2); }); in operator ()()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js51 setInitiallyProvidedValue(c1) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dalpha_gradients.cpp36 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 Drpc_types.h19 #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 Duser_auth_icon.js30 constructor(b1, c1, d1, e1 = -1, f1 = undefined, g1) { argument
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dcolor.cpp18 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 Dheif_format_agent.cpp154 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 Dutils.cpp216 unsigned char c1; in StrCompare() local
H A Dhap_parser.cpp537 std::string c1("_"); in ToFolderPath() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp31 …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 Dapng_image_decoder.cpp58 #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 Dskia_typeface_test.cpp28 #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 Dlist_item_drag_manager.cpp208 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 Dipc_types.h24 #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 Dtransform_component.cpp153 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 Dchipgroup.js26 const c1 = (selectedIndexes) => {}; constant
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp382 char c1[] = "str1"; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp340 unsigned char c1; in StrCompare() local
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp182 [](const sptr<ApnHolder> &c1, const sptr<ApnHolder> &c2) { in AddApnHolder()
/ohos5.0/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp182 uint8_t c1 = data[i]; in Utf8ToUtf16BE() local
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h25 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument

12