Home
last modified time | relevance | path

Searched refs:fontFd (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_bitmap.cpp89 int32_t fontFd = open(path, O_RDONLY | O_BINARY); in SetFontPath() local
91 int32_t fontFd = open(path, O_RDONLY); in SetFontPath() local
93 if (fontFd < 0) { in SetFontPath()
98 int32_t ret = dynamicFont_.SetFile(path, fontFd, offset_, GlyphCacheType::CACHE_TYPE_DYNAMIC); in SetFontPath()
101 close(fontFd); in SetFontPath()
104 dynamicFontFd_.PushBack(fontFd); in SetFontPath()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont_mgr.cpp113 int FontMgr::GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) in GetFontFullName() argument
118 return fontMgrImpl_->GetFontFullName(fontFd, fullnameVec); in GetFontFullName()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_mgr_impl.h48 virtual int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_mgr.h135 * @param fontFd The file descriptor for the font file
140 int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font_mgr.h58 int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) override;
H A Dskia_font_mgr.cpp285 int SkiaFontMgr::GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) in GetFontFullName() argument
291 int ret = skFontMgr_->GetFontFullName(fontFd, skFullnameVec); in GetFontFullName()

Completed in 3 milliseconds