| /foundation/multimedia/av_codec/services/engine/common/ |
| H A D | codec_utils.cpp | 187 int32_t width; in WriteBufferData() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
| H A D | render_node_util.cpp | 273 uint32_t width = ~0u; in CreateRenderPass() local
|
| /foundation/graphic/surface_lite/frameworks/ |
| H A D | buffer_queue.cpp | 262 int32_t BufferQueue::isValidAttr(uint32_t width, uint32_t height, uint32_t format, uint32_t strideAlignment) in isValidAttr() argument 344 void BufferQueue::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() argument
|
| H A D | buffer_client_producer.cpp | 185 void BufferClientProducer::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | swapchain_vk.cpp | 194 GetColorDesc( const uint32_t width, const uint32_t height, const Format format, const ImageUsageFlags imageUsageFlags) GetColorDesc() argument 217 GetDepthDesc(const uint32_t width, const uint32_t height, const Format format) GetDepthDesc() argument [all...] |
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | buffer_utils.cpp | 385 void WriteToFile(std::string prefixPath, std::string pid, void* dest, size_t size, int32_t format, int32_t width, in WriteToFile() argument
|
| /foundation/graphic/graphic_surface/surface/test/systemtest/ |
| H A D | native_window_test.cpp | 96 int32_t width = 0x100;
in CreateNativeWindowAndRequestBuffer001() local 211 int32_t width = 0x100;
in CreateNativeWindowAndRequestBuffer002() local 310 int32_t width = 0x100;
in CreateNativeWindowAndRequestBuffer003() local 455 int32_t width = 0x100;
in CreateNativeWindowAndRequestBuffer004() local 582 int32_t width = 0x100;
in CreateNativeWindowAndRequestBuffer005() local 807 int32_t width = 0x100; CreateNativeWindowAndRequestBuffer007() local 924 int32_t width = 0x100; CreateNativeWindowAndAttachBuffer001() local 978 int32_t width = 0x100; CreateNativeWindowAndRequestBuffer008() local [all...] |
| H A D | native_window_buffer_test.cpp | 120 int32_t width = 0x100; in InitNativeWindowAndBuffer() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| H A D | rect.h | 246 void SetWidth(T width) in SetWidth() argument 313 Resize(T width, T height) Resize() argument [all...] |
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexgenerate/ |
| H A D | vertex_generate_stroke.h | 79 void SetWidth(float width) in SetWidth() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| H A D | rs_animation_manager.cpp | 200 void RSAnimationManager::SetRateDeciderScaleSize(float width, float height) in SetRateDeciderScaleSize() argument
|
| H A D | rs_particle_noise_field.cpp | 23 IsPointInField( const Vector2f& point, const ShapeType& fieldShape, const Vector2f& fieldCenter, float width, float height) IsPointInField() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| H A D | render_service_client_modifier_demo.cpp | 42 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument 208 void SetWidth(float width) in SetWidth() argument
|
| H A D | render_service_display_mode_demo.cpp | 71 inline ToDrawSurface& SetBufferSize(int width, int height) in SetBufferSize() argument 109 auto width = surfaceGeometry_.GetWidth(); in Run() local
|
| /foundation/graphic/graphic_2d/rosen/samples/composer/ |
| H A D | layer_context.cpp | 244 void LayerContext::DrawColor(void *image, int width, int height) in DrawColor() argument 253 void LayerContext::DrawExtraColor(void *image, uint32_t width, uint32_t height) in DrawExtraColor() argument 284 void LayerContext::DrawBaseColor(void *image, uint32_t width, uint32_t height) in DrawBaseColor() argument 319 void LayerContext::DrawYUVColor(void *image, uint32_t width, uint32_ argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
| H A D | rs_properties_test2.cpp | 424 Vector4f width = { 1.0, 1.0, 1.0, 1.0 }; in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/3d_widget_adapter/test/ |
| H A D | 3d_widget_adapter_test.cpp | 51 void EngineTest::SetupCameraViewPort(uint32_t width, uint32_t height) in SetupCameraViewPort() argument 232 uint32_t width = 0; in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
| H A D | texture_layer.cpp | 124 void* TextureLayerImpl::CreateNativeWindow(uint32_t width, uint32_t height) in CreateNativeWindow() argument 182 void TextureLayerImpl::ConfigWindow(float offsetX, float offsetY, float width, float height, float scale, in ConfigWindow() argument 202 OnWindowChange(float offsetX, float offsetY, float width, float height, float scale, bool recreateWindow, SurfaceType surfaceType) OnWindowChange() argument 270 OnWindowChange(float offsetX, float offsetY, float width, float height, float scale, bool recreateWindow, SurfaceType surfaceType) OnWindowChange() argument [all...] |
| /foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
| H A D | widget_adapter.cpp | 166 bool WidgetAdapter::SetupCameraViewport(uint32_t width, uint32_t height) in SetupCameraViewport() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
| H A D | rs_rcd_surface_render_node.cpp | 104 void RSRcdSurfaceRenderNode::SetRcdBufferWidth(uint32_t width) in SetRcdBufferWidth() argument 220 FillHardwareResource(HardwareLayerInfo &cldLayerInfo, int height, int width) FillHardwareResource() argument
|
| H A D | rs_round_corner_display.cpp | 180 bool RoundCornerDisplay::LoadImgsbyResolution(uint32_t width, uint32_t height) in LoadImgsbyResolution() argument 211 void RoundCornerDisplay::UpdateDisplayParameter(uint32_t width, uint32_t height) in UpdateDisplayParameter() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/ |
| H A D | glfw_render_context.cpp | 89 int GlfwRenderContext::CreateGlfwWindow(int32_t width, int32_t height, bool visible) in CreateGlfwWindow() argument 145 void GlfwRenderContext::GetWindowSize(int32_t &width, int32_t &height) in GetWindowSize() argument 150 void GlfwRenderContext::SetWindowSize(int32_t width, int32_t height) in SetWindowSize() argument 244 void GlfwRenderContext::OnSizeChanged(GLFWwindow *window, int32_t width, int32_ argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
| H A D | hgm_core.cpp | 318 int32_t HgmCore::SetRateAndResolution(ScreenId id, int32_t sceneId, int32_t rate, int32_t width, int32_t height)
in SetRateAndResolution() argument 403 int32_t HgmCore::AddScreenInfo(ScreenId id, int32_t width, int32_t height, uint32_t rate, int32_t mode)
in AddScreenInfo() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
| H A D | rs_surface_ohos_vulkan.cpp | 76 void RSSurfaceOhosVulkan::SetNativeWindowInfo(int32_t width, int32_t height, bool useAFBC, bool isProtected) in SetNativeWindowInfo() argument 142 RequestNativeWindowBuffer(NativeWindowBuffer** nativeWindowBuffer, int32_t width, int32_t height, int& fenceFd, bool useAFBC, bool isProtected) RequestNativeWindowBuffer() argument 160 RequestFrame( int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) RequestFrame() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_particles_drawable.cpp | 117 float width = imageSize.x_; in CaculateImageAtlsArry() local
|