Home
last modified time | relevance | path

Searched refs:Bounds (Results 1 – 21 of 21) sorted by relevance

/ohos5.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()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h179 struct Bounds { in CORE3D_BEGIN_NAMESPACE() struct
184 static_assert(sizeof(Bounds) == (sizeof(float) * 6)); in CORE3D_BEGIN_NAMESPACE()
185 BASE_NS::vector<Bounds> jointBoundsData_; in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp2119 …constexpr const Bounds minMax = { { floatMax, floatMax, floatMax }, { floatMin, floatMin, floatMin… in CalculateJointBounds()
/ohos5.0/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;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/
H A Dtext_blob_fuzzer.cpp39 textblob->Bounds(); in TextBlobFuzzTest()
/ohos5.0/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 in Bounds() function in OHOS::Rosen::TextBlobImplTest
177 EXPECT_TRUE(blobText2.Bounds());
H A Drs_listened_canvas_test.cpp86 std::shared_ptr<Drawing::Rect> Bounds() const override in Bounds() function in OHOS::Rosen::TextBlobImplTest
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/
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()
H A Djs_text_blob.h38 static napi_value Bounds(napi_env env, napi_callback_info info);
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtext_blob.h75 std::shared_ptr<Rect> Bounds() const;
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1283 auto bounds = textBlob_->Bounds(); in Playback()
1305 auto textBlobBounds = textBlob_->Bounds(); in GetOffScreenSurfaceAndCanvas()
1345 canvas->DrawImage(*image, x_ + textBlob_->Bounds()->GetLeft(), in DrawHighContrastEnabled()
1346 y_ + textBlob_->Bounds()->GetTop(), sampling); in DrawHighContrastEnabled()
1385 auto bounds = textBlob->Bounds(); in GenerateCachedOpItem()
1440 auto bounds = textBlob_->Bounds(); in GenerateCachedOpItem()
1500 auto bounds = textBlob_->Bounds(); in GenerateCachedOpItem()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp224 float scalarY = TEXT_BLOB_OFFSET + textBlob->Bounds()->GetHeight() / NUMBER_TWO; in DrawCompileProgress()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifiers_def.in19 DECLARE_ANIMATABLE_MODIFIER(Bounds, Vector4f, BOUNDS, Replace, Geometry, LAYOUT)
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DDisplayComposerType.idl432 struct IRect rect; /**< Bounds of a rectangle */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/
H A DDisplayComposerType.idl432 struct IRect rect; /**< Bounds of a rectangle */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/
H A DDisplayComposerType.idl432 struct IRect rect; /**< Bounds of a rectangle */
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md1551 | [common2D.Rect](js-apis-graphics-common2D.md#rect) | Bounds of the cropping region.|