Home
last modified time | relevance | path

Searched refs:Bounds (Results 1 - 16 of 16) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dtext_blob_impl.h32 virtual std::shared_ptr<Rect> Bounds() const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtext_blob.cpp90 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 Dmesh_builder.h179 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 Dmesh_builder.cpp2117 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 Djs_text_blob.h38 static napi_value Bounds(napi_env env, napi_callback_info info);
H A Djs_text_blob.cpp33 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 Dskia_text_blob.h59 std::shared_ptr<Rect> Bounds() const override;
H A Dskia_text_blob.cpp233 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 Dtext_blob.h75 std::shared_ptr<Rect> Bounds() const;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_cpu_overdraw_canvas_listener_test.cpp69 std::shared_ptr<Drawing::Rect> Bounds() const override
177 EXPECT_TRUE(blobText2.Bounds()); in HWTEST_F()
H A Drs_listened_canvas_test.cpp86 std::shared_ptr<Drawing::Rect> Bounds() const override
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp220 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 Ddrawing_text_blob.cpp159 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 Dtext_blob_fuzzer.cpp45 textblob->Bounds(); in TextBlobFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_cpu_overdraw_canvas_listener.cpp155 auto rect = blob->Bounds(); in DrawTextBlob()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1582 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()

Completed in 15 milliseconds