Home
last modified time | relevance | path

Searched defs:bufferWidth (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
Dinput.cpp107 std::shared_ptr<int> bufferWidth = std::static_pointer_cast<int>(value); in SetValue() local
/foundation/arkui/ui_lite/frameworks/dock/
Dscreen_device_proxy.cpp49 uint16_t bufferWidth = (width_ > curViewRect_.GetWidth()) ? curViewRect_.GetWidth() : width_; in SetAnimatorRect() local
/foundation/window/window_manager/utils/src/
Dsurface_draw.cpp38 bool SurfaceDraw::DrawImage(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t bufferWidth, in DrawImage()
69 bool SurfaceDraw::DrawImage(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t bufferWidth, in DrawImage()
100 bool SurfaceDraw::DrawColor(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t bufferWidth, in DrawColor()
140 int32_t bufferWidth, int32_t bufferHeight) in GetSurfaceBuffer()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
Dsurface_image.cpp114 float bufferWidth = currentSurfaceBuffer_->GetWidth(); in ComputeTransformMatrix() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
Drs_render_thread_visitor.cpp449 const float bufferWidth = node.GetSuggestedBufferWidth() * property.GetScaleX(); local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_composer_adapter.cpp224 const auto bufferWidth = info.buffer->GetSurfaceBufferWidth(); in GetComposerInfoSrcRect() local
Drs_composer_adapter.cpp330 const auto bufferWidth = info.buffer->GetSurfaceBufferWidth(); in GetComposerInfoSrcRect() local
Drs_base_render_util.cpp851 int32_t bufferWidth = srcBuf->GetWidth(); in ConvertYUV420SPToRGBA() local