Searched refs:fontFd (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_bitmap.cpp | 89 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 D | font_mgr.cpp | 113 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 D | font_mgr_impl.h | 48 virtual int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | font_mgr.h | 135 * @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 D | skia_font_mgr.h | 58 int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) override;
|
H A D | skia_font_mgr.cpp | 285 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