Home
last modified time | relevance | path

Searched refs:region (Results 1 - 7 of 7) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_region.h34 * @brief Declares functions related to the <b>region</b> object in the drawing module.
93 * @brief Determines whether the region contains the specified coordinates.
96 * @param region Indicates the pointer to an <b>OH_Drawing_Region</b> object.
99 * @return Returns <b>true</b> if (x, y) is inside region; returns <b>false</b> otherwise.
103 bool OH_Drawing_RegionContains(OH_Drawing_Region* region, int32_t x, int32_t y);
109 * @param region Indicates the pointer to an <b>OH_Drawing_Region</b> object.
116 bool OH_Drawing_RegionOp(OH_Drawing_Region* region, const OH_Drawing_Region* other, OH_Drawing_RegionOpMode op);
119 * @brief Sets the region to the specified rect.
128 bool OH_Drawing_RegionSetRect(OH_Drawing_Region* region, const OH_Drawing_Rect* rect);
131 * @brief Constructs region tha
[all...]
H A Ddrawing_canvas.h250 * @brief Draws region using clip, matrix and paint.
504 * @brief Clips a region.
508 * @param region Indicates the pointer to an <b>OH_Drawing_Region</b> object.
512 * Returns {@link OH_DRAWING_ERROR_INVALID_PARAMETER} if canvas or region is nullptr.
516 OH_Drawing_ErrorCode OH_Drawing_CanvasClipRegion(OH_Drawing_Canvas* canvas, const OH_Drawing_Region* region,
/interface/sdk_c/multimedia/player_framework/
H A Dnative_avscreen_capture.h154 * @param region Information about the video buffer
160 int32_t *fence, int64_t *timestamp, struct OH_Rect *region);
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Ducal.h565 * @param region The ISO 3166 two-letter country code or UN M.49
567 * done by region.
578 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
1398 * calendar system associated with this UCalendar (the locale's region is
1558 * for a region. For example, system time zone ID "America/Los_Angeles" is returned
1559 * for input Windows ID "Pacific Standard Time" and region "US" (or <code>null</code>),
1561 * region "CA".
1575 * @param region A null-terminated region code, or <code>NULL</code> if no regional preference.
1585 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
[all...]
/interface/sdk_c/graphic/graphic_2d/native_window/
H A Dexternal_window.h84 * @brief indicates a dirty region where content is updated.
497 * @param region Indicates a dirty region where content is updated.
503 int fenceFd, Region region);
/interface/sdk_c/multimedia/image_framework/include/
H A Dimage_source_mdk.h221 * @brief Defines the region of the image source to decode.
234 /** Width of the region, in pixels. */
236 /** Height of the region, in pixels. */
280 /** Defines image source pixel region for decoding. */
281 struct OhosImageRegion region; member
/interface/sdk_c/multimedia/image_framework/include/image/
H A Dpixelmap_native.h777 * @param region Area size, read according to area.
781 Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap, Image_Region *region);

Completed in 7 milliseconds