Home
last modified time | relevance | path

Searched defs:height (Results 651 - 675 of 5776) sorted by relevance

1...<<21222324252627282930>>...232

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/
H A Drssurfaceohosraster_fuzzer.cpp65 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 Drs_proxy_node_test.cpp124 float height = 0.1; in HWTEST_F() local
151 float height = 0.1; in HWTEST_F() local
H A Drs_canvas_drawing_node_test.cpp67 int height = 1; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_anco_manager.cpp56 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/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp60 float height = 0.0f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Dnative_buffer_utils_test.cpp48 int32_t height = 1; in HWTEST_F() local
66 int32_t height = 1; in HWTEST_F() local
86 int32_t height = 1; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_water_ripple_filter.cpp52 float height = imageInfo.GetHeight(); in ProcessImage() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_base_test.cpp55 void RSAnimationBaseTest::InitNode(int width, int height) in InitNode() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/
H A Drssurfaceframeohosraster_fuzzer.cpp65 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
141 int32_t height = GetData<int32_t>(); in DoGetBufferAge() local
158 int32_t height = GetData<int32_t>(); DoGetReleaseFence() local
175 int32_t height = GetData<int32_t>(); DoSetReleaseFence() local
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DImageJS.cpp153 uint32_t height = 0; in GetHeight() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_bitmap_test.cpp63 const unsigned int height = 500; in HWTEST_F() local
87 const unsigned int height = 0; in HWTEST_F() local
103 const unsigned int height = 500; in HWTEST_F() local
122 const unsigned int height = 500; HWTEST_F() local
142 constexpr uint32_t height = 200; HWTEST_F() local
169 const unsigned int height = 500; HWTEST_F() local
191 const unsigned int height = 500; HWTEST_F() local
225 const unsigned int height = 500; HWTEST_F() local
265 const unsigned int height = 500; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/
H A Drsproxynode_fuzzer.cpp76 float height = GetData<float>(); in DoRSProxyNode() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_mode_info.cpp20 RSScreenModeInfo::RSScreenModeInfo(int32_t width, int32_t height, uint32_t refreshRate, int32_t id) in RSScreenModeInfo() argument
48 int32_t height; in Unmarshalling() local
85 void RSScreenModeInfo::SetScreenHeight(int32_t height) in SetScreenHeight() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp73 int height = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_shader_builder.cpp137 void SkiaRuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float width, float height) in SetUniform() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dround_rect.cpp100 double height = static_cast<double>(rect_.GetHeight()); in ScaleRadii() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dline_metrics.h51 double height = 0.0; member in OHOS::Rosen::SPText::LineMetrics
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dcanvas.h52 Canvas(int32_t width, int32_t height) : CoreCanvas(width, height) {} in Canvas() argument
111 NoDrawCanvas(int32_t width, int32_t height) : Canvas(DrawingType::NO_DRAW) in NoDrawCanvas() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Druntime_shader_builder.cpp59 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float width, float height) in SetUniform() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_test_utils.cpp112 void RSInterfacesTestUtils::RootNodeInit(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in RootNodeInit() argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dshadow_test.h46 void ShadowTest::TestDrawShadow(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawShadow() argument
63 void ShadowTest::TestDrawShadowStyle(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawShadowStyle() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/pixmap_fuzzer/
H A Dpixmap_fuzzer.cpp46 int height = GetObject<int>(); in PixmapFuzzTest000() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbitmap_fuzzer/
H A Dbitmap_fuzzer.cpp47 uint32_t height = GetObject<uint32_t>(); in BitmapFuzzTest000() local
78 int32_t height = GetObject<int32_t>() % MAX_ARRAY_SIZE; in BitmapFuzzTest001() local
113 int32_t height = GetObject<int32_t>() % MAX_ARRAY_SIZE; in BitmapFuzzTest002() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp173 void ReportCreateImageSourceFault(uint32_t width, uint32_t height, std::string type, std::string message) in ReportCreateImageSourceFault() argument
189 void ReportEncodeFault(uint32_t width, uint32_t height, std::string mimeType, std::string message) in ReportEncodeFault() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dpixel_yuv_utils.h58 int32_t height; member

Completed in 12 milliseconds

1...<<21222324252627282930>>...232