| /interface/sdk-js/api/common/full/ |
| D | global.d.ts | 178 width?: number; 258 width: number; property in ImageData 328 constructor(width: number, height: number); 345 width: number; 470 readonly width: number;
|
| D | viewmodel.d.ts | 81 width: number; property 181 width: number; property 2761 width: number; property 3984 fillRect(x: number, y: number, width: number, height: number): void; 4030 clearRect(x: number, y: number, width: number, height: number): void; 4053 strokeRect(x: number, y: number, width: number, height: number): void; 4717 rect(x: number, y: number, width: number, height: number): void; 5077 createImageData(width: number, height: number): ImageData; 5712 rect(x: number, y: number, width: number, height: number): void;
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | rect.d.ts | 92 width?: number | string; 97 width?: number | string; 149 width?: number | string; 154 width?: number | string;
|
| D | ellipse.d.ts | 89 new (value?: { width?: string | number; height?: string | number }): EllipseAttribute; 129 (value?: { width?: string | number; height?: string | number }): EllipseAttribute;
|
| D | polyline.d.ts | 81 new (value?: { width?: string | number; height?: string | number }): PolylineAttribute; 121 (value?: { width?: string | number; height?: string | number }): PolylineAttribute;
|
| D | polygon.d.ts | 80 new (value?: { width?: string | number; height?: string | number }): PolygonAttribute; 120 (value?: { width?: string | number; height?: string | number }): PolygonAttribute;
|
| D | path.d.ts | 89 …new (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttrib… 129 (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
|
| D | line.d.ts | 97 new (value?: { width?: string | number; height?: string | number }): LineAttribute; 145 (value?: { width?: string | number; height?: string | number }): LineAttribute;
|
| D | canvas.d.ts | 1706 readonly width: number; 1846 readonly width: number; 2080 readonly width: number; 2124 constructor(width: number, height: number, data?: Uint8ClampedArray); 5013 readonly width: number; 5261 constructor(width: number, height: number, settings?: RenderingContextSettings); 5368 width: number; 5469 constructor(width: number, height: number);
|
| D | units.d.ts | 1564 width: Length; property 2066 width?: Length; property 2174 width?: EdgeWidths | Length; property 2304 width?: EdgeOutlineWidths | Dimension; property
|
| D | circle.d.ts | 85 width?: string | number; property
|
| D | image.d.ts | 776 sourceSize(value: { width: number; height: number }): ImageAttribute; 1009 width: number;
|
| D | remote_window.d.ts | 47 width: number; property
|
| /interface/sdk-js/api/arkui/ |
| D | Graphics.d.ts | 35 width: number; property 265 width: number;
|
| /interface/sdk-js/api/ |
| D | @ohos.screenshot.d.ts | 124 width: number; 154 width: number; property
|
| D | @ohos.app.ability.dialogRequest.d.ts | 68 width: number; property
|
| D | @ohos.screen.d.ts | 378 width: number; property 678 width: number; property
|
| D | @ohos.arkui.componentUtils.d.ts | 200 width: number property
|
| D | @ohos.display.d.ts | 571 width: number; property 756 width: number; property
|
| /interface/sdk_c/multimedia/av_codec/ |
| D | native_avcapability.h | 226 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width, 260 bool OH_AVCapability_IsVideoSizeSupported(OH_AVCapability *capability, int32_t width, int32_t heigh… 284 …apability_GetVideoFrameRateRangeForSize(OH_AVCapability *capability, int32_t width, int32_t height, 298 bool OH_AVCapability_AreVideoSizeAndFrameRateSupported(OH_AVCapability *capability, int32_t width, …
|
| /interface/sdk_c/multimedia/image_framework/include/ |
| D | image_pixel_map_mdk.h | 69 uint32_t width; member 128 uint32_t width; member 517 int32_t OH_PixelMap_Crop(const NativePixelMap* native, int32_t x, int32_t y, int32_t width, int32_t…
|
| D | image_pixel_map_napi.h | 93 uint32_t width; member
|
| /interface/sdk_c/graphic/graphic_2d/native_drawing/ |
| D | drawing_bitmap.h | 93 … OH_Drawing_Bitmap*, const uint32_t width, const uint32_t height, const OH_Drawing_BitmapFormat*);
|
| /interface/sdk_c/graphic/graphic_2d/native_window/ |
| D | buffer_handle.h | 27 int32_t width; /**< the width of memory */ member
|
| /interface/sdk_c/third_party/openGLES/GLES3/ |
| D | gl3.h | 385 …XIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, G… 386 …DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, G… 387 …num target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, G… 388 …arget, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); 452 typedef void (GL_APIENTRYP PFNGLLINEWIDTHPROC) (GLfloat width); 456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, G… 458 …FNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height); 460 typedef void (GL_APIENTRYP PFNGLSCISSORPROC) (GLint x, GLint y, GLsizei width, GLsizei height); 469 …EXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, G… 474 …DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, G… [all …]
|