/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/ |
H A D | casefactory.ts | 24 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 D | draw_textblob_test.cpp | 24 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 D | skia_static_factory_test.cpp | 190 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8); 207 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8);
|
H A D | skia_canvas_test.cpp | 922 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/ |
H A D | js_text_blob.h | 36 static napi_value MakeFromString(napi_env env, napi_callback_info info);
|
H A D | js_text_blob.cpp | 34 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 D | text_blob.cpp | 41 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 D | text_blob.h | 41 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 D | rs_extended_modifier_test.cpp | 178 Drawing::TextBlob::MakeFromString("hello", font, Drawing::TextEncoding::UTF8);
|
/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() 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 D | textblobtest.ts | 63 export class MakeFromString extends TestBase {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_blob.cpp | 137 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 D | render_service_client_ui_capture_demo.cpp | 166 std::shared_ptr<TextBlob> scaleInfoTextBlob = TextBlob::MakeFromString(scaleInfo.c_str(), in DrawSurfaceNode()
|
/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()
|
/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); 812 auto textBlob = TextBlob::MakeFromString("11", font, TextEncoding::UTF8);
|
/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 696 auto blob = Drawing::TextBlob::MakeFromString(text, font);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1174 … Drawing::TextBlob::MakeFromString(position.c_str(), Drawing::Font(typeFace, 24.0f, 1.0f, 0.0f)); in DrawRectForDfx()
|