/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_paint_method.cpp | 48 …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 D | circle_paint_method.h | 90 …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 D | rich_editor_drag_paint_method.cpp | 55 RectF boundsRect(-handleDiameter - screenWdith, -handleDiameter - screenHeight, in UpdateContentModifier() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_engine.cpp | 159 const auto& boundsRect = layer->GetBoundSize(); in DrawLayerPreProcess() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 838 … const 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 D | rs_property_drawable_background.cpp | 643 …Drawing::RectI boundsRect(bounds.GetLeft(), bounds.GetTop(), bounds.GetRight(), bounds.GetBottom()… in CreateDrawFunc() local
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 327 … 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 D | rs_render_params.cpp | 96 void RSRenderParams::SetBoundsRect(const Drawing::RectF& boundsRect) in SetBoundsRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 690 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 D | rs_property_drawable_bounds_geometry.cpp | 1016 auto boundsRect = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | paragraph_manager.cpp | 274 void ParagraphManager::GetPaintRegion(RectF& boundsRect, float x, float y) const in GetPaintRegion()
|
H A D | rich_editor_pattern.cpp | 632 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 D | rs_property_drawable_utils_test.cpp | 386 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 D | rs_render_thread_visitor.cpp | 847 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 D | select_overlay_pattern.cpp | 762 RectF boundsRect; in SetContentModifierBounds() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 880 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in CalcBoundsRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.cpp | 951 RectF boundsRect; in UpdateBoundsRect() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 2796 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 D | text_field_pattern.cpp | 344 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 D | text_pattern.cpp | 3398 RectF boundsRect = overlayMod_->GetBoundsRect(); in CreateNodePaintMethod() local
|