Home
last modified time | relevance | path

Searched +defs:e +defs:c (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A Dregister_module.cpp44 auto colorCtor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
62 auto vec3Ctor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
77 auto vec4Ctor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
93 auto QuatCtor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h29 const float c = 2.43f; in TonemapAces() local
31 const float e = 0.14f; in TonemapAces() local
43 float c = 1.2f; in TonemapAcesFilmRec2020() local
45 float e = 1.9f; in TonemapAcesFilmRec2020() local
57 const float c = 0.10f; in TonemapFilmic() local
59 const float e = 0.02f; in TonemapFilmic() local
67 const float c = 0.10f; in TonemapFilmic() local
69 const float e = 0.02f; in TonemapFilmic() local
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dstringfilter.cpp46 for (auto e : mapping) { in StringFilter() local
82 for (auto c : text) { in EscapeToRaw() local
102 for (auto c : text) { in IsValidName() local
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H A Dstring_filter.cpp46 for (auto e : mapping) { in StringFilter() local
82 for (auto c : text) { in EscapeToRaw() local
102 for (auto c : text) { in IsValidName() local
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_fort_helper.h39 unsigned long c, unsigned long d, unsigned long e) in Syscall()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dbrush.cpp34 Brush::Brush(const Color& c) noexcept in Brush()
56 Brush::Brush(std::shared_ptr<ShaderEffect> e) noexcept in Brush()
66 void Brush::SetColor(const Color& c) in SetColor()
71 void Brush::SetColor(uint32_t c) in SetColor()
118 void Brush::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
H A Dpen.cpp32 Pen::Pen(const Color& c) noexcept : Pen() in Pen()
47 void Pen::SetColor(const Color& c) in SetColor()
52 void Pen::SetColor(uint32_t c) in SetColor()
182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
212 void Pen::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
H A Dpaint.cpp49 Paint::Paint(const Color& c, std::shared_ptr<ColorSpace> colorSpace) noexcept in Paint()
147 void Paint::SetColor(const Color& c) in SetColor()
204 void Paint::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
209 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h34 #define HDI_CHECK_ELEMENT(e, input, len) \ argument
42 #define HDI_CHECK_ELEMENT_BY_ID(e, inputid, input, len) \ argument
46 #define HDI_CHECK_ELEMENT_BY_EXTID(e, extid, input, len) \ argument
68 static inline int HdiCheckCompleted(const struct HdiElem *e, in HdiCheckCompleted()
76 #define HDI_BIT_MULTI(a, b, c, d) \ argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DMatrix.js54 rotateX(e, s, c) { argument
73 rotateY(e, s, c) { argument
92 rotateZ(e, s, c) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/
H A Datomicservicetabs.js191 constructor(b, c, d, e) { argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… function
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js32 on(e, t) { argument
37 once(e, t) { argument
49 off(e, t) { argument
65 emit(e, t) { argument
114 getData(e) { argument
193 class c { class
194 constructor(e) { argument
1490 init(e) { argument
1805 let e = 0; variable
2164 let c = null; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp73 float c = GetObject<float>(); in ColorSpaceFuzzTest002() local
75 float e = GetObject<float>(); in ColorSpaceFuzzTest002() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?gl… function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp55 Color c(Drawing::Color::COLOR_YELLOW); in TestPenColor() local
121 Point c(rect.GetLeft() + rect.GetWidth() / 2.0f, in TestPenMiterLimit() local
161 Point c(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 2.0f); in TestPenCapStyle() local
168 Point e(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenCapStyle() local
241 Point e(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenAntiAlias() local
H A Dimage_test.cpp48 …auto e = ShaderEffect::CreateImageShader(image, TileMode::REPEAT, TileMode::MIRROR, sampling, matr… in TestDrawImage() local
51 auto c = Drawing::ColorSpace::CreateRefImage(image); in TestDrawImage() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_space.h52 float g, a, b, c, d, e, f; member
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js56 constructor(a, b, c, d = -1, e = undefined, f) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp111 Point c; in TestDrawPathPro() local
124 Point e; in TestDrawPathPro() local
268 …auto e = ShaderEffect::CreateImageShader(image, TileMode::REPEAT, TileMode::MIRROR, sampling, matr… in TestDrawImage() local
271 auto c = Drawing::ColorSpace::CreateRefImage(image); in TestDrawImage() local
321 auto e = ShaderEffect::CreatePictureShader(picture, TileMode::REPEAT, TileMode::MIRROR, in TestPicture() local
426 …auto e = ShaderEffect::CreateLinearGradient({1200, 700}, {1300, 800}, colors, pos, TileMode::MIRRO… in TestDrawShader() local
H A Ddrawing_sample_canvaskit0310.cpp118 Point c; in TestDrawPathPro() local
131 Point e; in TestDrawPathPro() local
172 …auto e = ShaderEffect::CreateImageShader(image, TileMode::REPEAT, TileMode::MIRROR, SamplingOption… in TestDrawImage() local
173 auto c = Drawing::ColorSpace::CreateRefImage(image); in TestDrawImage() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js681 const c = b.creaseRects; constant
683 let e = 0; variable
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp317 …float e = static_cast<float>(std::sqrt(pow(geomagnetic[0], 2) + pow(geomagnetic[1], 2) + pow(geoma… in CreateRotationAndInclination() local
319 float c = (geomagnetic[0] * measuredValue[0] + geomagnetic[1] * measuredValue[1] in CreateRotationAndInclination() local

12