Home
last modified time | relevance | path

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

12345678910>>...17

/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
H A Dsvg_rect.cpp61 RSScalar left = ConvertDimensionToPx(rectAttr_.x, viewPort, SvgLengthType::HORIZONTAL); 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
/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
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.cpp20 Border::Border(const BorderEdge& left, const BorderEdge& top, const BorderEdge& right, const BorderEdge& bottom) in Border() argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_proxy_test.cpp231 int32_t left = 0; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp52 int16_t left; in LayoutHorizontal() local
86 int16_t left; in LayoutVertical() local
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_delegate.cpp34 SurfaceDelegateError SurfaceDelegate::SetBounds(int32_t left, int32_t right, int32_t width, int32_t height) in SetBounds() argument

Completed in 10 milliseconds

12345678910>>...17