| /foundation/graphic/graphic_2d/frameworks/text/test/unittest/hm_symbol/ |
| D | hm_symbol_run_test.cpp | 56 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 79 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 104 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 143 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 177 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 212 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 235 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 259 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 281 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable 330 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable [all …]
|
| D | hm_symbol_txt_test.cpp | 120 …auto textblob = Drawing::TextBlob::MakeFromText(str, strlen(str), font, Drawing::TextEncoding::UTF… variable
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| D | skia_text_blob_test.cpp | 54 auto textblob = SkiaTextBlob::MakeFromText(str, strlen(str), font, TextEncoding::UTF8); variable 70 … auto textblob = SkiaTextBlob::MakeFromRSXform(str, strlen(str), xform, font, TextEncoding::UTF8); variable 88 auto textblob = SkiaTextBlob::MakeFromPosText(str, strlen(str), pos, font, TextEncoding::UTF8); variable 103 auto textblob = SkiaTextBlob::MakeFromText(str, strlen(str), font, TextEncoding::UTF8); variable
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
| D | draw_textblob_test.cpp | 24 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("Hello", in OnTestFunction() local 86 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("Hello", in OnTestPerformance() local
|
| /foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_perform_feature/hybrid_render/ |
| D | hybrid_render_test.cpp | 71 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("HybridRender", in GRAPHIC_TEST() local 100 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("HybridRender", in GRAPHIC_TEST() local 130 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("Hello\nHybridRender", in GRAPHIC_TEST() local 167 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("HybridRender", in GRAPHIC_TEST() local 205 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("HybridRender", in GRAPHIC_TEST() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| D | drawing_text_blob.cpp | 167 TextBlob* textblob = CastToTextBlob(cTextBlob); in OH_Drawing_TextBlobGetBounds() local 186 const TextBlob* textblob = CastToTextBlob(cTextBlob); in OH_Drawing_TextBlobUniqueID() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/ |
| D | text_blob_fuzzer.cpp | 53 auto textblob = TextBlob::MakeFromText(text, count - 1, font, TextEncoding::UTF8); in TextBlobFuzzTest001() local
|
| /foundation/graphic/graphic_2d/frameworks/text/test/fuzztest/hm_symbol/hmsymbolrun_fuzzer/ |
| D | hm_symbol_run_fuzzer.cpp | 57 …auto textblob = Drawing::TextBlob::MakeFromText(str3, strlen(str3), font, Drawing::TextEncoding::U… in DrawSymbolFuzzTest() local
|
| /foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_func_feature/component_capture/ |
| D | demo.cpp | 144 std::shared_ptr<Drawing::TextBlob> textblob = Drawing::TextBlob::MakeFromString("Hello World", in GRAPHIC_N_TEST() local
|