Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DSkFontMgr_ohos.h27 int GetFontFullName(int fontFd, std::vector<SkByteArray> &fullnameVec) override;
H A DSkFontMgr_ohos.cpp463 * \param fontFd The file descriptor for the font file
467 int SkFontMgr_OHOS::GetFontFullName(int fontFd, std::vector<SkByteArray> &fullnameVec) in GetFontFullName() argument
469 std::unique_ptr<SkMemoryStream> stream = std::make_unique<SkMemoryStream>(SkData::MakeFromFD(fontFd)); in GetFontFullName()
/third_party/skia/include/core/
H A DSkFontMgr.h174 virtual int GetFontFullName(int fontFd, std::vector<SkByteArray> &fullnameVec) in GetFontFullName() argument

Completed in 2 milliseconds