Home
last modified time | relevance | path

Searched refs:MakeFromString (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dcasefactory.ts24 import { MakeFromRunBuffer, MakeFromString, TextBlobBounds, MakeFromPosText, MakeUniqueId} from '..…
59 …['textblob_createfrom_string', () => { return new MakeFromString(StyleType.DRAW_STYLE_COMPLEX); }],
91 …['textblob_createfrom_string', () => { return new MakeFromString(StyleType.DRAW_STYLE_COMPLEX); }],
129 …['textblob_createfrom_string', () => { return new MakeFromString(StyleType.DRAW_STYLE_COMPLEX); }]…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Ddraw_textblob_test.cpp24 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("Hello", in OnTestFunction()
86 std::shared_ptr<TextBlob> textblob = TextBlob::MakeFromString("Hello", in OnTestPerformance()
/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);
207 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8);
H A Dskia_canvas_test.cpp922 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/
H A Djs_text_blob.h36 static napi_value MakeFromString(napi_env env, napi_callback_info info);
H A Djs_text_blob.cpp34 DECLARE_NAPI_STATIC_FUNCTION("makeFromString", JsTextBlob::MakeFromString), in Init()
195 napi_value JsTextBlob::MakeFromString(napi_env env, napi_callback_info info) in MakeFromString() function in OHOS::Rosen::Drawing::JsTextBlob
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtext_blob.cpp41 std::shared_ptr<TextBlob> TextBlob::MakeFromString(const char* str, const Font& font, TextEncoding … in MakeFromString() function in OHOS::Rosen::Drawing::TextBlob
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtext_blob.h41 static std::shared_ptr<TextBlob> MakeFromString(const char* str,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_extended_modifier_test.cpp178 Drawing::TextBlob::MakeFromString("hello", font, Drawing::TextEncoding::UTF8);
/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()
223 …Drawing::TextBlob::MakeFromString(position.c_str(), Drawing::Font(nullptr, DFXFontSize, 1.0f, 0.0f… in DrawDirtyRectForDFX()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/
H A Dtextblobtest.ts63 export class MakeFromString extends TestBase {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_blob.cpp137 std::shared_ptr<TextBlob> textBlob = TextBlob::MakeFromString(str, in OH_Drawing_TextBlobCreateFromString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_ui_capture_demo.cpp166 std::shared_ptr<TextBlob> scaleInfoTextBlob = TextBlob::MakeFromString(scaleInfo.c_str(), in DrawSurfaceNode()
/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()
/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);
812 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8);
/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp696 auto blob = Drawing::TextBlob::MakeFromString(text, font);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1174 … Drawing::TextBlob::MakeFromString(position.c_str(), Drawing::Font(typeFace, 24.0f, 1.0f, 0.0f)); in DrawRectForDfx()