Searched refs:fullnameVec (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/ports/skia_ohos/ |
H A D | SkFontMgr_ohos.cpp | 464 * \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 D | SkFontMgr_ohos.h | 27 int GetFontFullName(int fontFd, std::vector<SkByteArray> &fullnameVec) override;
|
/third_party/skia/include/core/ |
H A D | SkFontMgr.h | 174 virtual int GetFontFullName(int fontFd, std::vector<SkByteArray> &fullnameVec) in GetFontFullName() argument
|
Completed in 3 milliseconds