Home
last modified time | relevance | path

Searched refs:tmpRect (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp136 Rect tmpRect(viewRect); in DrawViewBounds()
140 tmpRect.SetRight(viewRect.GetLeft() + length); in DrawViewBounds()
141 tmpRect.SetBottom(viewRect.GetTop()); in DrawViewBounds()
142 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
143 tmpRect.SetRight(viewRect.GetLeft()); in DrawViewBounds()
144 tmpRect.SetBottom(viewRect.GetTop() + length); in DrawViewBounds()
145 baseGfxEngine->DrawRect(gfxDstBuffer, tmpRect, invalidatedArea, *style, OPA_OPAQUE); in DrawViewBounds()
148 tmpRect.SetLeft(viewRect.GetLeft()); in DrawViewBounds()
149 tmpRect.SetTop(viewRect.GetBottom() - length); in DrawViewBounds()
150 tmpRect in DrawViewBounds()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp146 RectI tmpRect; in DrawDirtyRegionInVirtual() local
150 tmpRect = subRect; in DrawDirtyRegionInVirtual()
152 tmpRect = RectI(subRect.GetLeft(), in DrawDirtyRegionInVirtual()
157 tmpRect = RectI(subRect.GetLeft(), in DrawDirtyRegionInVirtual()
161 DrawDirtyRectForDFX(tmpRect, Drawing::Color::COLOR_BLUE, RSPaintStyle::STROKE, DFXFillAlpha); in DrawDirtyRegionInVirtual()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vsync_rate_reduce_manager.cpp340 Occlusion::Rect tmpRect = GetMaxVerticalRect(verticalRegion); in CalcMaxVisibleRect() local
341 if (tmpRect.Area() > maxRArea) { in CalcMaxVisibleRect()
342 maxRect = tmpRect; in CalcMaxVisibleRect()
343 maxRArea = tmpRect.Area(); in CalcMaxVisibleRect()
H A Drs_render_service_visitor.cpp259 Drawing::Rect tmpRect(0, 0, width, height); in CreateCanvas()
260 canvas_->ClipRect(tmpRect, Drawing::ClipOp::INTERSECT, false); in CreateCanvas()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp331 Rect tmpRect; in Playback() local
333 tmpRect = *rect; in Playback()
336 PlaybackByBuffer(canvas, &tmpRect); in Playback()
338 PlaybackByVector(canvas, &tmpRect); in Playback()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp640 Rect tmpRect; in OnDirtyLayoutWrapperSwap() local
644 tmpRect = Rect(padding.left.value_or(0), padding.top.value_or(0), in OnDirtyLayoutWrapperSwap()
647 tmpRect = Rect( in OnDirtyLayoutWrapperSwap()
652 contentRect_ = tmpRect; in OnDirtyLayoutWrapperSwap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1163 Rect tmpRect; in OnModifyDone() local
1167 tmpRect = Rect(padding.left.value_or(0), padding.top.value_or(0), in OnModifyDone()
1170 tmpRect = Rect((videoNodeSize.Width() - videoFrameSize.Width()) / AVERAGE_VALUE + padding.left.value_or(0), in OnModifyDone()
1174 if (contentRect_ != tmpRect && ShouldUpdateImageAnalyzer()) { in OnModifyDone()
1177 contentRect_ = tmpRect; in OnModifyDone()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp975 Occlusion::Rect tmpRect { rect.left_, rect.top_, rect.GetRight(), rect.GetBottom() }; in SetGlobalDirtyRegion()
976 Occlusion::Region region { tmpRect }; in SetGlobalDirtyRegion()

Completed in 13 milliseconds