Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.h55 void GetSubFont(const char *font, const uint8_t index, char *&subFont) const;
H A Dcanvas_component.cpp540 component->GetSubFont(component->fontValue_, index, mallocSubFont); in FontSetter()
2178 void CanvasComponent::GetSubFont(const char *font, const uint8_t index, char *&subFont) const in GetSubFont() function in OHOS::ACELite::CanvasComponent