/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_func_test.cpp | 511 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 D | ui_qrcode.cpp | 76 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 D | text_adapter.h | 213 void SetHeight(int16_t height) in SetHeight() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/imagefilter/ |
H A D | filter_blur.h | 48 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 D | rs_canvas_node.cpp | 75 ExtendRecordingCanvas* RSCanvasNode::BeginRecording(int width, int height) in BeginRecording() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_gesture_interrupt_animation_demo.cpp | 44 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
|
H A D | render_service_client_pointer_window_demo.cpp | 39 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 D | rs_uni_render_fix_rotation_demo.cpp | 45 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 D | egl_core.cpp | 27 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 D | rs_pixel_map_shader_test.cpp | 40 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 D | surface.h | 154 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 D | rs_animation_rate_decider.cpp | 30 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 D | drawing_painter_impl_test.cpp | 62 int32_t height = 100; // 100 just for test in SetUpTestCase() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_rect_test.cpp | 95 float height = OH_Drawing_RectGetHeight(rect);
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_surface_node_cmd_test.cpp | 151 float height = 0;
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_animat_manager_test.cpp | 173 float height = 0.0f; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderparams_fuzzer/ |
H A D | rsrenderparams_fuzzer.cpp | 140 int height = 2;
in DoSetShadowRect() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/ |
H A D | rssurfaceohosvulkan_fuzzer.cpp | 92 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 D | rs_round_corner_display_manager.cpp | 131 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 D | hgm_screen.cpp | 75 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 D | layer_context.cpp | 140 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 D | rspropertydrawableutilities_fuzzer.cpp | 74 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 D | rs_surface_node_command_test.cpp | 117 float height = 0; in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_common.h | 78 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 D | rs_profiler_capture_recorder.cpp | 74 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...] |