Home
last modified time | relevance | path

Searched refs:dst (Results 1 - 11 of 11) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_matrix.h149 * @brief Sets matrix to scale and translate src rect to dst rect.
154 * @param dst Indicates the pointer to an <b>OH_Drawing_Rect</b> object rect to map to.
156 * @return Returns true if dst is empty, and sets matrix to:
165 const OH_Drawing_Rect* dst, OH_Drawing_ScaleToFit stf);
441 * @brief Sets the params of matrix to map src to dst.
447 * @param dst Points to map to.
448 * @param count Number of point in src and dst.
454 const OH_Drawing_Point2D* dst, uint32_t count);
457 * @brief Maps the src point array to the dst point array by matrix transformation.
462 * @param dst Point
[all...]
H A Ddrawing_canvas.h230 * @param dst the area of destination canvas.
236 const OH_Drawing_Rect* dst, const OH_Drawing_SamplingOptions*);
330 * @param dst the area of destination canvas.
336 const OH_Drawing_Rect* dst, const OH_Drawing_SamplingOptions*);
707 * @param dst The area of destination canvas.
714 const OH_Drawing_Rect* src, const OH_Drawing_Rect* dst, const OH_Drawing_SamplingOptions*,
730 OH_Drawing_Rect* dst, OH_Drawing_SamplingOptions*);
H A Ddrawing_path.h547 * @param dst Indicates the pointer to an <b>OH_Drawing_Path</b> object.
553 OH_Drawing_Path* dst, bool applyPerspectiveClip);
600 * @brief Offset path replaces dst.
604 * @param dst Indicates the pointer to an <b>OH_Drawing_Path</b> object.
605 * @param dx Indicates offset added to dst path x-axis coordinates.
606 * @param dy Indicates offset added to dst path y-axis coordinates.
610 void OH_Drawing_PathOffset(OH_Drawing_Path* path, OH_Drawing_Path* dst, float dx, float dy);
H A Ddrawing_rect.h201 * @param dst Indicates the pointer to an <b>OH_Drawing_Rect</b> object.
205 void OH_Drawing_RectCopy(OH_Drawing_Rect* src, OH_Drawing_Rect* dst);
H A Ddrawing_pen.h360 * @param dst Indicates the resulting Path.
369 bool OH_Drawing_PenGetFillPath(OH_Drawing_Pen*, const OH_Drawing_Path* src, OH_Drawing_Path* dst,
/interface/sdk-js/
H A Dremove_internal.py29 dst = os.path.join(output_path, file)
31 shutil.copytree(src, dst, dirs_exist_ok=True)
33 shutil.copy(src, dst)
/interface/sdk_c/tee/include/
H A Dtee_sharemem_ops.h97 * @param dst Indicates the address of the destination buffer.
106 int32_t copy_from_sharemem(uint32_t src_task, uint64_t src, uint32_t src_size, uintptr_t dst, uint32_t dst_size);
114 * @param dst Indicates the address of the destination buffer.
123 int32_t copy_to_sharemem(uintptr_t src, uint32_t src_size, uint32_t dst_task, uint64_t dst, uint32_t dst_size);
/interface/sdk_c/third_party/libuv/include/uv_ndk/
H A Duv.h1639 UV_EXTERN int uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size);
1640 UV_EXTERN int uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size);
1642 UV_EXTERN int uv_inet_ntop(int af, const void* src, char* dst, size_t size);
1643 UV_EXTERN int uv_inet_pton(int af, const char* src, void* dst);
/interface/sdk_c/third_party/openGLES/GLES2/
H A Dgl2ext.h313 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst);
322 GL_APICALL void GL_APIENTRY glBlendFunciOES (GLuint buf, GLenum src, GLenum dst);
1359 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst);
1368 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvulkan_core.h13561 typedef void (VKAPI_PTR *PFN_vkCmdBuildAccelerationStructureNV)(VkCommandBuffer commandBuffer, const VkAccelerationStructureInfoNV* pInfo, VkBuffer instanceData, VkDeviceSize instanceOffset, VkBool32 update, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkBuffer scratch, VkDeviceSize scratchOffset);
13562 typedef void (VKAPI_PTR *PFN_vkCmdCopyAccelerationStructureNV)(VkCommandBuffer commandBuffer, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkCopyAccelerationStructureModeKHR mode);
13599 VkAccelerationStructureNV dst,
13606 VkAccelerationStructureNV dst,
17054 VkDeviceOrHostAddressKHR dst; member
17062 VkMicromapEXT dst; member
17070 VkMicromapEXT dst; member
19010 VkDeviceOrHostAddressKHR dst; member
19018 VkAccelerationStructureKHR dst; member
19026 VkAccelerationStructureKHR dst; member
[all...]
/interface/sdk_c/third_party/openGLES/GLES3/
H A Dgl32.h1729 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst);
1774 GL_APICALL void GL_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);

Completed in 84 milliseconds