Home
last modified time | relevance | path

Searched refs:FontByteArray (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_mgr.h36 struct FontByteArray { struct
38 FontByteArray(std::unique_ptr<uint8_t[]> data, uint32_t dataLen) in FontByteArray() function
140 int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_mgr_impl.h27 struct FontByteArray;
48 virtual int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) = 0;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dfont_mgr_test.cpp165 std::vector<FontByteArray> fullnameVec; in HWTEST_F()
187 std::vector<FontByteArray> fullnameVec; in HWTEST_F()
209 std::vector<FontByteArray> fullnameVec; in HWTEST_F()
231 std::vector<FontByteArray> fullnameVec; in HWTEST_F()
250 std::vector<FontByteArray> fullnameVec; in HWTEST_F()
269 std::vector<FontByteArray> fullnameVec; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font_mgr.cpp60 bool ConvertToUTF16BE(uint8_t* data, uint32_t dataLen, FontByteArray& fullname) in ConvertToUTF16BE()
285 int SkiaFontMgr::GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) in GetFontFullName()
296 FontByteArray newFullname = {nullptr, 0}; in GetFontFullName()
H A Dskia_font_mgr.h58 int GetFontFullName(int fontFd, std::vector<FontByteArray>& fullnameVec) override;
/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()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
H A Dfontmgr_fuzzer.cpp352 std::vector<FontByteArray> fullnameVec; in FontMgrFuzzTest009()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp110 std::vector<Drawing::FontByteArray> fullNameVec; in ProcessInstalledFontPath()

Completed in 5 milliseconds