Home
last modified time | relevance | path

Searched defs:cRoundRect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_round_rect.cpp31 static RoundRect* CastToRoundRect(OH_Drawing_RoundRect* cRoundRect) in CastToRoundRect()
67 void OH_Drawing_RoundRectSetCorner(OH_Drawing_RoundRect* cRoundRect, OH_Drawing_CornerPos pos, in OH_Drawing_RoundRectSetCorner()
82 OH_Drawing_Corner_Radii OH_Drawing_RoundRectGetCorner(OH_Drawing_RoundRect* cRoundRect, OH_Drawing_… in OH_Drawing_RoundRectGetCorner()
97 void OH_Drawing_RoundRectDestroy(OH_Drawing_RoundRect* cRoundRect) in OH_Drawing_RoundRectDestroy()
105 OH_Drawing_ErrorCode OH_Drawing_RoundRectOffset(OH_Drawing_RoundRect* cRoundRect, float dx, float d… in OH_Drawing_RoundRectOffset()
H A Ddrawing_canvas.cpp83 static const RoundRect& CastToRoundRect(const OH_Drawing_RoundRect& cRoundRect) in CastToRoundRect()
496 … OH_Drawing_CanvasDrawRoundRect(OH_Drawing_Canvas* cCanvas, const OH_Drawing_RoundRect* cRoundRect) in OH_Drawing_CanvasDrawRoundRect()
564 … OH_Drawing_CanvasClipRoundRect(OH_Drawing_Canvas* cCanvas, const OH_Drawing_RoundRect* cRoundRect, in OH_Drawing_CanvasClipRoundRect()
H A Ddrawing_path.cpp51 static const RoundRect& CastToRoundRect(const OH_Drawing_RoundRect& cRoundRect) in CastToRoundRect()