Home
last modified time | relevance | path

Searched refs:deviceRect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp406 …auto deviceRect = Drawing::RectI(0, 0, canvas.GetImageInfo().GetWidth(), canvas.GetImageInfo().Get… in ValidateParams() local
411 src.Intersect(deviceRect); in ValidateParams()
417 dst.Intersect(deviceRect); in ValidateParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp69 RectF deviceRect; variable
163 rect = rect.Constrain(deviceRect); in GetSpanInspector()
199 rect = rect.Constrain(deviceRect); in GetInspectorChildren()
392 deviceRect.SetRect(0, 0, rootWidth * scale, rootHeight * scale); in GetContextInfo()
730 deviceRect.SetRect(0, 0, rootWidth * scale, rootHeight * scale); in GetSimplifiedInspector()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp639 RectI deviceRect(0, 0, surface->Width(), surface->Height()); in CreateDrawFunc() local
642 bounds = bounds.IntersectRect(deviceRect); in CreateDrawFunc()