Home
last modified time | relevance | path

Searched refs:GetBasicShape (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h75 const RefPtr<BasicShape>& GetBasicShape() const in GetBasicShape() function
125 const RefPtr<BasicShape>& GetBasicShape() const in GetBasicShape() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_row_split_ffi.cpp49 ViewAbstractModel::GetInstance()->SetClipShape(context->GetBasicShape()); in FfiOHOSAceFrameworkRowSplitClipByShape()
H A Dcj_column_split_ffi.cpp62 ViewAbstractModel::GetInstance()->SetClipShape(context->GetBasicShape()); in FfiOHOSAceFrameworkColumnSplitClipByShape()
H A Dcj_view_abstract_ffi.cpp1014 ViewAbstractModel::GetInstance()->SetClipShape(context->GetBasicShape()); in FfiOHOSAceFrameworkViewAbstractSetClipByShape()
1024 ViewAbstractModel::GetInstance()->SetMask(context->GetBasicShape()); in FfiOHOSAceFrameworkViewAbstractSetMaskByShape()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.h28 const RefPtr<BasicShape>& GetBasicShape() const in GetBasicShape() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.h47 const RefPtr<BasicShape>& GetBasicShape() const in GetBasicShape() function
H A Djs_row_split.cpp46 ViewAbstractModel::GetInstance()->SetClipShape(clipShape->GetBasicShape()); in JsClip()
H A Djs_column_split.cpp62 ViewAbstractModel::GetInstance()->SetClipShape(clipShape->GetBasicShape()); in JsClip()
H A Djs_scrollable.cpp104 ViewAbstractModel::GetInstance()->SetClipShape(clipShape->GetBasicShape()); in JsClip()
H A Djs_scrollable_base.cpp123 … NG::ContentClipMode::CUSTOM, AceType::DynamicCast<ShapeRect>(clipShape->GetBasicShape())); in JSClipContent()
H A Djs_slider.cpp571 SliderModel::GetInstance()->SetBlockShape(shapeAbstract->GetBasicShape()); in SetBlockStyle()
H A Djs_view_abstract.cpp7259 ViewAbstractModel::GetInstance()->SetClipShape(clipShape->GetBasicShape()); in JsClip()
7272 ViewAbstractModel::GetInstance()->SetClipShape(clipShape->GetBasicShape()); in JsClipShape()
7318 ViewAbstractModel::GetInstance()->SetMask(maskShape->GetBasicShape()); in JsMask()
7332 ViewAbstractModel::GetInstance()->SetMask(maskShape->GetBasicShape()); in JsMaskShape()
H A Djs_richeditor.cpp935 ViewAbstractModel::GetInstance()->SetClipShape(clipShape->GetBasicShape()); in JsClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_scrollable_bridge.cpp33 AceType::DynamicCast<ShapeRect>(clipShape->GetBasicShape())); in SetContentClip()
H A Darkts_native_slider_bridge.cpp445 SliderModelNG::SetBlockShape(frameNode, shapeAbstract->GetBasicShape()); in SetBlockStyle()
H A Darkts_native_common_bridge.cpp3450 ViewAbstract::SetClipShape(frameNode, clipShape->GetBasicShape()); in SetClip()
3472 ViewAbstract::SetClipShape(frameNode, clipShape->GetBasicShape()); in SetClipShape()
5463 ViewAbstract::SetMask(frameNode, maskShape->GetBasicShape()); in SetMask()
5497 ViewAbstract::SetMask(frameNode, maskShape->GetBasicShape()); in SetMaskShape()
6030 ViewAbstract::SetClipShape(frameNode, clipShape->GetBasicShape()); in SetClipWithEdge()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp252 …CreateSkPath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &s… in PerformLayout()
260 … bool ret = CreateSkPath(clipPath_->GetBasicShape(), clipPath_->GetGeometryBoxType(), &skPath); in PerformLayout()
270 …CreatePath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &dra… in PerformLayout()
278 … bool ret = CreatePath(clipPath_->GetBasicShape(), clipPath_->GetGeometryBoxType(), &drawingPath); in PerformLayout()
421 … mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &skPath)) {
430 if (!CreatePath(mask_->GetMaskPath()->GetBasicShape(),
H A Drosen_mask_painter.cpp160 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp965 if (clipPath && clipPath->GetBasicShape()) { in GetClip()
966 int32_t shapeType = static_cast<int32_t>(clipPath->GetBasicShape()->GetBasicShapeType()); in GetClip()
1266 if (mask && mask->GetMaskPath() && mask->GetMaskPath()->GetBasicShape()) { in GetMask()
1267 auto shape = mask->GetMaskPath()->GetBasicShape(); in GetMask()