Home
last modified time | relevance | path

Searched defs:height (Results 551 - 575 of 4474) sorted by relevance

1...<<21222324252627282930>>...179

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_box_progress.h203 SetValidHeight(int16_t height) SetValidHeight() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.h142 uint16_t height; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_root_render_node.cpp60 void RSRootRenderNode::UpdateSuggestedBufferSize(float width, float height) in UpdateSuggestedBufferSize() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_drawing_node.cpp50 bool RSCanvasDrawingNode::ResetSurface(int width, int height) in ResetSurface() argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Dskia_recording.cpp81 SkCanvas* SkiaRecording::BeginCapture(SkCanvas* canvas, int width, int height) in BeginCapture() argument
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Dplugin_render.cpp49 uint64_t height; in OnSurfaceCreatedCB() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_vulkan_test.cpp78 int32_t height = 1; in HWTEST_F() local
117 int32_t height = 1; in HWTEST_F() local
136 int32_t height = -1; in HWTEST_F() local
165 int32_t height = 5; HWTEST_F() local
186 int32_t height = 1; HWTEST_F() local
273 int32_t height = 1; HWTEST_F() local
[all...]
H A Drs_surface_ohos_raster_test.cpp69 int32_t height = 1; in HWTEST_F() local
90 int32_t height = 1; in HWTEST_F() local
117 int32_t height = 1; in HWTEST_F() local
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h38 float height = 0.0f; member
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.cpp172 SurfaceBufferImpl* BufferManager::AllocBuffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage) in AllocBuffer() argument
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfacebuffer_fuzzer/
H A Dsurfacebuffer_fuzzer.cpp90 int32_t height = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_kawase_blur_shader_filter_test.cpp142 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 Dge_mesa_blur_shader_filter_test.cpp171 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 Drs_surface_ohos_gl.cpp50 std::unique_ptr<RSSurfaceFrame> RSSurfaceOhosGl::RequestFrame(int32_t width, int32_t height, in RequestFrame() argument
H A Drs_surface_frame_ohos_vulkan.cpp31 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
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_rs_animation_demo.cpp41 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
62 auto height = surfaceGeometry.GetHeight(); in DrawSurface() local
H A Drender_service_client_subSurface_demo.cpp32 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
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp28 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...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.cpp170 auto height = testCase->GetBitmapHeight(); in NapiGetPixelMapHeight() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_surface_test.cpp108 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 Drs_animat_rate_decider_test.cpp47 float height = 0.0f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp67 int height = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/
H A Drssurfaceframeohosvulkan_fuzzer.cpp65 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 Drs_system_properties_test.cpp897 int height = 1; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vk_image_manager.cpp55 auto height = buffer->GetSurfaceBufferHeight(); in Create() local

Completed in 11 milliseconds

1...<<21222324252627282930>>...179