Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DSkFontMgr_ohos.cpp464 * \param fullnameVec Read the font fullname list
465 * \return Returns Whether the fullnameVec was successfully obtained, 0 means success, see FontCheckCode for details
467 int SkFontMgr_OHOS::GetFontFullName(int fontFd, std::vector<SkByteArray> &fullnameVec) in GetFontFullName() argument
491 fullnameVec.push_back(std::move(skFullName)); in GetFontFullName()
494 SkDebugf("GetFontFullName end, errorCode:%d, numFaces:%d, size:%zu", errorCode, numFaces, fullnameVec.size()); in GetFontFullName()
H A DSkFontMgr_ohos.h27 int GetFontFullName(int fontFd, std::vector<SkByteArray> &fullnameVec) override;
/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