Home
last modified time | relevance | path

Searched defs:left (Results 1 - 25 of 672) sorted by relevance

12345678910>>...27

/base/sensors/sensor/utils/common/include/
H A Dsensor_utils.h23 bool IsEqual(const T &left, const T &right) in IsEqual() argument
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_cursor_info_capi.cpp20 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 Drect.h28 float left = 0.0f; member
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dframe_information.h33 std::optional<int32_t> left; member
/foundation/arkui/ace_engine/frameworks/core/components/padding/
H A Drender_padding.cpp41 auto left = NormalizePercentToPx(padding_.Left(), false); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp55 void RenderPositioned::SetLeft(const Dimension& left) in SetLeft() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_swiper_ffi.h40 double left; member
H A Dcj_side_bar_container_ffi.h31 double left; member
H A Dcj_image_animator_ffi.h35 double left; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp59 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 Dnewsurface.cpp63 float left = 10; // 10 定义了绘制位图到画布上的位置 in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_raster.cpp35 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 Drect_fuzzer.cpp39 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 Drs_surface_frame_darwin.cpp28 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 Drs_surface_frame_windows.cpp28 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 Drs_surface_frame.h33 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 Dbase64_decode.h60 inline void DecodeQuartets(uint8_t* dst, const char* src, signed left) in DecodeQuartets() argument
H A Dbase64_encode.h36 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 Dcutout_info.h29 DMRect left; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dcontext_test.cpp26 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 Dmulti_ver_vacuum_executor_stub.h24 uint8_t left = 1; member
/test/testfwk/arkxtest/uitest/record/
H A Dutils.h21 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 Ddfx_mmap.cpp84 size_t left = size_ - ptr; in Read() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Drbtree.h41 struct RbTreeNode *left; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_content_layout_algorithm.cpp47 auto left = padding.left.value_or(0); in Layout() local

Completed in 6 milliseconds

12345678910>>...27