| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
| D | render_tonemap_common.h | 27 const float a = 2.51f; in TonemapAces() local 31 const float e = 0.14f; in TonemapAces() local 41 float a = 15.8f; in TonemapAcesFilmRec2020() local 45 float e = 1.9f; in TonemapAcesFilmRec2020() local 55 const float a = 0.15f; in TonemapFilmic() local 59 const float e = 0.02f; in TonemapFilmic() local 65 const float a = 0.15f; 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/ |
| D | wifi_hdi_common.h | 34 #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() 74 #define HDI_GET_RSN_ID(a) HdiGetBe32((const uint8_t *) (a)) argument 76 #define HDI_BIT_MULTI(a, b, c, d) \ argument 93 static inline uint32_t HdiGetBe24(const uint8_t *a) in HdiGetBe24() 98 static inline uint32_t HdiGetBe32(const uint8_t *a) in HdiGetBe32() 104 static inline uint16_t HdiGetBe16(const uint8_t *a) in HdiGetBe16()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
| D | brush.cpp | 56 Brush::Brush(std::shared_ptr<ShaderEffect> e) noexcept in Brush() 76 void Brush::SetARGB(int a, int r, int g, int b) in SetARGB() 92 void Brush::SetAlpha(uint32_t a) in SetAlpha() 97 void Brush::SetAlphaF(scalar a) in SetAlphaF() 119 void Brush::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
|
| D | pen.cpp | 57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB() 92 void Pen::SetAlpha(uint32_t a) in SetAlpha() 97 void Pen::SetAlphaF(scalar a) in SetAlphaF() 182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() 212 void Pen::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
|
| D | paint.cpp | 173 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB() 184 void Paint::SetAlpha(uint32_t a) in SetAlpha() 189 void Paint::SetAlphaF(scalar a) in SetAlphaF() 226 void Paint::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect() 231 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
|
| /foundation/multimodalinput/input/util/common/include/ |
| D | util_ex.h | 60 Enum EnumAdd(Enum const e, T val) in EnumAdd() 63 auto a = EnumUnderlyingValue(e); in EnumAdd() local
|
| /foundation/graphic/graphic_3d/kits/js/src/ |
| D | AnimationJS.cpp | 77 AnimationJS::AnimationJS(napi_env e, napi_callback_info i) in AnimationJS() 100 if (auto a = interface_cast<IAnimation>(obj)) { in AnimationJS() local 204 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in SetSpeed() local 222 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetEnabled() local 233 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in SetEnabled() local 243 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetDuration() local 256 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetRunning() local 267 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetProgress() local 279 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnFinished() local 295 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnFinished() local [all …]
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsparticlenoise_fuzzer/ |
| D | rsparticlenoise_fuzzer.cpp | 69 float a = GetData<float>(); in DoCalculateFeatherEffect() local 97 float a = GetData<float>(); in DoApplyField() local 127 float a = GetData<float>(); in DoApplyCurlNoise() local 153 float a = GetData<float>(); in DoPerlinNoise2D() local 158 float e = GetData<float>(); in DoPerlinNoise2D() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
| D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… function in anonymousObject1258f91e5c05.anonymousObject1258f91ecb05.Un
|
| /foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
| D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… function
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
| D | pen_test.cpp | 117 Point a(rect.GetLeft(), rect.GetTop() + rect.GetHeight() * 2.0f / MARGINE_SCALE_SIZE); in TestPenMiterLimit() local 154 Point a(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f); in TestPenCapStyle() local 168 Point e(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenCapStyle() local 239 Point a(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f); in TestPenAntiAlias() local 241 Point e(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenAntiAlias() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/ |
| D | color_space_fuzzer.cpp | 98 float a = GetObject<float>(); in ColorSpaceFuzzTest002() local 102 float e = GetObject<float>(); in ColorSpaceFuzzTest002() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
| D | color_space.h | 52 float g, a, b, c, d, e, f; member
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| D | egl_state.cpp | 67 #define declare(a, b) extern "C" { a b = nullptr; } argument 71 #define declare(a, b) extern "C" { a b = nullptr; } argument 603 auto addAttribute = [&attributes](EGLint a, EGLint b) { in ChooseConfiguration() 654 auto addAttribute = [&context_attributes](EGLint a, EGLint b) { in CreateContext() 870 #define getter(a, b) \ in GlInitialize() argument 876 #define declare(a, b) getter(a, b) in GlInitialize() argument 881 #define declare(a, b) getter(a, b) in GlInitialize() argument 1011 for (const auto& e : dextensionList_) { in HasExtension() local 1015 for (const auto& e : cextensionList_) { in HasExtension() local
|
| /foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/hvigor/ |
| D | hvigor-wrapper.js | 16 …e=require("fs"),t=require("crypto"),r=require("child_process"),n="undefined"!=typeof globalThis?gl… function
|
| /foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
| D | hvigor-wrapper.js | 16 …e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?gl… function
|
| /foundation/window/window_manager/window_scene/session_manager/src/ |
| D | scene_input_manager.cpp | 43 bool operator!=(const MMI::Rect& a, const MMI::Rect& b) in operator !=() 51 bool operator==(const MMI::DisplayInfo& a, const MMI::DisplayInfo& b) in operator ==() 64 bool operator!=(const std::vector<float>& a, const std::vector<float>& b) in operator !=() 78 bool IsEqualWindowInfo(const MMI::WindowInfo& a, const MMI::WindowInfo& b) in IsEqualWindowInfo() 92 bool operator==(const MMI::WindowInfo& a, const MMI::WindowInfo& b) in operator ==() 132 bool operator!=(const MMI::WindowInfo& a, const MMI::WindowInfo& b) in operator !=() 140 bool IsEqualUiExtentionWindowInfo(const std::vector<MMI::WindowInfo>& a, const std::vector<MMI::Win… in IsEqualUiExtentionWindowInfo() 462 for (auto& e : windowInfoList) { in PrintWindowInfo() local
|
| D | scene_session_dirty_manager.cpp | 81 bool CmpMMIWindowInfo(const MMI::WindowInfo& a, const MMI::WindowInfo& b) in CmpMMIWindowInfo() 952 bool operator==(const SecRectInfo& a, const SecRectInfo& b) in operator ==() 957 bool operator!=(const SecRectInfo& a, const SecRectInfo& b) in operator !=() 962 bool operator==(const SecSurfaceInfo& a, const SecSurfaceInfo& b) in operator ==() 972 for (auto& e : secSurfaceInfoMap) { in DumpSecSurfaceInfoMap() local
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
| D | drawing_sample_rs.cpp | 109 Point a(500, 500); // point at {500, 500} 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
|
| D | drawing_sample_canvaskit0310.cpp | 116 Point a(500, 500); // point position 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/ |
| D | svg_transform.cpp | 123 double a = StringToDouble(paramVec[NUM0]); in CreateFromMatrix() local 127 double e = StringToDouble(paramVec[NUM4]); in CreateFromMatrix() local
|
| /foundation/graphic/graphic_2d/utils/color_manager/export/ |
| D | color_space.h | 116 float a; member 120 float e; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/render_thread/ |
| D | rs_base_render_util.cpp | 94 inline float SafePow(float x, float e) in SafePow() 119 float a = 0.0f; member 123 float e = 0.0f; member 188 const float a = 2.51f; in ACESToneMapping() local 192 const float e = 0.14f; in ACESToneMapping() local 463 [&](const GraphicHDRMetaData &a, const GraphicHDRMetaData &b)->bool { in GetColorSpaceFromMetaData()
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
| D | cloud_extension_stub.js | 25 (function (a) { argument 917 async function e(x3) { function
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | jsPrefetcher.js | 62 a: from, property 122 a: operation.index.start, property 827 itemsSwapped(a, b) { argument 957 function reportError(logger, methodName, e) { argument
|