Searched refs:offscreenWidth (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 1668 void RSDisplayRenderNodeDrawable::PrepareHdrDraw(int32_t offscreenWidth, int32_t offscreenHeight) in PrepareHdrDraw() argument 1671 offscreenSurface_ = curCanvas_->GetSurface()->MakeSurface(offscreenWidth, offscreenHeight); in PrepareHdrDraw() 1696 int32_t offscreenWidth = static_cast<int32_t>(screenInfo.width); in PrepareOffscreenRender() local 1704 offscreenWidth = maxRenderSize; in PrepareOffscreenRender() 1713 if (offscreenWidth <= 0 || offscreenHeight <= 0) { in PrepareOffscreenRender() 1718 …curCanvas_->ClipRect(Drawing::Rect(0, 0, offscreenWidth, offscreenHeight), Drawing::ClipOp::INTERS… in PrepareOffscreenRender() 1723 …RS_TRACE_NAME_FMT("make offscreen surface with fixed size: [%d, %d]", offscreenWidth, offscreenHei… in PrepareOffscreenRender() 1725 offscreenWidth = curCanvas_->GetWidth(); in PrepareOffscreenRender() 1729 PrepareHdrDraw(offscreenWidth, offscreenHeight); in PrepareOffscreenRender() 1731 … offscreenSurface_ = curCanvas_->GetSurface()->MakeSurface(offscreenWidth, offscreenHeight); in PrepareOffscreenRender() [all …]
|
H A D | rs_surface_render_node_drawable.cpp | 185 int offscreenWidth = curCanvas_->GetSurface()->Width(); in PrepareOffscreenRender() local 191 offscreenWidth = static_cast<int>(screenInfo.width); in PrepareOffscreenRender() 194 if (offscreenWidth <= 0 || offscreenHeight <= 0) { in PrepareOffscreenRender() 199 int maxRenderSize = std::max(offscreenWidth, offscreenHeight); in PrepareOffscreenRender() 203 … new [%{public}d, %{public}d %{public}d]", offscreenWidth, offscreenHeight, maxRenderSize); in PrepareOffscreenRender()
|
H A D | rs_display_render_node_drawable.h | 175 void PrepareHdrDraw(int32_t offscreenWidth, int32_t offscreenHeight);
|