Home
last modified time | relevance | path

Searched defs:width (Results 826 – 850 of 4315) sorted by relevance

1...<<31323334353637383940>>...173

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image_edge.h80 void SetBorderImageWidth(const Dimension& width) in SetBorderImageWidth()
H A Ddecoration.cpp209 Dimension width = Dimension((GetSizeValueX()), DimensionUnit::PX); in ToString() local
276 static std::string GetAlignmentType(double width, double height) in GetAlignmentType()
310 auto width = GetSizeValueX(); in ToString() local
317 auto width = GetSizeValueX(); in ToString() local
433 void CanvasPath2D::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_column_ffi.cpp75 void FfiOHOSAceFrameworkColumnSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkColumnSetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp72 int32_t width = container ? container->GetViewWidth() : 0; in GetDeviceInfo() local
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_arc_label_unit_test.cpp73 const int16_t width = 100; variable
/ohos5.0/foundation/arkui/ui_lite/test/unittest/layout/
H A Dlist_layout_unit_test.cpp26 uint16_t width = 100; // 100 view width in CreatView() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_paint_method.cpp28 auto width = surfaceSize.Width(); in GetContentDrawFunction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_pixel_stretch_params.h28 int tileMode, float width, float height) : in RSPixelStretchParams()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h30 int32_t width; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style.cpp26 int weight, int width, Slant slant): fontStyle_( in TexgineFontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dsoftware_render_backend.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dmatrix_test.cpp21 void MatrixTest::TestMatrix(Canvas& canvas, uint32_t width, uint32_t height) in TestMatrix()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dcommand_parser.h28 uint32_t width = 0; member
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_window_adapter_wrapper.cpp38 …pterWrapper::NativeWindowSetBufferGeometry(ArkWebNativeWindow window, int32_t width, int32_t heigh… in NativeWindowSetBufferGeometry()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_window_adapter_impl.cpp34 int32_t ArkWindowAdapterImpl::NativeWindowSetBufferGeometry(void* window, int32_t width, int32_t he… in NativeWindowSetBufferGeometry()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_test.cpp96 int32_t width = 0x100; in CreateNativeWindowAndRequestBuffer001() local
211 int32_t width = 0x100; in CreateNativeWindowAndRequestBuffer002() local
310 int32_t width = 0x100; in CreateNativeWindowAndRequestBuffer003() local
455 int32_t width = 0x100; in CreateNativeWindowAndRequestBuffer004() local
582 int32_t width = 0x100; in CreateNativeWindowAndRequestBuffer005() local
807 int32_t width = 0x100; in CreateNativeWindowAndRequestBuffer007() local
924 int32_t width = 0x100; in CreateNativeWindowAndAttachBuffer001() local
978 int32_t width = 0x100; in CreateNativeWindowAndRequestBuffer008() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp23 OffscreenCanvasPattern::OffscreenCanvasPattern(int32_t width, int32_t height) in OffscreenCanvasPattern()
28 void OffscreenCanvasPattern::UpdateSize(int32_t width, int32_t height) in UpdateSize()
146 void OffscreenCanvasPattern::DrawImage(const Ace::CanvasImage& image, double width, double height) in DrawImage()
163 double left, double top, double width, double height) in GetImageData()
293 void OffscreenCanvasPattern::SetLineWidth(double width) in SetLineWidth()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java115 public void setFixedSize(int width, int height) { in setFixedSize()
238 public void setSurfaceFrameSize(int width, int height) { in setSurfaceFrameSize()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp46 HWCCallbacks *callbacks, uint32_t width, in Create()
190 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { in SetConfig()
/aosp12/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp105 int AdrenoMemInfo::getStride(int width, int format) in getStride()
256 size_t getBufferSizeAndDimensions(int width, int height, int format, in getBufferSizeAndDimensions()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3VideoTest.cpp198 void QCameraHAL3VideoTest::vidoeAllocateBuffers(int height, int width, int num) in vidoeAllocateBuffers()
203 void QCameraHAL3VideoTest::snapshotAllocateBuffers(int width, int height) in snapshotAllocateBuffers()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DContentResolverTest.java74 private void initImage(int width, int height) throws Exception { in initImage()
93 private static void assertImageAspectAndContents(int width, int height, Bitmap bitmap) { in assertImageAspectAndContents()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/text/
H A DMeasuredText_Builder_Delegate.java84 int end, float width) { in nAddReplacementRun()
135 private ReplacementRun(int start, int end, float width) { in ReplacementRun()
/aosp12/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp60 DummySource(int width, int height, int nFrames, int fps, int colorFormat) in DummySource()
166 int width = 176; in main() local
/aosp12/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java133 final int width, final int height, final int flags, final int session) { in notifyDisplayConnected()
169 int width, int height, int flags, int session); in onDisplayConnected()

1...<<31323334353637383940>>...173