Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
Dinput.cpp110 std::shared_ptr<int> bufferHeight = std::static_pointer_cast<int>(value); in SetValue() local
/foundation/arkui/ui_lite/frameworks/dock/
Dscreen_device_proxy.cpp50 … uint16_t bufferHeight = (height_ > curViewRect_.GetHeight()) ? curViewRect_.GetHeight() : height_; in SetAnimatorRect() local
/foundation/window/window_manager/utils/src/
Dsurface_draw.cpp39 int32_t bufferHeight, const std::string& imagePath) in DrawImage()
70 int32_t bufferHeight, std::shared_ptr<Media::PixelMap> pixelMap) in DrawImage()
101 int32_t bufferHeight, uint32_t color) in DrawColor()
140 int32_t bufferWidth, int32_t bufferHeight) in GetSurfaceBuffer()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
Dsurface_image.cpp115 float bufferHeight = currentSurfaceBuffer_->GetHeight(); in ComputeTransformMatrix() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
Drs_render_thread_visitor.cpp450 const float bufferHeight = node.GetSuggestedBufferHeight() * property.GetScaleY(); local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_composer_adapter.cpp225 const auto bufferHeight = info.buffer->GetSurfaceBufferHeight(); in GetComposerInfoSrcRect() local
Drs_composer_adapter.cpp331 const auto bufferHeight = info.buffer->GetSurfaceBufferHeight(); in GetComposerInfoSrcRect() local
Drs_base_render_util.cpp852 int32_t bufferHeight = srcBuf->GetHeight(); in ConvertYUV420SPToRGBA() local