Home
last modified time | relevance | path

Searched refs:ATTR_NAME_FONT_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp36 …{ ATTR_NAME_FONT_SIZE, [](RenderSvgBase& base) -> Dimension { return base.GetTextStyle().GetFontSi… in __anond65099550502()
584 } else if (attrName == ATTR_NAME_FONT_SIZE) { in SetPresentationProperty()
633 } else if (attrName == ATTR_NAME_FONT_SIZE) { in IsSelfValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h34 const char ATTR_NAME_FONT_SIZE[] = "font-size"; variable