Home
last modified time | relevance | path

Searched defs:boundsRect (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_method.cpp48 …RectF boundsRect(hostGeometryNode->GetFrameOffset().GetX() - std::abs(shadowOptions.offsetX) - sha… in UpdateForegroundModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dcircle_paint_method.h90 …RectF boundsRect = { (offset.GetX() - strokeWidth), (offset.GetY() - strokeWidth), (width + stroke… in GetOverlayModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_paint_method.cpp55 RectF boundsRect(-handleDiameter - screenWdith, -handleDiameter - screenHeight, in UpdateContentModifier() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_engine.cpp159 const auto& boundsRect = layer->GetBoundSize(); in DrawLayerPreProcess() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp838const RectF& boundsRect, const bool boundsGeoValid, const Drawing::TileMode pixelStretchTileMode) in DrawPixelStretch()
1161 const Vector4f& boundsRect, const Color& backgroundColor) in GetInvertBackgroundColor()
1333 const auto& boundsRect = property.GetBoundsRect(); in RSFilterSetPixelStretch() local
H A Drs_property_drawable_background.cpp643 …Drawing::RectI boundsRect(bounds.GetLeft(), bounds.GetTop(), bounds.GetRight(), bounds.GetBottom()… in CreateDrawFunc() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp327 … auto boundsRect = RectF(avoidRect.posX_, avoidRect.posY_, avoidRect.width_, avoidRect.height_); in GetExpectRect() local
753 auto boundsRect = RectF(rect.posX_, rect.posY_, rect.width_, rect.height_); in CreateWindowAnimationTarget() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp96 void RSRenderParams::SetBoundsRect(const Drawing::RectF& boundsRect) in SetBoundsRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp690 auto boundsRect = properties.GetBoundsRect(); in DrawBackgroundImageAsEffect() local
863 auto boundsRect = properties.GetBoundsRect(); in GetPixelStretchDirtyRect() local
891 auto boundsRect = properties.GetBoundsRect(); in GetForegroundEffectDirtyRect() local
1092 auto boundsRect = Rect2DrawingRect(properties.GetBoundsRect()); in DrawBackground() local
H A Drs_property_drawable_bounds_geometry.cpp1016 auto boundsRect = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp274 void ParagraphManager::GetPaintRegion(RectF& boundsRect, float x, float y) const in GetPaintRegion()
H A Drich_editor_pattern.cpp632 RectF boundsRect(frameOffset.GetX(), frameOffset.GetY(), frameSize.Width(), height); in OnDirtyLayoutWrapperSwap() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp386 RectF boundsRect = RectF(0.0f, 0.0f, 1.0f, 1.0f); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp847 Drawing::Rect boundsRect = { bounds.left_, bounds.top_, bounds.left_ + bounds.width_, in ProcessSurfaceViewInRT() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.cpp762 RectF boundsRect; in SetContentModifierBounds() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp880 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in CalcBoundsRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp951 RectF boundsRect; in UpdateBoundsRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2796 const RectF boundsRect = GetRenderProperties().GetBoundsRect(); in NeedInitCacheSurface() local
2865 const RectF boundsRect = GetRenderProperties().GetBoundsRect(); in InitCacheSurface() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp344 RectF boundsRect(0.0f, 0.0f, textWidth, bottomHeight + frameSize.Height()); in CreateNodePaintMethod() local
350 RectF boundsRect(0.0f, 0.0f, frameSize.Width(), countHeight + frameSize.Height()); in CreateNodePaintMethod() local
357 RectF boundsRect(0.0f, 0.0f, textWidth, errorHeight + frameSize.Height()); in CreateNodePaintMethod() local
368 … RectF boundsRect(0.0f, 0.0f, frameSize.Width(), maxFrameHeight_ + UNDERLINE_WIDTH.ConvertToPx()); in CreateNodePaintMethod() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3398 RectF boundsRect = overlayMod_->GetBoundsRect(); in CreateNodePaintMethod() local