Home
last modified time | relevance | path

Searched +defs:d +defs:e (Results 1 – 25 of 26) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
Drender_tonemap_common.h30 const float d = 0.59f; in TonemapAces() local
31 const float e = 0.14f; in TonemapAces() local
44 float d = 5.92f; in TonemapAcesFilmRec2020() local
45 float e = 1.9f; in TonemapAcesFilmRec2020() local
58 const float d = 0.20f; in TonemapFilmic() local
59 const float e = 0.02f; in TonemapFilmic() local
68 const float d = 0.20f; in TonemapFilmic() local
69 const float e = 0.02f; in TonemapFilmic() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
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
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsparticlenoise_fuzzer/
Drsparticlenoise_fuzzer.cpp106 float d = GetData<float>(); in DoApplyField() local
136 float d = GetData<float>(); in DoApplyCurlNoise() local
156 float d = GetData<float>(); in DoPerlinNoise2D() local
158 float e = GetData<float>(); in DoPerlinNoise2D() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
Dcolor_space_fuzzer.cpp101 float d = GetObject<float>(); in ColorSpaceFuzzTest002() local
102 float e = GetObject<float>(); in ColorSpaceFuzzTest002() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
Dcolor_space.h52 float g, a, b, c, d, e, f; member
/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… function
/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
Dpen_test.cpp163 Point d(rect.GetRight() - 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
Dpath_test.cpp32 Point d; in TestDrawStar() local
45 Point e; in TestDrawStar() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
Ddrawing_sample_rs.cpp112 Point d; in TestDrawPathPro() local
124 Point e; in TestDrawPathPro() local
268 …auto e = ShaderEffect::CreateImageShader(image, TileMode::REPEAT, TileMode::MIRROR, sampling, matr… 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
Ddrawing_sample_canvaskit0310.cpp119 Point d; in TestDrawPathPro() local
131 Point e; in TestDrawPathPro() local
172 …auto e = ShaderEffect::CreateImageShader(image, TileMode::REPEAT, TileMode::MIRROR, SamplingOption… in TestDrawImage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_transform.cpp126 double d = StringToDouble(paramVec[NUM3]); in CreateFromMatrix() local
127 double e = StringToDouble(paramVec[NUM4]); in CreateFromMatrix() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
Dapp.cpp61 for (const auto& e : g_validExts) { in AddFile() local
278 FILE* d = fopen(fname.c_str(), "wb"); in AddFile() local
384 FILE* e = fopen(fname.c_str(), "wb"); in AddFile() local
576 …nst std::string& sizeName, const void* data, const T1& sect, const mach_header_64& header, FILE* e) in AddFile()
601 FILE* e = fopen(fname.c_str(), "wb"); in AddFile() local
822 for (auto& d : g_directory) { in app_main() local
/foundation/graphic/graphic_2d/utils/color_manager/export/
Dcolor_space.h119 float d; member
120 float e; member
/foundation/arkui/ui_lite/frameworks/draw/
Ddraw_arc.cpp21 #define IS_IN_DEGREERANE(d, s, e) ((s) <= (e)) ? (((d) >= (s)) && ((d) <= (e))) : (((d) >= (s)) || …
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
Dcloud_extension_stub.js911 async function d(l1) { function
917 async function e(x3) { function
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Ddecoration.cpp407 void CanvasPath2D::SetTransform(double a, double b, double c, double d, double e, double f)
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/render_thread/
Drs_base_render_util.cpp94 inline float SafePow(float x, float e) in SafePow()
122 float d = 0.0f; member
123 float e = 0.0f; member
191 const float d = 0.59f; in ACESToneMapping() local
192 const float e = 0.14f; in ACESToneMapping() local
/foundation/arkui/ui_lite/frameworks/components/
Dui_chart.cpp724 int64_t d = p3.y - p4.y; in GetLineCrossPoint() local
725 int64_t e = p4.x - p3.x; in GetLineCrossPoint() local
/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
Dmultinavigation.js1570 replaceSecond(e, f) { argument
1575 popPrimary(c, d) { argument
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
Datomicserviceweb.js1543 constructor(a, b, c, d, e, f, g, h, i, j) { argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.cpp69 int PermitSelect(void *a, int b, const char *c, const char *d, const char *e, const char *f) in PermitSelect()
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
Dcomposetitlebar.js617 const d = (t17, u17) => { function
624 let e = () => { function
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
Dgridobjectsortcomponent.js2379 const d = (v81, w81) => { function
2389 const e = () => { function
/foundation/arkui/ace_engine/advanced_ui_component/dialogv2/interfaces/
Ddialogv2.js2430 const e = (i12, j12) => { function
2781 let d = () => { function

12