Searched refs:CastToRoundRect (Results 1 – 3 of 3) sorted by relevance
31 static RoundRect* CastToRoundRect(OH_Drawing_RoundRect* cRoundRect) in CastToRoundRect() function70 RoundRect* rounRect = CastToRoundRect(cRoundRect); in OH_Drawing_RoundRectSetCorner()84 RoundRect* rounRect = CastToRoundRect(cRoundRect); in OH_Drawing_RoundRectGetCorner()102 delete CastToRoundRect(cRoundRect); in OH_Drawing_RoundRectDestroy()107 RoundRect* rounRect = CastToRoundRect(cRoundRect); in OH_Drawing_RoundRectOffset()
83 static const RoundRect& CastToRoundRect(const OH_Drawing_RoundRect& cRoundRect) in CastToRoundRect() function507 canvas->DrawRoundRect(CastToRoundRect(*cRoundRect)); in OH_Drawing_CanvasDrawRoundRect()581 canvas->ClipRoundRect(CastToRoundRect(*cRoundRect), static_cast<ClipOp>(cClipOp), doAntiAlias); in OH_Drawing_CanvasClipRoundRect()
51 static const RoundRect& CastToRoundRect(const OH_Drawing_RoundRect& cRoundRect) in CastToRoundRect() function252 path->AddRoundRect(CastToRoundRect(*roundRect), static_cast<PathDirection>(dir)); in OH_Drawing_PathAddRoundRect()