Home
last modified time | relevance | path

Searched refs:GetGeometryBoxType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h56 static GeometryBoxType GetGeometryBoxType(const std::string& value);
65 GeometryBoxType GetGeometryBoxType() const in GetGeometryBoxType() function
115 GeometryBoxType GetGeometryBoxType() const in GetGeometryBoxType() function
H A Dclip_path.cpp84 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 Drosen_render_box.cpp252 …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 Dutils.cpp533 GeometryBoxType geometryBoxType = ClipPath::GetGeometryBoxType(value); in CreateClipPath()