Home
last modified time | relevance | path

Searched refs:GetAntiAlias (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_element.cpp56 selfComponent->GetAntiAlias().second); in UpdateChildStyle()
62 selfComponent->GetAntiAlias().second); in UpdateChildStyle()
H A Drender_shape_container.h55 bool GetAntiAlias() const in GetAntiAlias() function
H A Drender_shape_container.cpp32 antiAlias_ = shapeContainerComponent->GetAntiAlias(); in Update()
H A Drender_shape.cpp40 antiAlias_ = shapeComponent->GetAntiAlias(); in Update()
H A Drender_shape.h110 bool GetAntiAlias() const in GetAntiAlias() function
H A Dshape_component.h157 const std::pair<bool, bool>& GetAntiAlias() const in GetAntiAlias() function
H A Dshape_container_component.h169 const std::pair<bool, bool>& GetAntiAlias() const in GetAntiAlias() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp38 …iAlias", [](const ShapeContainerComposedElement& inspector) { return inspector.GetAntiAlias(); } }, in __anona2101dcf0b02()
101 std::string ShapeContainerComposedElement::GetAntiAlias() const in GetAntiAlias() function in OHOS::Ace::V2::ShapeContainerComposedElement
105 return ConvertBoolToString(render->GetAntiAlias()); in GetAntiAlias()
H A Dshape_container_composed_element.h39 std::string GetAntiAlias() const;
H A Dshape_composed_element.cpp36 { "antiAlias", [](const ShapeComposedElement& inspector) { return inspector.GetAntiAlias(); } }, in __anoncc0f25ed0b02()
144 std::string ShapeComposedElement::GetAntiAlias() const in GetAntiAlias() function in OHOS::Ace::V2::ShapeComposedElement
148 return ConvertBoolToString(render->GetAntiAlias()); in GetAntiAlias()
H A Dshape_composed_element.h38 std::string GetAntiAlias() const;