Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 79) sorted by relevance

1234

/interface/sdk-js/api/common/full/
Dglobal.d.ts178 width?: number;
258 width: number; property in ImageData
328 constructor(width: number, height: number);
345 width: number;
470 readonly width: number;
Dviewmodel.d.ts81 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/
Drect.d.ts92 width?: number | string;
97 width?: number | string;
149 width?: number | string;
154 width?: number | string;
Dellipse.d.ts89 new (value?: { width?: string | number; height?: string | number }): EllipseAttribute;
129 (value?: { width?: string | number; height?: string | number }): EllipseAttribute;
Dpolyline.d.ts81 new (value?: { width?: string | number; height?: string | number }): PolylineAttribute;
121 (value?: { width?: string | number; height?: string | number }): PolylineAttribute;
Dpolygon.d.ts80 new (value?: { width?: string | number; height?: string | number }): PolygonAttribute;
120 (value?: { width?: string | number; height?: string | number }): PolygonAttribute;
Dpath.d.ts89 …new (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttrib…
129 (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
Dline.d.ts97 new (value?: { width?: string | number; height?: string | number }): LineAttribute;
145 (value?: { width?: string | number; height?: string | number }): LineAttribute;
Dcanvas.d.ts1706 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);
Dunits.d.ts1564 width: Length; property
2066 width?: Length; property
2174 width?: EdgeWidths | Length; property
2304 width?: EdgeOutlineWidths | Dimension; property
Dcircle.d.ts85 width?: string | number; property
Dimage.d.ts776 sourceSize(value: { width: number; height: number }): ImageAttribute;
1009 width: number;
Dremote_window.d.ts47 width: number; property
/interface/sdk-js/api/arkui/
DGraphics.d.ts35 width: number; property
265 width: number;
/interface/sdk-js/api/
D@ohos.screenshot.d.ts124 width: number;
154 width: number; property
D@ohos.app.ability.dialogRequest.d.ts68 width: number; property
D@ohos.screen.d.ts378 width: number; property
678 width: number; property
D@ohos.arkui.componentUtils.d.ts200 width: number property
D@ohos.display.d.ts571 width: number; property
756 width: number; property
/interface/sdk_c/multimedia/av_codec/
Dnative_avcapability.h226 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/
Dimage_pixel_map_mdk.h69 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…
Dimage_pixel_map_napi.h93 uint32_t width; member
/interface/sdk_c/graphic/graphic_2d/native_drawing/
Ddrawing_bitmap.h93 … OH_Drawing_Bitmap*, const uint32_t width, const uint32_t height, const OH_Drawing_BitmapFormat*);
/interface/sdk_c/graphic/graphic_2d/native_window/
Dbuffer_handle.h27 int32_t width; /**< the width of memory */ member
/interface/sdk_c/third_party/openGLES/GLES3/
Dgl3.h385 …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 …]

1234