Home
last modified time | relevance | path

Searched defs:Bounds (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h179 struct Bounds { in CORE3D_BEGIN_NAMESPACE() struct
180 BASE_NS::Math::Vec3 min; in CORE3D_BEGIN_NAMESPACE()
181 BASE_NS::Math::Vec3 max; in CORE3D_BEGIN_NAMESPACE()
/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
/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
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/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
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/interfaces/kits/napi/graphic/drawing/text_blob_napi/
H A Djs_text_blob.cpp375 napi_value JsTextBlob::Bounds(napi_env env, napi_callback_info info) in Bounds() function in OHOS::Rosen::Drawing::JsTextBlob