/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | linear_map.h | 24 struct LinearMapNode { struct 38 int64_t BinarySearchFindIndex(const LinearMapNode<T>* vec, size_t length, const char* key) in BinarySearchFindIndex() argument 41 …vec, vec + length, key, [](LinearMapNode<T> lhs, const char* key) { return strcmp(lhs.key, key) < … in BinarySearchFindIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 159 static const LinearMapNode<BorderStyle> borderStyleTable[] = { in ConvertStrToBorderStyle() 184 static const LinearMapNode<BadgePosition> badgePositionTable[] = { in ConvertStrToBadgePosition() 195 static const LinearMapNode<BoxSizing> boxSizingTable[] = { in ConvertStrToBoxSizing() 205 static const LinearMapNode<ImageRepeat> imageRepeatTable[] = { in ConvertStrToImageRepeat() 230 static const LinearMapNode<TextDecoration> textDecorationTable[] = { in ConvertStrToTextDecoration() 261 static const LinearMapNode<WhiteSpace> whiteSpaceTable[] = { in ConvertStrToWhiteSpace() 276 static const LinearMapNode<VerticalAlign> textVerticalAlignTable[] = { in ConvertStrToTextVerticalAlign() 292 static const LinearMapNode<TextAlign> textAlignTable[] = { in ConvertStrToTextAlign() 311 const LinearMapNode<Overflow> overflowTable[] = { in ConvertStrToOverflow() 323 const LinearMapNode<TextDirection> textDirectionTable[] = { in ConvertStrToTextDirection() [all …]
|
H A D | utils.cpp | 248 static const LinearMapNode<RefPtr<Curve>> aniTimFuncMap[] = { in CreateBuiltinCurve() 319 static const LinearMapNode<CustomCurveCreator> customCurveMap[] = { in CreateCustomCurve() 342 static const LinearMapNode<CustomCurveCreator> customCurveExceptSpringMap[] = { in CreateCustomCurveExceptSpring() 411 static const LinearMapNode<void (*)(BackgroundImagePosition&)> backGroundPositionOperators[] = { in ParseBackgroundImagePosition() 484 static const LinearMapNode<BackgroundImageSizeType> bgImageSizeType[] = { in ParseBackgroundImageSize() 566 static const LinearMapNode<void (*)(ImageObjectPosition&)> backGroundPositionOperators[] = { in ParseImageObjectPosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_panel.cpp | 24 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() 70 const LinearMapNode<void (*)(const std::string&, DOMPanel&)> specialAttrSetters[] = { in SetSpecializedAttr() 90 const LinearMapNode<PanelMode> modeTable[] = { in SetSpecializedAttr() 100 const LinearMapNode<PanelType> typeTable[] = { in SetSpecializedAttr()
|
H A D | dom_toggle.cpp | 55 static const LinearMapNode<void (*)(DOMToggle&, const std::string&)> toggleAttrOperators[] = { in SetSpecializedAttr() 74 const static LinearMapNode<void (*)(DOMToggle&, const std::string&)> toggleStyleOperators[] = { in SetSpecializedStyle() 130 static const LinearMapNode<void (*)(DOMToggle&, const EventMarker&)> toggleEventOperators[] = { in AddSpecializedEvent()
|
H A D | dom_image.cpp | 25 static const LinearMapNode<ImageFit> imageFitMap[] = { in ConvertStrToFit() 78 static const LinearMapNode<void (*)(const std::string&, DOMImage&)> imageStylesOperators[] = { in SetSpecializedStyle()
|
H A D | dom_marquee.cpp | 64 static const LinearMapNode<void (*)(MarqueeComponent&, const std::string&)> attrOperators[] = { in SetSpecializedAttr() 86 …static const LinearMapNode<void (*)(TextStyle&, const std::string&, const DOMMarquee&)> textStyleO… in SetSpecializedStyle()
|
H A D | dom_tool_bar_item.cpp | 88 static const LinearMapNode<void (*)(DOMToolBarItem&, const std::string&)> attrOperators[] = { in SetSpecializedAttr() 105 static const LinearMapNode<void (*)(DOMToolBarItem&, const std::string&)> styleOperators[] = { in SetSpecializedStyle() 149 …static const LinearMapNode<void (*)(DOMToolBarItem&, const EventMarker&)> toolBarItemEventOperator… in AddSpecializedEvent()
|
H A D | dom_navigation_bar.cpp | 124 …static const LinearMapNode<void (*)(const std::string&, const RefPtr<NavigationBarData>&)> attrOpe… in SetSpecializedAttr() 162 …static const LinearMapNode<void (*)(const std::string&, const DomNavigationBar&)> navigationBarSty… in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_blend.cpp | 66 static const LinearMapNode<void (*)(const std::string&, SvgFeBlendAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr() 69 static const LinearMapNode<SvgFeInType> IN_TABLE[] = { in ParseAndSetSpecializedAttr() 86 static const LinearMapNode<SvgFeBlendMode> EDGE_MODE_TABLE[] = { in ParseAndSetSpecializedAttr()
|
H A D | svg_fe_composite.cpp | 27 static const LinearMapNode<SvgFeInType> IN_TABLE[] = { in ConvertStrToSvgFeInType() 45 static const LinearMapNode<SvgFeOperatorType> FE_OPERATOR_TABLE[] = { in ConvertStrToSvgFeOperatorType() 117 static const LinearMapNode<void (*)(const std::string&, SvgFeCompositeAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()
|
H A D | svg_fe.cpp | 26 static const LinearMapNode<void (*)(const std::string&, SvgFeCommonAttribute&)> FE_ATTRS[] = { 29 … static const LinearMapNode<SvgColorInterpolationType> COLOR_INTERPOLATION_TYPE_TABLE[] = { in __anon17f12f840202() 46 static const LinearMapNode<SvgFeInType> IN_TABLE[] = { in __anon17f12f840402()
|
H A D | svg_fe_gaussian_blur.cpp | 47 … static const LinearMapNode<void (*)(const std::string&, SvgFeGaussianBlurAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr() 49 static const LinearMapNode<SvgFeEdgeMode> EDGE_MODE_TABLE[] = { in ParseAndSetSpecializedAttr()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/ |
H A D | rich_text_declaration.cpp | 32 …static const LinearMapNode<void (*)(RichTextDeclaration&, const std::string&)> richTextAttrOperato… in SetSpecializedAttr() 47 …static const LinearMapNode<void (*)(RichTextDeclaration&, const EventMarker&)> eventOperators[] = { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/ |
H A D | xcomponent_declaration.cpp | 31 …static const LinearMapNode<void (*)(XComponentDeclaration&, const std::string&)> xComponentAttrOpe… in SetSpecializedAttr() 64 …static const LinearMapNode<void (*)(XComponentDeclaration&, const EventMarker&)> eventOperators[] … in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/ |
H A D | qrcode_declaration.cpp | 47 …static const LinearMapNode<void (*)(QrcodeDeclaration&, const std::string&)> qrcodeAttrOperators[]… in SetSpecializedAttr() 65 … const static LinearMapNode<void (*)(QrcodeDeclaration&, const std::string&)> qrcodeOperators[] = { in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_blend_declaration.h | 46 static const LinearMapNode<FeInType> IN_TABLE[] = { in SetIn2() 65 static const LinearMapNode<FeBlendMode> EDGE_MODE_TABLE[] = { in SetBlendMode()
|
H A D | svg_fe_composite_declaration.h | 76 static const LinearMapNode<FeInType> IN_TABLE[] = { in SetIn2() 95 static const LinearMapNode<FeOperatorType> FE_OPERATOR_TABLE[] = { in SetOperatorType()
|
H A D | svg_fe_declaration.h | 125 static const LinearMapNode<FeInType> IN_TABLE[] = { in SetIn() 150 static const LinearMapNode<ColorInterpolationType> COLOR_INTERPOLATION_TYPE_TABLE[] = { in SetColorInterpolationType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/ |
H A D | web_declaration.cpp | 33 static const LinearMapNode<void (*)(WebDeclaration&, const std::string&)> webAttrOperators[] = { in SetSpecializedAttr() 46 static const LinearMapNode<void (*)(WebDeclaration&, const EventMarker&)> eventOperators[] = { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/ |
H A D | badge_declaration.cpp | 51 …static const LinearMapNode<void (*)(BadgeDeclaration&, const std::string&)> badgeAttrOperators[] =… in SetSpecializedAttr() 80 const static LinearMapNode<void (*)(BadgeDeclaration&, const std::string&)> badgeOperators[] = { in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_chart_bridge.cpp | 50 … static const LinearMapNode<void (*)(const std::string&, AxisOption&)> chartOptionsAxisMap[] = { in GetAttrOptionsAxis() 92 … static const LinearMapNode<void (*)(const std::string&, PointInfo&)> chartOptionsPointMap[] = { in GetAttrOptionsSeriesPoint() 145 …static const LinearMapNode<void (*)(const std::string&, ChartOptions&)> chartOptionsSeriesLineStyl… in GetChartAttrOptionsSeriesLineStyle() 189 …static const LinearMapNode<void (*)(const std::string&, ChartOptions&)> chartOptionsSeriesLoopMap[… in GetChartAttrOptionsSeriesLoop() 229 static const LinearMapNode<void (*)( in GetChartAttrOptionsSeries() 492 static const LinearMapNode<void (*)( in GetAttrOptionsObject()
|
H A D | jsi_group_js_bridge.h | 136 static const LinearMapNode<void (*)(const char*, RequestData&)> fetchRequestDataMap1[]; 137 static const LinearMapNode<void (*)(shared_ptr<JsRuntime>,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_group_js_bridge.h | 134 static const LinearMapNode<void (*)(const char*, RequestData&)> fetchRequestDataMap1[]; 135 static const LinearMapNode<void (*)(shared_ptr<JsRuntime>,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
H A D | span_declaration.cpp | 46 …static const LinearMapNode<void (*)(const std::string&, SpanDeclaration&)> spanStyleOperators[] = { in SetSpecializedAttr() 61 …static const LinearMapNode<void (*)(const std::string&, SpanDeclaration&)> spanStyleOperators[] = { in SetSpecializedStyle()
|