Searched refs:dRect (Results 1 – 5 of 5) sorted by relevance
158 void OH_Drawing_RectCopy(OH_Drawing_Rect* sRect, OH_Drawing_Rect* dRect) in OH_Drawing_RectCopy() argument160 Rect* rectSrc = CastToRect(dRect); in OH_Drawing_RectCopy()
37 …h_drawing_rect) \*sRect, [OH_Drawing_Rect](_drawing.md#oh_drawing_rect) \*dRect) | 用于将源矩形对象复制到目标矩形…
514 …ng_Rect](#oh_drawing_rect) \*sRect, [OH_Drawing_Rect](#oh_drawing_rect) \*dRect) | 用于将源矩形对象复制到目标矩形…11729 void OH_Drawing_RectCopy (OH_Drawing_Rect* sRect, OH_Drawing_Rect* dRect )11738 sRect、dRect任意一个为NULL时返回OH_DRAWING_ERROR_INVALID_PARAMETER。11749 | dRect | 指向目标矩形对象的指针。 |
37 …h_drawing_rect) \*sRect, [OH_Drawing_Rect](_drawing.md#oh_drawing_rect) \*dRect) | Copies a source…
514 …ng_Rect](#oh_drawing_rect) \*sRect, [OH_Drawing_Rect](#oh_drawing_rect) \*dRect) | Copies a source…11774 void OH_Drawing_RectCopy (OH_Drawing_Rect* sRect, OH_Drawing_Rect* dRect )11783 If either **sRect** or **dRect** is NULL, **OH_DRAWING_ERROR_INVALID_PARAMETER** is returned.11794 | dRect | Pointer to a destination rectangle, which is an **OH_Drawing_Rect** object. |