Home
last modified time | relevance | path

Searched +defs:x +defs:f (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h25 vec3 TonemapAces(vec3 x) in TonemapAces()
39 vec3 TonemapAcesFilmRec2020(vec3 x) in TonemapAcesFilmRec2020()
53 float TonemapFilmic(float x) in TonemapFilmic()
60 const float f = 0.30f; in TonemapFilmic() local
63 vec3 TonemapFilmic(vec3 x) in TonemapFilmic()
70 const float f = 0.30f; in TonemapFilmic() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXMat4.js70 initScaleMat(x, y, z) { argument
76 move(x, y, z = 0) { argument
82 rotate(x, y, z) { argument
98 scale(x, y, z = 1) { argument
129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument
148 orthoMat(x, y, w, h) { argument
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c134 #define SECUREC_MALLOC(x) malloc((size_t)(x)) argument
138 #define SECUREC_FREE(x) free((void *)(x)) argument
142 #define SECUREC_MALLOC(x) (NULL) argument
143 #define SECUREC_FREE(x) { printf("Malloc is not allowed, so free should not be possible to execute!… argument
164 static inline void SecWriteString(const char *string, int len, SecPrintfStream *f, int *pnumwritten) in SecWriteString()
179 static inline void SecWriteMultiChar(char ch, int num, SecPrintfStream *f, int *pnumwritten) in SecWriteMultiChar()
281 #define SECUREC_CHAR(x) x argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp78 float f = drawBits2Float(floatint) - 1.0f; in nextF() local
126 uint8_t* DrawBitmapGetAddr8(OH_Drawing_Bitmap* bitmap, int x, int y) in DrawBitmapGetAddr8()
135 uint16_t* DrawBitmapGetAddr16(OH_Drawing_Bitmap* bitmap, int x, int y) in DrawBitmapGetAddr16()
144 uint32_t* DrawBitmapGetAddr32(OH_Drawing_Bitmap* bitmap, int x, int y) in DrawBitmapGetAddr32()
153 void DrawPathGetBound(DrawRect& r, float x, float y) in DrawPathGetBound()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp120 … .WillByDefault([this](const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_sk_freefunc f) { in SetMockFunDefaultBehaviorPartOne()
388 ASN1_TIME *__wrap_X509_getm_notBefore(const X509 *x) in __wrap_X509_getm_notBefore()
398 ASN1_TIME *__wrap_X509_getm_notAfter(const X509 *x) in __wrap_X509_getm_notAfter()
468 int __wrap_X509_STORE_add_cert(X509_STORE *ctx, X509 *x) in __wrap_X509_STORE_add_cert()
578 const ASN1_INTEGER *__wrap_X509_get0_serialNumber(const X509 *x) in __wrap_X509_get0_serialNumber()
598 EVP_PKEY *__wrap_X509_get_pubkey(X509 *x) in __wrap_X509_get_pubkey()
698 const unsigned char *__wrap_ASN1_STRING_get0_data(const ASN1_STRING *x) in __wrap_ASN1_STRING_get0_data()
798 …*__wrap_OPENSSL_sk_deep_copy(const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_sk_freefunc f) in __wrap_OPENSSL_sk_deep_copy()
858 struct stack_st_OPENSSL_STRING *__wrap_X509_get1_ocsp(X509 *x) in __wrap_X509_get1_ocsp()
900 int __wrap_ASN1_STRING_length(const ASN1_STRING *x) in __wrap_ASN1_STRING_length()
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js119 this.containerGlobalPosition = { x: 0, y: 0 }; property in FoldSplitContainer.constructor.containerGlobalPosition
684 let f = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp345 void CanvasPath2D::SetTransform(double a, double b, double c, double d, double e, double f) in SetTransform()
357 void CanvasPath2D::MoveTo(double x, double y) in MoveTo()
365 void CanvasPath2D::LineTo(double x, double y) in LineTo()
373 void CanvasPath2D::Arc(double x, double y, double radius, double startAngle, double endAngle, doubl… in Arc()
396 void CanvasPath2D::QuadraticCurveTo(double cpx, double cpy, double x, double y) in QuadraticCurveTo()
406 void CanvasPath2D::BezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y, double x, doub… in BezierCurveTo()
419double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double end… in Ellipse()
433 void CanvasPath2D::Rect(double x, double y, double width, double height) in Rect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp56 #define IF_COLOR(x) argument
58 #define IF_COLOR(x) x argument
232 LoggerWrapperFunc f = va_arg(vl_, LoggerWrapperFunc); in Logger() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h54 #define MATH_ABS(x) ((x) > 0 ? (x) : (-(x))) argument
60 #define MATH_ROUND(x) ((x) > 0 ? (int16_t)((x) + 0.5f) : (int16_t)((x) - 0.5f)) argument
62 #define MATH_ROUND32(x) ((x) > 0 ? (int32_t)((x) + 0.5f) : (int32_t)((x) - 0.5f)) argument
119 Vector2(T x, T y) in Vector2()
242 Vector3(T x, T y, T z) in Vector3()
298 Vector4(T x, T y, T z, T w) in Vector4()
524 T x = data_[0] * ((data_[4] * data_[8]) - (data_[5] * data_[7])); in Determinant() local
947 inline int64_t FloatToInt64(float f) in FloatToInt64()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c106 #define SECUREC_MUL10(x) ((((x) << 2) + (x)) << 1) argument
125 #define SECUREC_MALLOC(x) malloc((size_t)(x)) argument
129 #define SECUREC_FREE(x) free((void *)(x)) argument
133 #define SECUREC_CHAR(x) x argument
153 void SecWriteMultiChar(char ch, int num, SecPrintfStream *f, int *pnumwritten) in SecWriteMultiChar()
166 void SecWriteString(const char *string, int len, SecPrintfStream *f, int *pnumwritten) in SecWriteString()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp578 int x = 0; in LockTest() local
604 int x = 0; in TryLockTest() local
632 int x = 0; in LockSharedTest() local
662 int x = 0; in TryLockSharedTest() local
817 foo f; variable
843 foo f; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp90 inline float SafePow(float x, float e) in SafePow()
101 return [gamma](float x) { return SafePow(x, 1.0f / gamma); }; in GenOETF()
110 return [gamma](float x) { return SafePow(x, gamma); }; in GenEOTF()
120 float f = 0.0f; member
123 inline float RcpResponsePq(float x, const TransferParameters& p) in RcpResponsePq()
129 inline float ResponsePq(float x, const TransferParameters& p) in ResponsePq()
163 return [params](float x) { return RcpResponse(x, params); }; in GenOETF()
166 return [params](float x) { return RcpFullResponse(x, params); }; in GenOETF()
172 return [params](float x) { return ResponsePq(x, params); }; in GenEOTF()
176 return [params](float x) { return Response(x, params); }; in GenEOTF()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mtd/
H A Dmtd_core.c586 int MtdFfs(int x) in MtdFfs()
589 unsigned int f = (unsigned int)x; in MtdFfs() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?globalThis:"u… property in Cu.D
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp84 FILE* f = fopen(filename.c_str(), "rb"); local
118 …auto alphaSort = [](dirent* x, dirent* y) { return std::string(x->d_name) < std::string(y->d_name)…
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h30 #define SWAP_INT16(x, y) \ argument
44 #define FO_TRANS_FLOAT_TO_FIXED(f) (static_cast<int64_t>((f) * FIXED_NUM_1)) argument
45 #define FO_TRANS_INTEGER_TO_FIXED(f) ((static_cast<int64_t>(f)) << FIXED_Q_NUM) argument
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp465 int16_t x = dataSerialWidth + (width >> 1); in DrawDataSerials() local
726 int64_t f = p4.x * p3.y - p3.x * p4.y; in GetLineCrossPoint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp554 void ContextMenuParamOhos::GetImageRect(int32_t& x, int32_t& y, int32_t& width, int32_t& height) co… in GetImageRect()
2725 float f = std::stof(str); in ratioStrToFloat() local
5665 void WebDelegate::HandleTouchDown(const int32_t& id, const double& x, const double& y, bool from_ov… in HandleTouchDown()
5673 void WebDelegate::HandleTouchUp(const int32_t& id, const double& x, const double& y, bool from_over… in HandleTouchUp()
5713 void WebDelegate::WebHandleTouchpadFlingEvent(const double& x, const double& y, in WebHandleTouchpadFlingEvent()
5728 void WebDelegate::WebHandleAxisEvent(const double& x, const double& y, in WebHandleAxisEvent()
5782 void WebDelegate::UpdateClippedSelectionBounds(int32_t x, int32_t y, int32_t w, int32_t h) in UpdateClippedSelectionBounds()
5906 void WebDelegate::HandleDragEvent(int32_t x, int32_t y, const DragAction& dragAction) in HandleDragEvent()
5935 void WebDelegate::SetDrawRect(int32_t x, int32_t y, int32_t width, int32_t height) in SetDrawRect()
5990 void WebDelegate::HandleAccessibilityHoverEvent(int32_t x, int32_t y) in HandleAccessibilityHoverEvent()
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1272 constructor(x, y) { argument
1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require(… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require(… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require(… property in Ts.t
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_protocol.h255 #define MMC_CARD_CURRENT_STATE(x) (((x) & 0x00001E00) >> 9) /* sx, b (4 bits) */ argument
1032 #define SDIO_FBR_BASE_ADDR(f) ((f) * 0x100) argument
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2005 std::string x = "undefined"; in DoCreateDecoder() local
2794 static inline uint8_t FloatToUint8(float f) in FloatToUint8()