/ohos5.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()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.h | 179 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 D | mesh_builder.cpp | 2119 …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 D | text_blob_impl.h | 32 virtual std::shared_ptr<Rect> Bounds() const = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/ |
H A D | text_blob_fuzzer.cpp | 39 textblob->Bounds(); in TextBlobFuzzTest()
|
/ohos5.0/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 in Bounds() function in OHOS::Rosen::TextBlobImplTest 177 EXPECT_TRUE(blobText2.Bounds());
|
H A D | rs_listened_canvas_test.cpp | 86 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 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()
|
H A D | js_text_blob.h | 38 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 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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | text_blob.h | 75 std::shared_ptr<Rect> Bounds() const;
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 1283 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 D | rs_cpu_overdraw_canvas_listener.cpp | 155 auto rect = blob->Bounds(); in DrawTextBlob()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compile_progress.cpp | 224 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 D | rs_modifiers_def.in | 19 DECLARE_ANIMATABLE_MODIFIER(Bounds, Vector4f, BOUNDS, Replace, Geometry, LAYOUT)
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 432 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 D | DisplayComposerType.idl | 432 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 D | DisplayComposerType.idl | 432 struct IRect rect; /**< Bounds of a rectangle */
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 1551 | [common2D.Rect](js-apis-graphics-common2D.md#rect) | Bounds of the cropping region.|
|