Home
last modified time | relevance | path

Searched defs:height (Results 451 - 475 of 1561) sorted by relevance

1...<<11121314151617181920>>...63

/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp511 float height = 1.0; in HWTEST_F() local
530 float height = 0.0; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp76 void UIQrcode::SetHeight(int16_t height) in SetHeight() argument
119 int16_t height = GetHeight(); in SetImageInfo() local
157 int16_t height in FillQrCodeColor() local
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dtext_adapter.h213 void SetHeight(int16_t height) in SetHeight() argument
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/imagefilter/
H A Dfilter_blur.h48 int32_t height = img.GetHeight(); in BoxBlur() local
96 void GetRGBAIntegralImage(uint8_t* src, uint16_t width, uint16_t height, uint16_t stride) in GetRGBAIntegralImage() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp75 ExtendRecordingCanvas* RSCanvasNode::BeginRecording(int width, int height) in BeginRecording() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_gesture_interrupt_animation_demo.cpp44 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
H A Drender_service_client_pointer_window_demo.cpp39 void Resize(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t width, int32_t height) in Resize() argument
53 sptr<SurfaceBuffer> GetSurfaceBuffer(sptr<Surface> ohosSurface, int32_t width, int32_t height) in GetSurfaceBuffer() argument
72 void DoDraw(uint8_t* addr, uint32_t width, uint32_t height) in DoDraw() argument
135 int height = (POINTER_HEIGHT / POINTER_WINDOW_INIT_SIZE + 1) * POINTER_WINDOW_INIT_SIZE; InitSurface() local
[all...]
H A Drs_uni_render_fix_rotation_demo.cpp45 sptr<SurfaceBuffer> GetSurfaceBuffer(sptr<Surface> ohosSurface, int32_t width, int32_t height) in GetSurfaceBuffer() argument
64 void DoDraw(uint8_t* addr, uint32_t width, uint32_t height) in DoDraw() argument
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.cpp27 bool EGLCore::EglContextInit(void *window, int width, int height) in EglContextInit() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_pixel_map_shader_test.cpp40 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() argument
93 int height = 300; in HWTEST_F() local
128 int height = 300; in HWTEST_F() local
152 int height = 300; in HWTEST_F() local
180 int height = 300; HWTEST_F() local
207 int height = 300; HWTEST_F() local
[all...]
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface.h154 virtual void SetWindowConfigWidthAndHeight(int32_t width, int32_t height) in SetWindowConfigWidthAndHeight() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_rate_decider.cpp30 void RSAnimationRateDecider::SetScaleReferenceSize(float width, float height) in SetScaleReferenceSize() argument
153 float height = ROSEN_GE(scaleHeight_, scaleWidth_) ? scaleHeight_ : scaleWidth_; in ProcessFloat() local
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Ddrawing_painter_impl_test.cpp62 int32_t height = 100; // 100 just for test in SetUpTestCase() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_rect_test.cpp95 float height = OH_Drawing_RectGetHeight(rect); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_surface_node_cmd_test.cpp151 float height = 0; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_animat_manager_test.cpp173 float height = 0.0f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderparams_fuzzer/
H A Drsrenderparams_fuzzer.cpp140 int height = 2; in DoSetShadowRect() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/
H A Drssurfaceohosvulkan_fuzzer.cpp92 int32_t height = GetData<int32_t>(); in DoRequestFrame() local
222 int32_t height = GetData<int32_t>(); in DoSetNativeWindowInfo() local
242 int32_t height = GetData<int32_t>(); in DoRequestNativeWindowBuffer() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display_manager.cpp131 void RoundCornerDisplayManager::UpdateDisplayParameter(NodeId id, uint32_t width, uint32_t height) in UpdateDisplayParameter() argument
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.cpp75 int32_t HgmScreen::SetRateAndResolution(int32_t sceneId, uint32_t rate, int32_t width, int32_t height) in SetRateAndResolution() argument
95 int32_t HgmScreen::AddScreenModeInfo(int32_t width, int32_t height, uint32_t rate, int32_t modeId) in AddScreenModeInfo() argument
177 int32_t HgmScreen::GetModeIdViaResolutionAndRate(int32_t width, int32_t height, uint32_t rate) const in GetModeIdViaResolutionAndRate() argument
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp140 void LayerContext::DrawBaseLayer(void* image, int width, int height, TestFunc testFunc) in DrawBaseLayer() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableutilities_fuzzer/
H A Drspropertydrawableutilities_fuzzer.cpp74 int32_t height = GetData<int32_t>(); in DoRSAliasDrawable() local
98 int32_t height = GetData<int32_t>(); in DoRSSaveDrawable() local
122 int32_t height = GetData<int32_t>(); in DoRSRestoreDrawable() local
148 int32_t height = GetData<int32_t>(); in DoRSCustomSaveDrawable() local
171 int32_t height = GetData<int32_t>(); in DoRSCustomRestoreDrawable() local
193 int32_t height = GetData<int32_t>(); DoRSAlphaDrawable() local
217 int32_t height = GetData<int32_t>(); DoRSAlphaOffscreenDrawable() local
241 int32_t height = GetData<int32_t>(); DoRSModifierDrawable() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp117 float height = 0; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.h78 uint32_t height; member
99 RowPointers(uint32_t width, uint32_t height, uint32_t channels, uint32_t channelSize) in RowPointers() argument
172 void VerticalFlipRowPointers(T **rowPointers, uint32_t height, uint32_t width, uint32_t channels) in VerticalFlipRowPointers() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp74 Drawing::Canvas* RSCaptureRecorder::TryInstantCapture(float width, float height) in TryInstantCapture() argument
126 Drawing::Canvas* RSCaptureRecorder::TryDrawingCanvasCapture(float width, float height, uint64_t nodeId) in TryDrawingCanvasCapture() argument
197 ExtendRecordingCanvas* RSCaptureRecorder::TryInstantCaptureDrawing(float width, float height) in TryInstantCaptureDrawing() argument
237 Drawing::Canvas* RSCaptureRecorder::TryInstantCaptureSKP(float width, float height) in TryInstantCaptureSKP() argument
280 TryCaptureMSKP(float width, float height) TryCaptureMSKP() argument
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...63