Home
last modified time | relevance | path

Searched refs:tempRect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drosen_render_option.cpp61 auto tempRect = SkRect::MakeXYWH( in PaintBackground() local
63 auto skRRect = SkRRect::MakeRectXY(tempRect, radius, radius); in PaintBackground()
78 auto tempRect = RSRect(offset.GetX() + diff, offset.GetY() + diff, in PaintBackground() local
80 path.AddRoundRect(tempRect, radius, radius); in PaintBackground()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp2229 Drawing::Rect tempRect; in CheckMergeDisplayDirtyByAttractionChanged() local
2230 boundsGeometry->GetMatrix().MapRect(tempRect, rect); in CheckMergeDisplayDirtyByAttractionChanged()
2232 … RectI(tempRect.GetLeft(), tempRect.GetTop(), tempRect.GetWidth(), tempRect.GetHeight()); in CheckMergeDisplayDirtyByAttractionChanged()
3145 RectI tempRect = {100, 100, 500, 200}; // setDirtyRegion for RealtimeRefreshRate in CheckMergeDebugRectforRefreshRate() local
3159 tempRect = geoPtr->MapAbsRect(tempRect.ConvertTo<float>()); in CheckMergeDebugRectforRefreshRate()
3160 curDisplayNode_->GetDirtyManager()->MergeDirtyRect(tempRect, true); in CheckMergeDebugRectforRefreshRate()
3170 tempRect = geoPtr->MapAbsRect(tempRect.ConvertTo<float>()); in CheckMergeDebugRectforRefreshRate()
3171 curDisplayNode_->GetDirtyManager()->MergeDirtyRect(tempRect, true); in CheckMergeDebugRectforRefreshRate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1637 Rect tempRect; local
1638 GetCaretRect(currentCursorPosition, tempRect);
1643 … (NearEqual(tempRect.Left(), rightBoundary) || NearEqual(tempRect.Right(), rightBoundary))) ||
1645 … (NearEqual(tempRect.Left(), leftBoundary) || NearEqual(tempRect.Right(), leftBoundary)))) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp993 RectF tempRect(recordOffsetMap_[nodeName].GetX(), recordOffsetMap_[nodeName].GetY(), in MeasureSelf() local
996 relativeContainerRect = relativeContainerRect.CombineRectT(tempRect); in MeasureSelf()