/interface/sdk_c/inputmethod/include/ |
H A D | inputmethod_cursor_info_capi.h | 44 * The coordinates and width and height information of the cursor. 55 * @param width The width of the cursor. 61 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height); 77 * @param width The width of the cursor. 86 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height); 94 * @param width The width of the cursor. 103 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, doubl [all...] |
/interface/sdk_c/multimedia/av_codec/ |
H A D | native_avcapability.h | 221 * @brief Get the video codec's supported video width alignment. 224 * @param widthAlignment Output parameter. Video width alignment 245 * @brief Get the video codec's supported video width range for a specific height. 249 * @param widthRange Output parameter. Video width range 260 * @brief Get the video codec's supported video height range for a specific width. 263 * @param width Horizontal pixel number of the video 267 * {@link AV_ERR_INVALID_VAL}, the capability is invalid, the width is not within the supported range 271 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width, 275 * @brief Get the video codec's supported video width range. 278 * @param widthRange Output parameter. Video width rang [all...] |
/interface/sdk_c/multimedia/image_framework/include/ |
H A D | image_pixel_map_mdk.h | 69 /** Image width, in pixels. */ 70 uint32_t width; member 153 /** Image width, in pixels. */ 154 uint32_t width; member 413 * @param x Indicates the scaling ratio of the width. 446 * @param x Indicates the scaling ratio of the width. 566 * @param width Indicates the width of the cropped region. 592 int32_t OH_PixelMap_Crop(const NativePixelMap* native, int32_t x, int32_t y, int32_t width, int32_t height);
|
H A D | image_pixel_map_napi.h | 93 /** Image width, in pixels. */ 94 uint32_t width; member
|
H A D | image_receiver_mdk.h | 79 /* Default width of the image received by the consumer, in pixels. */ 80 int32_t width; member
|
H A D | image_mdk.h | 99 int32_t width; member
|
/interface/sdk_c/third_party/openGLES/GLES3/ |
H A D | gl31.h | 385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
388 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, 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, GLenum format, GLenum type, void *pixels);
458 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
460 typedef void (GL_APIENTRYP PFNGLSCISSORPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize [all...] |
H A D | gl3.h | 385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
388 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, 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, GLenum format, GLenum type, void *pixels);
458 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
460 typedef void (GL_APIENTRYP PFNGLSCISSORPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize [all...] |
H A D | gl32.h | 385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
388 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, 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, GLenum format, GLenum type, void *pixels);
458 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
460 typedef void (GL_APIENTRYP PFNGLSCISSORPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize [all...] |
/interface/sdk_c/third_party/openGLES/GLES2/ |
H A D | gl2.h | 385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
388 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE2DPROC) (GLenum target, 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, GLenum format, GLenum type, void *pixels);
458 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
460 typedef void (GL_APIENTRYP PFNGLSCISSORPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize [all...] |
H A D | gl2ext.h | 168 typedef void (GL_APIENTRYP PFNGLREADNPIXELSKHRPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
174 GL_APICALL void GL_APIENTRY glReadnPixelsKHR (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
581 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
582 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
583 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
584 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
585 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
588 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
589 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
590 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsize [all...] |
/interface/sdk_c/multimedia/image_effect/ |
H A D | image_effect_filter.h | 377 * @brief Set the width of the image in pixels 381 * @param width Indicates the width of the image 387 ImageEffect_ErrorCode OH_EffectBufferInfo_SetWidth(OH_EffectBufferInfo *info, int32_t width); 390 * @brief Get the width of the image in pixels 394 * @param width Indicates the width of the image 400 ImageEffect_ErrorCode OH_EffectBufferInfo_GetWidth(OH_EffectBufferInfo *info, int32_t *width); 540 * @param info Indicates the information of the image, such as width, height, etc. See {@link OH_EffectBufferInfo} 551 * @param info Indicates the information of the image, such as width, heigh 629 int32_t width; global() member [all...] |
/interface/sdk_c/multimedia/image_framework/include/image/ |
H A D | pixelmap_native.h | 369 * @brief Get width number for InitializationOtions struct. 372 * @param width the number of image width. 377 uint32_t *width); 380 * @brief Set width number for InitializationOtions struct. 383 * @param width the number of image width. 388 uint32_t width); 475 * returns {@link Image_ErrorCode} IMAGE_BAD_PARAMETER - if rowStride does not match width. 531 * @brief Get width numbe [all...] |
H A D | image_common.h | 50 /** Image width, in pixels. */ 51 uint32_t width; member 74 uint32_t width; member 343 * @brief Defines a pointer to the image width, one of the image properties. 479 * @brief The image resolution in the width direction. 767 * @brief Pixels per FocalPlaneResolutionUnit in the image width. 1475 * @brief Fragment map width 1477 * The width of the fragment image
|
/interface/sdk_c/tee/include/ |
H A D | tee_tui_gp_api.h | 148 /** Represents the number of pixels of the width of the image. */ 149 uint32_t width; member 229 /** The pixel width of the button. 257 /** Indicates the number of pixels per inch in the width direction. */ 263 /** Indicates the pixel width of the input region label. */ 271 /** Indicates the pixel width of the label canvas. */ 331 * retrieves information about the size and width that is needed to render it. 334 * @param width Indicates the width in pixels needed to render the text. 345 TEE_Result TEE_TUICheckTextFormat(const char *text, uint32_t *width, uint32_ [all...] |
/interface/sdk_c/graphic/graphic_2d/native_drawing/ |
H A D | drawing_text_lineTypography.h | 69 * @brief Calculate the line breakpoint based on the width provided. 74 * @param width Indicates the requested line-break width. 79 size_t startIndex, double width);
|
H A D | drawing_record_cmd.h | 76 * @param width Width of canvas object. 82 * width less than or equal to 0 or height less than or equal to 0. 88 int32_t width, int32_t height, OH_Drawing_Canvas** canvas);
|
H A D | drawing_text_typography.h | 77 * Justified, which means that each line (except the last line) is stretched so that every line has equal width,
185 /** width of placeholder */
186 double width;
member 434 /** The width of System font */
435 int width;
member 459 /** Text width */
460 double width;
member 465 * aligned to 0, is the width of the container minus the width of the line of text
526 * @brief Enumerates font width 562 OH_Drawing_FontWidth width; global() member [all...] |
H A D | drawing_bitmap.h | 97 * @brief Initializes the width and height of an <b>OH_Drawing_Bitmap</b> object
102 * @param width Indicates the width of the bitmap to be initialized.
110 OH_Drawing_Bitmap*, const uint32_t width, const uint32_t height, const OH_Drawing_BitmapFormat*);
113 * @brief Obtains the width of a bitmap.
117 * @return Returns the width.
180 * and does not exceed bitmap width and height.
187 * @param srcX Column index whose absolute value is less than width.
|
H A D | drawing_pen.h | 152 * @brief Obtains the thickness of a pen. This thickness determines the width of the outline of a shape.
163 * @brief Sets the thickness for a pen. This thickness determines the width of the outline of a shape.
167 * @param width Indicates the thickness to set, which is a variable.
171 void OH_Drawing_PenSetWidth(OH_Drawing_Pen*, float width);
215 * is half of the width of the line segment, with the same width.
220 * is the same as the width of the line segment.
|
H A D | drawing_text_line.h | 161 * @param width Indicates the text line width to set. 169 OH_Drawing_TextLine* OH_Drawing_TextLineCreateTruncatedLine(OH_Drawing_TextLine* line, double width, int mode, 180 * @return Returns The total width of the typesetting border. 199 * @brief Gets the tail space width. 203 * @return Returns the tail space width. 257 * @brief Gets the text offset based on the given alignment factor and alignment width. 264 * @param alignmentWidth The width of the text to be aligned. 265 * Returns 0 if it is less than the actual width of the text.
|
/interface/sdk_c/multimedia/camera_framework/ |
H A D | camera.h | 592 uint32_t width; member 878 int32_t width; member
|
/interface/sdk_c/graphic/graphic_2d/native_window/ |
H A D | buffer_handle.h | 50 int32_t width; /**< the width of memory */
member
|
/interface/sdk_c/arkui/display_manager/ |
H A D | oh_display_info.h | 157 /* rect width */ 158 uint32_t width; member
|
/interface/sdk_c/graphic/graphic_2d/native_image/ |
H A D | native_image.h | 327 * @param width Indicates the width of the <b>OH_NativeImage</b>, and it should be greater than 0.
330 * {@link NATIVE_ERROR_INVALID_ARGUMENTS} 40001000 - image is NULL or width, height less than or equal to 0.
334 int32_t OH_ConsumerSurface_SetDefaultSize(OH_NativeImage* image, int32_t width, int32_t height);
|