Searched refs:GetFallbackFont (Results 1 – 3 of 3) sorted by relevance
191 std::shared_ptr<Font> fallbackFont = GetFallbackFont(unicode); in MeasureSingleCharacter()200 std::shared_ptr<Font> Font::GetFallbackFont(int32_t unicode) const in GetFallbackFont() function in OHOS::Rosen::Drawing::Font
248 std::shared_ptr<Font> GetFallbackFont(int32_t unicode) const;
362 std::shared_ptr<Font> fallbackFont = font.GetFallbackFont(unicode); in DrawSingleCharacter()