Home
last modified time | relevance | path

Searched refs:height (Results 1 - 25 of 45) sorted by relevance

12

/interface/sdk_c/inputmethod/include/
H A Dinputmethod_text_avoid_info_capi.h55 * @param height The height of the avoid area.
60 InputMethod_TextAvoidInfo *OH_TextAvoidInfo_Create(double positionY, double height);
81 * @brief Set height value into {@link InputMethod_TextAvoidInfo}.
84 * @param height Represents height value.
91 InputMethod_ErrorCode OH_TextAvoidInfo_SetHeight(InputMethod_TextAvoidInfo *info, double height);
105 * @brief Get height value into {@link InputMethod_TextAvoidInfo}.
108 * @param height Represents height valu
[all...]
H A Dinputmethod_cursor_info_capi.h44 * The coordinates and width and height information of the cursor.
56 * @param height The height of the cursor.
61 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height);
78 * @param height The height of the cursor.
86 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height);
95 * @param height The height of the cursor.
103 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height);
[all...]
/interface/sdk_c/multimedia/av_codec/
H A Dnative_avcapability.h233 * @brief Get the video codec's supported video height alignment.
236 * @param heightAlignment Output parameter. Video height alignment
245 * @brief Get the video codec's supported video width range for a specific height.
248 * @param height Vertical pixel number of the video
252 * {@link AV_ERR_INVALID_VAL}, the capability is invalid, the height is not within the supported range
256 OH_AVErrCode OH_AVCapability_GetVideoWidthRangeForHeight(OH_AVCapability *capability, int32_t height,
260 * @brief Get the video codec's supported video height range for a specific width.
264 * @param heightRange Output parameter. Video height range
287 * @brief Get the video codec's supported video height range.
290 * @param heightRange Output parameter. Video height rang
[all...]
/interface/sdk_c/multimedia/image_framework/include/
H A Dimage_pixel_map_mdk.h71 /** Image height, in pixels. */
72 uint32_t height; member
155 /** Image height, in pixels. */
156 uint32_t height; member
414 * @param y Indicates the scaling ratio of the height.
447 * @param y Indicates the scaling ratio of the height.
567 * @param height Indicates the height 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 Dimage_pixel_map_napi.h95 /** Image height, in pixels. */
96 uint32_t height; member
H A Dimage_receiver_mdk.h81 /* Default height of the image received by the consumer, in pixels. */
82 int32_t height; member
H A Dimage_mdk.h101 int32_t height; member
/interface/sdk_c/third_party/openGLES/GLES3/
H A Dgl31.h385 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);
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, GLsizei height, GLenum format, GLenum type, const void *pixels);
505 typedef void (GL_APIENTRYP PFNGLVIEWPORTPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
[all...]
H A Dgl3.h385 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);
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, GLsizei height, GLenum format, GLenum type, const void *pixels);
505 typedef void (GL_APIENTRYP PFNGLVIEWPORTPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
[all...]
H A Dgl32.h385 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);
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, GLsizei height, GLenum format, GLenum type, const void *pixels);
505 typedef void (GL_APIENTRYP PFNGLVIEWPORTPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
[all...]
/interface/sdk_c/multimedia/image_effect/
H A Dimage_effect_filter.h403 * @brief Set the height of the image in pixels
407 * @param height Indicates the height of the image
413 ImageEffect_ErrorCode OH_EffectBufferInfo_SetHeight(OH_EffectBufferInfo *info, int32_t height);
416 * @brief Get the height of the image in pixels
420 * @param height Indicates the height of the image
426 ImageEffect_ErrorCode OH_EffectBufferInfo_GetHeight(OH_EffectBufferInfo *info, int32_t *height);
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, height, et
631 int32_t height; global() member
[all...]
/interface/sdk_c/third_party/openGLES/GLES2/
H A Dgl2.h385 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);
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, GLsizei height, GLenum format, GLenum type, const void *pixels);
505 typedef void (GL_APIENTRYP PFNGLVIEWPORTPROC) (GLint x, GLint y, GLsizei width, GLsizei height);
[all...]
H A Dgl2ext.h168 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, GLsizei height);
[all...]
/interface/sdk_c/multimedia/image_framework/include/image/
H A Dpixelmap_native.h391 * @brief Get height number for InitializationOtions struct.
394 * @param height the number of image height.
399 uint32_t *height);
402 * @brief Set height number for InitializationOtions struct.
405 * @param height the number of image height.
410 uint32_t height);
541 * @brief Get height number for imageinfo struct.
544 * @param height Th
[all...]
H A Dimage_common.h52 /** Image height, in pixels. */
53 uint32_t height; member
76 uint32_t height; member
487 * @brief The image resolution in the height direction.
775 * @brief Pixels per FocalPlaneResolutionUnit in the image height.
1484 * @brief Fragment map height
1486 * The height of the fragment image
/interface/sdk_c/tee/include/
H A Dtee_tui_gp_api.h150 /** Represents the number of pixels of the height of the image. */
151 uint32_t height; member
233 /** The pixel height of the button.
259 /** Indicates the number of pixels per inch in the height direction. */
265 /** Indicates the pixel height of the input region label. */
273 /** Indicates the pixel height of the label canvas. */
335 * @param height Indicates the height in pixels needed to render the text.
345 TEE_Result TEE_TUICheckTextFormat(const char *text, uint32_t *width, uint32_t *height, uint32_t *last_index);
/interface/sdk_c/multimedia/camera_framework/
H A Dcamera.h597 uint32_t height; member
883 int32_t height; member
/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_record_cmd.h77 * @param height Height 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 Ddrawing_bitmap.h97 * @brief Initializes the width and height of an <b>OH_Drawing_Bitmap</b> object
103 * @param height Indicates the height of the bitmap to be initialized.
110 OH_Drawing_Bitmap*, const uint32_t width, const uint32_t height, const OH_Drawing_BitmapFormat*);
124 * @brief Obtains the height of a bitmap.
128 * @return Returns the height.
180 * and does not exceed bitmap width and height.
188 * @param srcY Row index whose absolute value is less than height.
H A Ddrawing_types.h455 /** storage for height of image */
456 int32_t height; member
/interface/sdk_c/graphic/graphic_2d/native_window/
H A Dbuffer_handle.h52 int32_t height; /**< the height of memory */ member
/interface/sdk_c/arkui/display_manager/
H A Doh_display_info.h159 /* rect height */
160 uint32_t height; member
/interface/sdk_c/graphic/graphic_2d/native_image/
H A Dnative_image.h328 * @param height Indicates the height 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);
/interface/sdk_c/multimedia/media_library/
H A Dmedia_asset_capi.h232 * @brief Get the image height(in pixels) of the media asset.
235 * @param height the image height(in pixels) of the media asset.
244 MediaLibrary_ErrorCode OH_MediaAsset_GetHeight(OH_MediaAsset* mediaAsset, uint32_t* height);
/interface/sdk_c/multimedia/media_foundation/
H A Dnative_avformat.h103 * @param height height
111 int32_t height);

Completed in 33 milliseconds

12