Home
last modified time | relevance | path

Searched refs:RESIZE_ASPECT_TOP_LEFT (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_gravity_demo.cpp45 RS_GRAVITY_CASE_STR(Gravity::RESIZE_ASPECT_TOP_LEFT); in GravityString()
86 … Gravity::RESIZE_ASPECT_TOP_LEFT, Gravity::RESIZE_ASPECT_BOTTOM_RIGHT, Gravity::RESIZE_ASPECT_FILL, in RsSurfaceNodeGravityTestDemo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h47 RESIZE_ASPECT_TOP_LEFT, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp597 …ASSERT_FALSE(rsPropertyDrawableUtilsTest->GetGravityMatrix(Gravity::RESIZE_ASPECT_TOP_LEFT, rect, …
598 …ASSERT_TRUE(rsPropertyDrawableUtilsTest->GetGravityMatrix(Gravity::RESIZE_ASPECT_TOP_LEFT, rect, 2…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp121 …EXPECT_TRUE(RSPropertiesPainter::GetGravityMatrix(Gravity::RESIZE_ASPECT_TOP_LEFT, rect, w, h, mat…
122 …EXPECT_FALSE(RSPropertiesPainter::GetGravityMatrix(Gravity::RESIZE_ASPECT_TOP_LEFT, rect, w, 0.f, …
123 …EXPECT_FALSE(RSPropertiesPainter::GetGravityMatrix(Gravity::RESIZE_ASPECT_TOP_LEFT, rect, 0.f, 0.f…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1248 case Gravity::RESIZE_ASPECT_TOP_LEFT: { in GetGravityMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1199 Gravity::RESIZE_ASPECT_TOP_LEFT, in GetSurfaceTransformMatrixForRotationFixed()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1289 static_cast<T>(Gravity::RESIZE_ASPECT_TOP_LEFT))); in CreateJsSessionGravity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp155 case Gravity::RESIZE_ASPECT_TOP_LEFT: { in GetGravityMatrix()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp134 { RenderFit::RESIZE_CONTAIN_TOP_LEFT, Rosen::Gravity::RESIZE_ASPECT_TOP_LEFT }, in GetRosenGravity()