Home
last modified time | relevance | path

Searched defs:width (Results 976 – 1000 of 1907) sorted by relevance

1...<<31323334353637383940>>...77

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp410 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) { in InitializeCallback()
798 void AceContainer::SetView(AceViewPreview* view, double density, int32_t width, int32_t height) in SetView()
818 …ntainer::SetView(AceViewPreview* view, sptr<Rosen::Window> rsWindow, double density, int32_t width, in SetView()
836 …std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t heigh… in AttachView()
929 …er::AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, in AttachView()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp105 void GenerateCubeGeometry(float width, float height, float depth, Geometry<uint16_t> geometry) in GenerateCubeGeometry()
478 …neratePlaneMesh(const IEcs& ecs, const string_view name, Entity material, float width, float depth) in GeneratePlaneMesh()
635 … const IEcs& ecs, const string_view name, Entity material, float width, float height, float depth) in GenerateCubeMesh()
695 … const IEcs& ecs, const string_view name, Entity material, float width, float height, float depth) in GenerateCube()
701 …::GeneratePlane(const IEcs& ecs, const string_view name, Entity material, float width, float depth) in GeneratePlane()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp25 …input_event_tablet_tool_get_x_transformed(struct libinput_event_tablet_tool *event, uint32_t width) in libinput_event_tablet_tool_get_x_transformed()
35 double libinput_event_touch_get_x_transformed(struct libinput_event_touch *event, uint32_t width) in libinput_event_touch_get_x_transformed()
45 …ble libinput_event_touch_get_tool_x_transformed(struct libinput_event_touch *event, uint32_t width) in libinput_event_touch_get_tool_x_transformed()
55 …libinput_event_touch_get_tool_width_transformed(struct libinput_event_touch *event, uint32_t width) in libinput_event_touch_get_tool_width_transformed()
317 void TouchDrawingManager::GetOriginalTouchScreenCoordinates(Direction direction, int32_t width, int… in GetOriginalTouchScreenCoordinates()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp83 uint32_t width; member
903 uint32_t width = gainMapImage->GetOriginalWidth(); in SwdecodeGainmap() local
948 static bool IsEmptyBuffer(uint8_t *buffer, uint32_t width, uint32_t height, uint32_t bpp, uint32_t … in IsEmptyBuffer()
972 uint32_t width = masterImage->GetOriginalWidth(); in FillAlphaChannel() local
1248 void HeifDecoderImpl::SetHardwareDecodeErrMsg(const uint32_t width, const uint32_t height) in SetHardwareDecodeErrMsg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp468 float width = startNodeSize_; in GetFriction() local
474 float width = endNodeSize_; in GetFriction() local
808 float width = startNodeSize_; in HandleDragEnd() local
832 float width = endNodeSize_; in HandleDragEnd() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp187 uint32_t width = data.ReadUint32(); in OnRemoteRequest() local
353 uint32_t width = data.ReadUint32(); in OnRemoteRequest() local
718 uint32_t width = data.ReadUint32(); in OnRemoteRequest() local
728 uint32_t width = data.ReadUint32(); in OnRemoteRequest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h59 double width; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_menu.cpp139 CalcDimension width; in SetWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp120 const std::pair<bool, Dimension>& width, EdgeEffect effect) in InitScrollBar()
H A Dshape_abstract_model_impl.cpp152 void ShapeAbstractModelImpl::SetWidth(Dimension& width) in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_path.cpp87 void NativeCanvasPath::Rect(double x, double y, double width, double height) in Rect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_ffi.cpp139 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t … in FfiOHOSAceFrameworkImageSetSourceSize()
H A Dcj_tab_ffi.cpp98 void FfiOHOSAceFrameworkTabsSetBarWidth(double width, int32_t unit) in FfiOHOSAceFrameworkTabsSetBarWidth()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp179 void ClipUtils::DrawHorLine(int16_t x, int16_t y, int16_t width, uint8_t opa, const ImageInfo* imag… in DrawHorLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_companion_node.cpp129 void ExtensionCompanionNode::OnLayout(int32_t width, int32_t height, int32_t positionX, int32_t pos… in OnLayout()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.cpp89 void AVFormatCapiMock::InitVideoTrackFormat(const std::string_view &mimeType, int32_t width, int32_… in InitVideoTrackFormat()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_extended_modifier_test.cpp51 Drawing::Matrix GeometryEffect(float width, float height) const override in GeometryEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.cpp137 auto width = testCase->GetBitmapWidth(); in NapiGetPixelMapWidth() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp52 scalar width = GetObject<scalar>(); in PenFuzzTestInner02() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp171 int width = GetObject<int>(); in TypefaceFuzzTest005() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp94 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC) in RequestFrame()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp209 int32_t OH_ConsumerSurface_SetDefaultSize(OH_NativeImage* image, int32_t width, int32_t height) in OH_ConsumerSurface_SetDefaultSize()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h87 double width; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp59 float width = 0.0f; variable
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp136 void AbstractDisplay::SetWidth(int32_t width) in SetWidth()

1...<<31323334353637383940>>...77