Searched refs:GetGeometryBoxType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.h | 56 static GeometryBoxType GetGeometryBoxType(const std::string& value); 65 GeometryBoxType GetGeometryBoxType() const in GetGeometryBoxType() function 115 GeometryBoxType GetGeometryBoxType() const in GetGeometryBoxType() function
|
H A D | clip_path.cpp | 84 GeometryBoxType ClipPath::GetGeometryBoxType(const std::string& value) in GetGeometryBoxType() function in OHOS::Ace::ClipPath
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 252 …SkPath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &skPath); in PerformLayout() 260 … bool ret = CreateSkPath(clipPath_->GetBasicShape(), clipPath_->GetGeometryBoxType(), &skPath); in PerformLayout() 270 …ePath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &drawingP… in PerformLayout() 278 … bool ret = CreatePath(clipPath_->GetBasicShape(), clipPath_->GetGeometryBoxType(), &drawingPath); in PerformLayout() 421 … mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &skPath)) { 431 mask_->GetMaskPath()->GetGeometryBoxType(), &drawingPath)) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 533 GeometryBoxType geometryBoxType = ClipPath::GetGeometryBoxType(value); in CreateClipPath()
|