/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | drawing_painter_impl_test.cpp | 86 std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromText(str.c_str(), str.length(), font); variable 105 std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromText(str.c_str(), str.length(), font); variable 209 std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromText(str.c_str(), str.length(), font); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_blob.cpp | 80 std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromText(text, in OH_Drawing_TextBlobCreateFromText() local 113 std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromPosText(text, byteLength, in OH_Drawing_TextBlobCreateFromPosText() local 137 std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromString(str, in OH_Drawing_TextBlobCreateFromString() local 199 std::shared_ptr<TextBlob> textBlob = textBlobBuilder->Make(); in OH_Drawing_TextBlobBuilderMake() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/ |
H A D | js_text_blob.h | 28 explicit JsTextBlob(napi_env env, std::shared_ptr<TextBlob> textBlob) : m_textBlob(textBlob) {} in JsTextBlob()
|
H A D | js_text_blob.cpp | 143 std::shared_ptr<TextBlob> textBlob = textBlobBuilder->Make(); in MakeFromRunBuffer() local 219 …std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromText(buffer, CHAR16_SIZE * len, *font, Text… in MakeFromString() local 281 std::shared_ptr<TextBlob> textBlob = in getJsTextBlob() local 358 napi_value JsTextBlob::CreateJsTextBlob(napi_env env, const std::shared_ptr<TextBlob> textBlob) in CreateJsTextBlob()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_text_blob.cpp | 26 void TexgineTextBlob::SetTextBlob(const std::shared_ptr<RSTextBlob> textBlob) in SetTextBlob()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_static_factory_test.cpp | 190 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); variable 207 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); variable
|
H A D | skia_canvas_test.cpp | 922 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndktextblob_fuzzer/ |
H A D | ndktextblob_fuzzer.cpp | 51 OH_Drawing_TextBlob* textBlob = OH_Drawing_TextBlobBuilderMake(textBlobBuilder); in NativeDrawingTextBlobTest001() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_canvas_test.cpp | 1050 OH_Drawing_TextBlob *textBlob = OH_Drawing_TextBlobBuilderMake(builder); variable 1079 OH_Drawing_TextBlob *textBlob = OH_Drawing_TextBlobCreateFromString(str, variable 1140 OH_Drawing_TextBlob *textBlob = OH_Drawing_TextBlobCreateFromText(str, strlen(str), variable 1191 OH_Drawing_TextBlob *textBlob = OH_Drawing_TextBlobCreateFromPosText(str, count, &pts[0], variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 172 …std::shared_ptr<Drawing::TextBlob> textBlob = Drawing::TextBlob::MakeFromString(info.c_str(), font… in DrawCurrentRefreshRate() local 222 std::shared_ptr<Drawing::TextBlob> textBlob = in DrawDirtyRectForDFX() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_extended_modifier_test.cpp | 177 std::shared_ptr<Drawing::TextBlob> textBlob = variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_marshalling_test.cpp | 160 std::shared_ptr<Drawing::TextBlob> textBlob; variable
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compile_progress.cpp | 215 …std::shared_ptr<Rosen::Drawing::TextBlob> textBlob = Rosen::Drawing::TextBlob::MakeFromString(info… in DrawCompileProgress() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 653 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); variable 812 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
H A D | canvas_fuzzer.cpp | 64 …OH_Drawing_TextBlob* textBlob = OH_Drawing_TextBlobCreateFromString("fuzztest", font, TEXT_ENCODIN… in CanvasFuzzTest009() local
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 706 …std::shared_ptr<Rosen::Drawing::TextBlob> textBlob = Rosen::Drawing::TextBlob::MakeFromString(text… in DrawRectItem() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 355 std::shared_ptr<TextBlob> textBlob = textBlobBuilder.Make(); in DrawSingleCharacter() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list_helper.cpp | 414 OpDataHandle CmdListHelper::AddTextBlobToCmdList(CmdList& cmdList, const TextBlob* textBlob, void* … in AddTextBlobToCmdList()
|
H A D | draw_cmd.cpp | 1378 DrawCmdList& cmdList, const TextBlob* textBlob, scalar x, scalar y, Paint& p) in GenerateCachedOpItem()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1173 std::shared_ptr<Drawing::TextBlob> textBlob = in DrawRectForDfx() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 871 OpDataHandle textBlob; member
|