H A D | DrawingNativeFontTest.cpp | 706 uint16_t glyphs[50] = {0}; // 50 means glyphs array number in HWTEST_F() local 709 OH_Drawing_FontTextToGlyphs(font, str, strlen(str), encode, glyphs, count); in HWTEST_F() 712 OH_Drawing_FontTextToGlyphs(font, str, 11.0f, TEXT_ENCODING_UTF8, glyphs, 11.0f); in HWTEST_F() 729 uint16_t glyphs[50] = {0}; // 50 means glyphs array number in HWTEST_F() local 733 OH_Drawing_FontTextToGlyphs(nullptr, str, strlen(str), TEXT_ENCODING_UTF8, glyphs, count); in HWTEST_F() 737 OH_Drawing_FontTextToGlyphs(font, nullptr, strlen(str), TEXT_ENCODING_UTF8, glyphs, count); in HWTEST_F() 741 OH_Drawing_FontTextToGlyphs(font, str, 0, TEXT_ENCODING_UTF8, glyphs, count); in HWTEST_F() 749 OH_Drawing_FontTextToGlyphs(font, str, strlen(str), TEXT_ENCODING_UTF8, glyphs, in HWTEST_F() 773 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local 794 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local 817 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local 843 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local 865 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local 905 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local 929 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local 960 uint16_t glyphs[50] = {0}; // 50 means glyphs array number HWTEST_F() local [all...] |