Searched refs:SHAPE_TYPE_STRINGS (Results 1 – 3 of 3) sorted by relevance
29 static const char* SHAPE_TYPE_STRINGS[] = { "Rect", "Circle", "Ellipse", "Line", "Polygon", "Polyli… variable
103 json->Replace(INSPECTOR_TYPE, SHAPE_TYPE_STRINGS[type]); in ToJsonValue()
130 return SHAPE_TYPE_STRINGS[static_cast<int32_t>(render->GetShapeType())]; in GetShapeType()