/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_tonemap_common.h | 28 const float b = 0.03f; in TonemapAces() local 31 const float e = 0.14f; in TonemapAces() local 42 float b = 2.12f; in TonemapAcesFilmRec2020() local 45 float e = 1.9f; in TonemapAcesFilmRec2020() local 56 const float b = 0.50f; in TonemapFilmic() local 59 const float e = 0.02f; in TonemapFilmic() local 66 const float b = 0.50f; in TonemapFilmic() local 69 const float e = 0.02f; in TonemapFilmic() local
|
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | jit_fort_helper.h | 38 unsigned long n, unsigned long a, unsigned long b, in Syscall() 39 unsigned long c, unsigned long d, unsigned long e) in Syscall()
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | running_lock_mgr.c | 37 RunningLockEntry *e = (RunningLockEntry *)malloc(sizeof(RunningLockEntry)); in DupRunningLockEntry() local 57 RunningLockEntry *e = DupRunningLockEntry(entry); in AddRunningLockEntryLocked() local 82 RunningLockEntry *e = (RunningLockEntry *)VECTOR_Swap(vec, pos, NULL); in RemoveRunningLockEntryLocked() local 99 RunningLockEntry* e = VECTOR_At(vec, i); in ShowLocks() local 166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A 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() 76 #define HDI_BIT_MULTI(a, b, c, d) \ argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/ |
H A D | atomicservicetabs.js | 191 constructor(b, c, d, e) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.cpp | 26 #define declare(a, b) a b = nullptr; argument 53 #define declareWGL(a, b) a b = nullptr; argument 162 #define declareWGL(a, b) \ in DoDummy() argument 390 for (const auto& e : extensionList_) { in HasExtension() local 416 #define declareWGL(a, b) \ in CreateContext() argument 451 const auto addAttribute = [&attributes](int a, int b) { in CreateContext() 507 #define declare(a, b) \ in GlInitialize() argument
|
H A D | egl_state.cpp | 66 #define declare(a, b) a b = nullptr; argument 68 #define declare(a, b) a b = nullptr; argument 510 auto addAttribute = [&attributes](EGLint a, EGLint b) { in ChooseConfiguration() 559 auto addAttribute = [&context_attributes](EGLint a, EGLint b) { in CreateContext() 788 #define declare(a, b) \ in GlInitialize() argument 797 #define declare(a, b) \ in GlInitialize() argument 928 for (const auto& e : dextensionList_) { in HasExtension() local 932 for (const auto& e : cextensionList_) { in HasExtension() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/ |
H A D | color_space_fuzzer.cpp | 72 float b = GetObject<float>(); in ColorSpaceFuzzTest002() local 75 float e = GetObject<float>(); in ColorSpaceFuzzTest002() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A 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() 118 void Brush::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
|
H A D | paint.cpp | 152 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB() 204 void Paint::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect() 209 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
|
H A D | pen.cpp | 57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB() 182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() 212 void Pen::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="… property in Cu.D
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | pen_test.cpp | 119 Point b(rect.GetLeft(), rect.GetTop() + rect.GetHeight() * 3.0f / MARGINE_SCALE_SIZE); in TestPenMiterLimit() local 156 Point b(rect.GetRight() - 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 240 Point b(rect.GetRight() - 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
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… property in Ts.t
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… property in Ts.t
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… property in Ts.t
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | color_space.h | 52 float g, a, b, c, d, e, f; member
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_input_manager.cpp | 38 bool operator!=(const MMI::Rect& a, const MMI::Rect& b) in operator !=() 46 bool operator==(const MMI::DisplayInfo& a, const MMI::DisplayInfo& b) in operator ==() 59 bool operator!=(const std::vector<float>& a, const std::vector<float>& b) in operator !=() 73 bool IsEqualWindowInfo(const MMI::WindowInfo& a, const MMI::WindowInfo& b) in IsEqualWindowInfo() 87 bool operator==(const MMI::WindowInfo& a, const MMI::WindowInfo& b) in operator ==() 127 bool operator!=(const MMI::WindowInfo& a, const MMI::WindowInfo& b) in operator !=() 135 …UiExtentionWindowInfo(const std::vector<MMI::WindowInfo>& a, const std::vector<MMI::WindowInfo>& b) in IsEqualUiExtentionWindowInfo() 413 for (auto& e : windowInfoList) { in PrintWindowInfo() local
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 56 constructor(a, b, c, d = -1, e = undefined, f) { argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 680 const b = display.getCurrentFoldCreaseRegion(); constant 683 let e = 0; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_manager.cpp | 251 for (auto b = pointerToStoreHash_.begin(), e = pointerToStoreHash_.end(); b != e;) { in RemoveRenderDataStoreFactory() local
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect() 94 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 120 Point b; 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
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 213 bool CommonUtils::DoubleEqual(double a, double b) in DoubleEqual() 243 static std::default_random_engine e(rd()); in DoubleRandom() local 253 static std::default_random_engine e(rd()); in IntRandom() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 193 int OpensslBnCmp(const BIGNUM *a, const BIGNUM *b) in OpensslBnCmp() 329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp() 361 EC_GROUP *OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupNewCurveGfp() 655 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() 702 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew() 802 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId() 1095 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey() 1100 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() 1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() [all …]
|