Home
last modified time | relevance | path

Searched defs:width (Results 426 – 450 of 1907) sorted by relevance

1...<<11121314151617181920>>...77

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.h35 double width; member
H A Dcj_list_ffi.h25 double width; member
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/
H A Dcodec_utils.h72 …void setParmValue(OMX_PARAM_PORTDEFINITIONTYPE &param, uint32_t width, uint32_t height, uint32_t s… in setParmValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkimage_fuzzer/
H A Dndkimage_fuzzer.cpp59 int32_t width = GetObject<int32_t>(); in NativeDrawingImageTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DScene.js23 viewport(x, y, width, height) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_record_cmd.cpp48 int32_t width, int32_t height, OH_Drawing_Canvas** cCanvas) in OH_Drawing_RecordCmdUtilsBeginRecording()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service.h114 DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height, in SetResolution()
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_window.cpp62 void LiteProxyWindow::Resize(int16_t width, int16_t height) in Resize()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_pixel_map_napi.h93 uint32_t width; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp105 void ModelViewImpl::SetWidth(Dimension& width) in SetWidth()
135 void ModelViewImpl::SetRenderWidth(Dimension& width) {} in SetRenderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_declaration.h46 Dimension width = -1.0_px; member
85 void SetWidth(const Dimension& width) in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp119 double width = GetLayoutParam().GetMinSize().Width(); in DetermineStackSize() local
209 …double width = std::clamp(item->GetWidth(), innerLayout.GetMinSize().Width(), innerLayout.GetMaxSi… in MakePositionedInnerLayoutParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp225 void CardFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged()
237 void CardFrontendDeclarative::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.cpp89 const uint16_t width = 100; // 100: image's width in InitImageInfo() local
172 const uint16_t width, in SetImageInfoPara()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.h77 uint32_t width = 0; ///< width of the following frame member
119 void SetTargetSize(int32_t width, int32_t height) in SetTargetSize()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/demuxer_fuzzer/
H A Ddemuxer_fuzzer.cpp75 static int32_t width = 3840; in RunNormalDemuxer() local
118 static int32_t width = 3840; in RunNormalDemuxerApi11() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dstream.h31 int32_t width; member
47 uint32_t width; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_model_ng.cpp101 void CheckBoxModelNG::SetCheckMarkWidth(const Dimension& width) in SetCheckMarkWidth()
115 void CheckBoxModelNG::SetWidth(const Dimension& width) in SetWidth()
174 void CheckBoxModelNG::SetCheckMarkWidth(FrameNode* frameNode, const Dimension& width) in SetCheckMarkWidth()
184 void CheckBoxModelNG::SetWidth(FrameNode* frameNode, const Dimension& width) in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp41 const OHOS::sptr<OHOS::Surface>& surface, int32_t width, int32_t height) in OnSurfaceChanged()
97 [weak = WeakClaim(this)](int64_t textureId, int32_t width, int32_t height) { in Prepare()
104 [weak = WeakClaim(this)](int64_t textureId, int32_t width, int32_t height) { in Prepare()
305 void XComponentElement::OnSurfaceChanged(const OHOS::sptr<OHOS::Surface>& surface, int32_t width, i… in OnSurfaceChanged()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp255 int32_t width = 0; in SetFormat() local
335 inline void BufferConverter::SetWidth(const int32_t width) in SetWidth()
386 int32_t width = surfaceBuffer->GetWidth(); in SetBufferFormat() local
398 bool BufferConverter::SetRectValue(const int32_t width, const int32_t height, const int32_t wStride, in SetRectValue()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1563 int32_t width, int32_t height) in AstcClFillImage()
1643 int32_t width = imageIn->width; in ClCreateBufferAndImage() local
1676 static CL_ASTC_STATUS ClKernelArgSet(ClAstcHandle *clAstcHandle, ClAstcObjEnc *encObj, int width, i… in ClKernelArgSet()
1707 …TATUS ClKernelArgSetAndRun(ClAstcHandle *clAstcHandle, ClAstcObjEnc *encObj, int width, int height) in ClKernelArgSetAndRun()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_update_ng.cpp246 Dimension width{ 300, DimensionUnit::VP }; variable
307 Dimension width{ 300, DimensionUnit::VP }; variable
368 Dimension width{ 300, DimensionUnit::VP }; variable
429 Dimension width{ 300, DimensionUnit::FP }; variable
490 Dimension width{ 300, DimensionUnit::FP }; variable
551 Dimension width{ 300, DimensionUnit::FP }; variable
612 Dimension width{ 300, DimensionUnit::PX }; variable
673 Dimension width{ 300, DimensionUnit::PX }; variable
734 Dimension width{ 300, DimensionUnit::PX }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model.h44 virtual void SetWidth(const Dimension& width) {} in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_content_modifier.h51 void SetDividerPainter(float width, bool isVertical, Color color) in SetDividerPainter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dblock_component.h71 void SetHotRegionWidth(const Dimension& width) in SetHotRegionWidth()

1...<<11121314151617181920>>...77