/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | text_blob_impl.h | 32 virtual std::shared_ptr<Rect> Bounds() const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | text_blob.cpp | 90 std::shared_ptr<Rect> TextBlob::Bounds() const in Bounds() function in OHOS::Rosen::Drawing::TextBlob 93 return textBlobImpl_->Bounds(); in Bounds()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.h | 179 struct Bounds { struct in final 183 // Bounds for each joint is 6 floats (3 min & 3 max). 184 static_assert(sizeof(Bounds) == (sizeof(float) * 6)); 185 BASE_NS::vector<Bounds> jointBoundsData_;
|
H A D | mesh_builder.cpp | 2117 constexpr const Bounds minMax = { { floatMax, floatMax, floatMax }, { floatMin, floatMin, floatMin } }; in CalculateJointBounds()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/ |
H A D | js_text_blob.h | 38 static napi_value Bounds(napi_env env, napi_callback_info info);
|
H A D | js_text_blob.cpp | 33 DECLARE_NAPI_FUNCTION("bounds", JsTextBlob::Bounds), in Init() 375 napi_value JsTextBlob::Bounds(napi_env env, napi_callback_info info) in Bounds() function in OHOS::Rosen::Drawing::JsTextBlob 387 std::shared_ptr<Rect> rect = m_textBlob->Bounds(); in OnBounds()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_text_blob.h | 59 std::shared_ptr<Rect> Bounds() const override;
|
H A D | skia_text_blob.cpp | 233 std::shared_ptr<Rect> SkiaTextBlob::Bounds() const in Bounds() function in OHOS::Rosen::Drawing::SkiaTextBlob
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | text_blob.h | 75 std::shared_ptr<Rect> Bounds() const;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/ |
H A D | rs_cpu_overdraw_canvas_listener_test.cpp | 69 std::shared_ptr<Drawing::Rect> Bounds() const override 177 EXPECT_TRUE(blobText2.Bounds()); in HWTEST_F()
|
H A D | rs_listened_canvas_test.cpp | 86 std::shared_ptr<Drawing::Rect> Bounds() const override
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compile_progress.cpp | 220 float scalarX = windowWidth_ * scale - textBlob->Bounds()->GetWidth() / NUMBER_TWO; in DrawCompileProgress() 221 float scalarY = TEXT_BLOB_OFFSET + textBlob->Bounds()->GetHeight() / NUMBER_TWO; in DrawCompileProgress()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_blob.cpp | 159 std::shared_ptr<Rect> rect = textblob->Bounds(); in OH_Drawing_TextBlobGetBounds()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/ |
H A D | text_blob_fuzzer.cpp | 45 textblob->Bounds(); in TextBlobFuzzTest001()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_cpu_overdraw_canvas_listener.cpp | 155 auto rect = blob->Bounds(); in DrawTextBlob()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 1582 auto bounds = textBlob_->Bounds(); in Playback() 1604 auto textBlobBounds = textBlob_->Bounds(); in GetOffScreenSurfaceAndCanvas() 1644 canvas->DrawImage(*image, x_ + textBlob_->Bounds()->GetLeft(), in DrawHighContrastEnabled() 1645 y_ + textBlob_->Bounds()->GetTop(), sampling); in DrawHighContrastEnabled() 1684 auto bounds = textBlob->Bounds(); in GenerateCachedOpItem() 1739 auto bounds = textBlob_->Bounds(); in GenerateCachedOpItem() 1799 auto bounds = textBlob_->Bounds(); in GenerateCachedOpItem() 1851 auto bounds = textBlob_->Bounds(); in DumpItems() 1853 out += " Bounds"; in DumpItems()
|