Home
last modified time | relevance | path

Searched defs:textBlob (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Ddrawing_painter_impl_test.cpp86 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 Ddrawing_text_blob.cpp80 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 Djs_text_blob.h28 explicit JsTextBlob(napi_env env, std::shared_ptr<TextBlob> textBlob) : m_textBlob(textBlob) {} in JsTextBlob()
H A Djs_text_blob.cpp143 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 Dtexgine_text_blob.cpp26 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 Dskia_static_factory_test.cpp190 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); variable
207 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); variable
H A Dskia_canvas_test.cpp922 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 Dndktextblob_fuzzer.cpp51 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 Ddrawing_canvas_test.cpp1050 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 Drs_dirty_rects_dfx.cpp172 …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 Drs_extended_modifier_test.cpp177 std::shared_ptr<Drawing::TextBlob> textBlob = variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp160 std::shared_ptr<Drawing::TextBlob> textBlob; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp215 …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 Ddraw_cmd_test.cpp653 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 Dcanvas_fuzzer.cpp64 …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 Dtouch_drawing_manager.cpp706 …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 Dcore_canvas.cpp355 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 Dcmd_list_helper.cpp414 OpDataHandle CmdListHelper::AddTextBlobToCmdList(CmdList& cmdList, const TextBlob* textBlob, void* … in AddTextBlobToCmdList()
H A Ddraw_cmd.cpp1378 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 Drs_uni_render_util.cpp1173 std::shared_ptr<Drawing::TextBlob> textBlob = in DrawRectForDfx() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h871 OpDataHandle textBlob; member