| /base/sensors/sensor/utils/common/include/ |
| H A D | sensor_utils.h | 23 bool IsEqual(const T &left, const T &right) in IsEqual() argument
|
| /base/inputmethod/imf/frameworks/ndk/src/ |
| H A D | inputmethod_cursor_info_capi.cpp | 20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create() argument 32 OH_CursorInfo_SetRect( InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) OH_CursorInfo_SetRect() argument 46 OH_CursorInfo_GetRect( InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) OH_CursorInfo_GetRect() argument
|
| /foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
| H A D | rect.h | 28 float left = 0.0f; member
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | frame_information.h | 33 std::optional<int32_t> left; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/padding/ |
| H A D | render_padding.cpp | 41 auto left = NormalizePercentToPx(padding_.Left(), false); in PerformLayout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
| H A D | render_positioned.cpp | 55 void RenderPositioned::SetLeft(const Dimension& left) in SetLeft() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_swiper_ffi.h | 40 double left; member
|
| H A D | cj_side_bar_container_ffi.h | 31 double left; member
|
| H A D | cj_image_animator_ffi.h | 35 double left; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_ellipse.cpp | 59 RSScalar left = ConvertDimensionToPx(ellipseAttr_.cx, viewPort, SvgLengthType::HORIZONTAL) - rx; in AsPath() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| H A D | newsurface.cpp | 63 float left = 10; // 10 定义了绘制位图到画布上的位置 in OnTestFunction() local
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
| H A D | surface_frame_ohos_raster.cpp | 35 void SurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/ |
| H A D | rect_fuzzer.cpp | 39 float left = GetObject<float>(); in RectFuzzTest000() local 80 float left = GetObject<float>(); in RectFuzzTest001() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
| H A D | rs_surface_frame_darwin.cpp | 28 void RSSurfaceFrameDarwin::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
| H A D | rs_surface_frame_windows.cpp | 28 void RSSurfaceFrameWindows::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/ |
| H A D | rs_surface_frame.h | 33 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) {}; in SetDamageRegion() argument
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
| H A D | base64_decode.h | 60 inline void DecodeQuartets(uint8_t* dst, const char* src, signed left) in DecodeQuartets() argument
|
| H A D | base64_encode.h | 36 inline void ToBase64(const uint8_t* threeBytes, char* output, signed left) in ToBase64() argument 45 inline signed EncodeTriplets(char*& dst, const uint8_t*& src, signed left) in EncodeTriplets() argument 55 inline void FillTriplet(uint8_t* dst, const uint8_t*& src, signed left) in FillTriplet() argument 65 inline void EncodeTail(char* dst, const uint8_t* src, signed left) in EncodeTail() argument 86 signed left = static_cast<signed>(binaryData.size()); Base64Encode() local [all...] |
| /foundation/window/window_manager/utils/include/ |
| H A D | cutout_info.h | 29 DMRect left; member
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/ |
| H A D | context_test.cpp | 26 int left = in CalculateLeft() local 88 int left = (context->rBegin <= context->rEnd) ? (context->rCapacity - 1 - context->rEnd + context->rBegin) in ExpandReadCache() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | multi_ver_vacuum_executor_stub.h | 24 uint8_t left = 1; member
|
| /test/testfwk/arkxtest/uitest/record/ |
| H A D | utils.h | 21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument 30 inline bool NearEqual<float>(const float& left, const float& right) in NearEqual() argument 37 inline bool NearEqual<double>(const double& left, const double& right) in NearEqual() argument 44 constexpr bool NearEqual(const T& left, const T& right) in NearEqual() argument 54 inline bool NearEqual(const double left, cons argument 60 NearZero(const double left) NearZero() argument 66 LessOrEqual(double left, double right) LessOrEqual() argument 72 LessNotEqual(double left, double right) LessNotEqual() argument 78 GreatOrEqual(double left, double right) GreatOrEqual() argument 84 GreatNotEqual(double left, double right) GreatNotEqual() argument [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| H A D | dfx_mmap.cpp | 84 size_t left = size_ - ptr; in Read() local
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/ |
| H A D | rbtree.h | 41 struct RbTreeNode *left; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_content_layout_algorithm.cpp | 47 auto left = padding.left.value_or(0); in Layout() local
|