Home
last modified time | relevance | path

Searched refs:SHAPE_TYPE_STRINGS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h29 static const char* SHAPE_TYPE_STRINGS[] = { "Rect", "Circle", "Ellipse", "Line", "Polygon", "Polyli… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp103 json->Replace(INSPECTOR_TYPE, SHAPE_TYPE_STRINGS[type]); in ToJsonValue()
H A Dshape_composed_element.cpp130 return SHAPE_TYPE_STRINGS[static_cast<int32_t>(render->GetShapeType())]; in GetShapeType()