/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_kawase_blur_shader_filter_test.cpp | 142 auto height = std::max(static_cast<int>(std::ceil(dst_.GetHeight())), imageBlur->GetHeight());
in HWTEST_F() local 162 auto height = std::max(static_cast<int>(std::ceil(dst_.GetHeight())), imageBlur->GetHeight());
in HWTEST_F() local 182 auto height = std::max(static_cast<int>(std::ceil(dst_.GetHeight())), imageBlur->GetHeight());
in HWTEST_F() local 203 auto height = std::max(static_cast<int>(std::ceil(dst_.GetHeight())), imageBlur->GetHeight());
in HWTEST_F() local [all...] |
H A D | ge_mesa_blur_shader_filter_test.cpp | 171 auto height = std::max(static_cast<int>(std::ceil(dst_.GetHeight())), imageBlur->GetHeight()); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_gl.cpp | 50 std::unique_ptr<RSSurfaceFrame> RSSurfaceOhosGl::RequestFrame(int32_t width, int32_t height, in RequestFrame() argument
|
H A D | rs_surface_frame_ohos_vulkan.cpp | 31 void RSSurfaceFrameOhosVulkan::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument 25 RSSurfaceFrameOhosVulkan(std::shared_ptr<Drawing::Surface> surface, int32_t width, int32_t height, int32_t bufferAge) RSSurfaceFrameOhosVulkan() argument
|
H A D | rs_surface_ohos_raster.cpp | 39 std::unique_ptr<RSSurfaceFrame> RSSurfaceOhosRaster::RequestFrame(int32_t width, int32_t height, in RequestFrame() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_rs_animation_demo.cpp | 41 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument 62 auto height = surfaceGeometry.GetHeight(); in DrawSurface() local
|
H A D | render_service_client_subSurface_demo.cpp | 32 void Resize(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t width, int32_t height) in Resize() argument 40 InitSurface(std::shared_ptr<RSSurfaceNode>& surfaceNode, const std::string& surfaceName, int32_t width, int32_t height, uint32_t color) InitSurface() argument
|
H A D | render_service_client_surface_node_demo.cpp | 90 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
|
H A D | rs_uni_render_pixelmap_demo.cpp | 42 void Init(shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | pen_test.cpp | 28 void PenTest::TestPenColor(Canvas& canvas, uint32_t width, uint32_t height) in TestPenColor() argument 60 void PenTest::TestPenAlpha(Canvas& canvas, uint32_t width, uint32_t height) in TestPenAlpha() argument 86 void PenTest::TestPenWidth(Canvas& canvas, uint32_t width, uint32_t height) in TestPenWidth() argument 105 void PenTest::TestPenMiterLimit(Canvas& canvas, uint32_t width, uint32_t height) in TestPenMiterLimit() argument 142 TestPenCapStyle(Canvas& canvas, uint32_t width, uint32_t height) TestPenCapStyle() argument 175 TestPenJoinStyle(Canvas& canvas, uint32_t width, uint32_t height) TestPenJoinStyle() argument 200 TestPenBlendMode(Canvas& canvas, uint32_t width, uint32_t height) TestPenBlendMode() argument 228 TestPenAntiAlias(Canvas& canvas, uint32_t width, uint32_t height) TestPenAntiAlias() argument 252 TestPenPathEffect(Canvas& canvas, uint32_t width, uint32_t height) TestPenPathEffect() argument 283 TestPenFilter(Canvas& canvas, uint32_t width, uint32_t height) TestPenFilter() argument 309 TestPenReset(Canvas& canvas, uint32_t width, uint32_t height) TestPenReset() argument [all...] |
H A D | image_test.cpp | 31 void ImageTest::TestDrawImage(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawImage() argument 65 void ImageTest::TestDrawImageRect(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawImageRect() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | my_xnode.cpp | 170 auto height = testCase->GetBitmapHeight(); in NapiGetPixelMapHeight() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_surface_test.cpp | 108 const int32_t height = 500;
in HWTEST_F() local 138 const int32_t height = 500;
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_animat_rate_decider_test.cpp | 47 float height = 0.0f; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/ |
H A D | rsdirtyregionmanager_fuzzer.cpp | 67 int height = GetData<int>();
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/ |
H A D | rssurfaceframeohosvulkan_fuzzer.cpp | 65 int32_t height = GetData<int32_t>();
in DoGetCanvas() local 84 int32_t height = GetData<int32_t>();
in DoGetSurface() local 103 int32_t height = GetData<int32_t>();
in DoSetDamageRegion() local 129 int32_t height = GetData<int32_t>();
in DoGetReleaseFence() local 149 int32_t height = GetData<int32_t>();
in DoSetReleaseFence() local 169 int32_t height = GetData<int32_t>(); DoGetBufferAge() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_system_properties_test.cpp | 897 int height = 1; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vk_image_manager.cpp | 55 auto height = buffer->GetSurfaceBufferHeight(); in Create() local
|
H A D | rs_anco_manager.cpp | 56 AncoOptimizeDisplayNode(std::shared_ptr<RSSurfaceHandler>& surfaceHandler, std::vector<std::shared_ptr<RSSurfaceRenderNode>>& hardwareEnabledNodes, ScreenRotation rotation, uint32_t width, uint32_t height) AncoOptimizeDisplayNode() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/ |
H A D | bitmap_test.cpp | 637 const unsigned int height = 500; in HWTEST_F() local 772 const unsigned int height = 500; HWTEST_F() local 791 const unsigned int height = 500; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/ |
H A D | rsanimationratedecider_fuzzer.cpp | 66 float height = GetData<float>();
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableframegeometry_fuzzer/ |
H A D | rspropertydrawableframegeometry_fuzzer.cpp | 69 int32_t height = GetData<int32_t>();
in DoRSFrameGeometryDrawable() local 92 int32_t height = GetData<int32_t>();
in DoRSClipFrameDrawable() local 115 int32_t height = GetData<int32_t>();
in DoRSColorFilterDrawable() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/ |
H A D | rssurfaceohosraster_fuzzer.cpp | 65 int32_t height = GetData<int32_t>();
in DoGetCanvas() local 82 int32_t height = GetData<int32_t>();
in DoGetSurface() local 99 int32_t height = GetData<int32_t>();
in DoGetBuffer() local 117 int32_t height = GetData<int32_t>();
in DoSetDamageRegion() local 143 int32_t height = GetData<int32_t>();
in DoGetBufferAge() local 160 int32_t height = GetData<int32_t>(); DoGetReleaseFence() local 177 int32_t height = GetData<int32_t>(); DoSetReleaseFence() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_proxy_node_test.cpp | 124 float height = 0.1; in HWTEST_F() local 151 float height = 0.1; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_animation_rate_decider_test.cpp | 60 float height = 0.0f; in HWTEST_F() local
|