/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path.cpp | 75 path_.arcTo(SkRect::MakeLTRB(pt1X, pt1Y, pt2X, pt2Y), startAngle, sweepAngle, false); in ArcTo() 152 path_.addRect(SkRect::MakeLTRB(left, top, right, bottom), pathDir); in AddRect() 159 …path_.addRect(SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()), … in AddRect() 166 path_.addOval(SkRect::MakeLTRB(left, top, right, bottom), pathDir); in AddOval() 173 path_.addOval(SkRect::MakeLTRB(left, top, right, bottom), pathDir, start); in AddOval() 179 path_.addArc(SkRect::MakeLTRB(left, top, right, bottom), startAngle, sweepAngle); in AddArc() 204 path_.addRoundRect(SkRect::MakeLTRB(left, top, right, bottom), xRadius, yRadius, pathDir); in AddRoundRect() 213 … SkRect outer = SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()); in AddRoundRect()
|
H A D | skia_region.cpp | 41 …auto skIRect = SkIRect::MakeLTRB(rectI.GetLeft(), rectI.GetTop(), rectI.GetRight(), rectI.GetBotto… in SetRect() 117 …auto skIRect = SkIRect::MakeLTRB(rectI.GetLeft(), rectI.GetTop(), rectI.GetRight(), rectI.GetBotto… in QuickReject()
|
H A D | skia_canvas.cpp | 637 …auto nodeBound = SkRect::MakeLTRB(bound.GetLeft(), bound.GetTop(), bound.GetRight(), bound.GetBott… in OpCalculateAfter() 896 …SkRect clipRect = SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom(… in ClipIRect() 920 …rRect.setRectRadii(SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom… in ClipRoundRect() 1207 SkRect srcRect = SkRect::MakeLTRB(blurParams.src.GetLeft(), blurParams.src.GetTop(), in DrawBlurImage() 1209 SkRect dstRect = SkRect::MakeLTRB(blurParams.dst.GetLeft(), blurParams.dst.GetTop(), in DrawBlurImage() 1223 SkRect srcRect = SkRect::MakeLTRB(blurParams.src.GetLeft(), blurParams.src.GetTop(), in CalcHpsBluredImageDimension() 1225 SkRect dstRect = SkRect::MakeLTRB(blurParams.dst.GetLeft(), blurParams.dst.GetTop(), in CalcHpsBluredImageDimension()
|
H A D | skia_matrix.cpp | 194 SkRect skSrc = SkRect::MakeLTRB(src.GetLeft(), src.GetTop(), src.GetRight(), src.GetBottom()); in SetRectToRect() 195 SkRect skDst = SkRect::MakeLTRB(dst.GetLeft(), dst.GetTop(), dst.GetRight(), dst.GetBottom()); in SetRectToRect()
|
H A D | skia_bitmap.cpp | 105 …SkIRect subRect = SkIRect::MakeLTRB(subset.GetLeft(), subset.GetTop(), subset.GetRight(), subset.G… in ExtractSubset()
|
H A D | skia_paint.cpp | 210 …SkRect skRect = SkRect::MakeLTRB(rect->GetLeft(), rect->GetTop(), rect->GetRight(), rect->GetBotto… in GetFillPath()
|
H A D | skia_shader_effect.cpp | 97 SkRect r = SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()); in InitWithPicture()
|
H A D | skia_surface.cpp | 368 …auto iRect = SkIRect::MakeLTRB(bounds.GetLeft(), bounds.GetTop(), bounds.GetRight(), bounds.GetBot… in GetImageSnapshot()
|
H A D | skia_image.cpp | 183 …auto skiaRect = SkIRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()… in BuildSubset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/arc/ |
H A D | rosen_render_arc.cpp | 64 SkRect::MakeLTRB( in Paint() 73 SkRect::MakeLTRB( in Paint()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.h | 37 static TexgineRect MakeLTRB(float left, float top, float right, float bottom);
|
H A D | texgine_rect.cpp | 29 TexgineRect TexgineRect::MakeLTRB(float left, float top, float right, float bottom) in MakeLTRB() function in OHOS::Rosen::TextEngine::TexgineRect
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_scroll_bar_painter.cpp | 146 …SkRect backgroundRect = SkRect::MakeLTRB(barRect.Left(), barRect.Top(), barRect.Right(), barRect.B… in PaintRectBar() 154 … SkRect::MakeLTRB(activeRect.Left(), activeRect.Top(), activeRect.Right(), activeRect.Bottom()); in PaintRectBar()
|
H A D | rosen_decoration_painter.cpp | 1901 … SkRect::MakeLTRB(paintSize.Left(), paintSize.Top(), paintSize.Right(), paintSize.Bottom())); in GetBoxOuterRRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 152 …SkRect::MakeLTRB(caretRect.Left(), caretRect.Top(), caretRect.Right(), caretRect.Bottom()), paint); in PaintCaret() 156 …rrect.setRectXY(SkRect::MakeLTRB(SkDoubleToScalar(caretRect.Left()), SkDoubleToScalar(caretRect.To… in PaintCaret() 382 …SkRect::MakeLTRB(selectionRect.Right(), selectionRect.Top(), selectionRect.Left(), selectionRect.B… 389 rect = SkRect::MakeLTRB( 1866 …SkRect::MakeLTRB(clipRect.Left(), clipRect.Top(), clipRect.Right(), clipRect.Bottom()), SkClipOp::… 1885 …canvas->clipRect(SkRect::MakeLTRB(innerRect_.Left(), innerRect_.Top(), innerRect_.Right(), innerRe…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_manager.cpp | 480 …canvas->drawRect(SkRect::MakeLTRB(selectionRect.Left(), selectionRect.Top(), selectionRect.Right(), 484 …canvas->drawRect(SkRect::MakeLTRB(selectionRect.Right(), selectionRect.Top(), selectionRect.Left(),
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 427 SkRect skRect = SkRect::MakeLTRB(rect.Left() + offset.GetX(), rect.Top() + offset.GetY(), in FillRect() 494 SkRect skRect = SkRect::MakeLTRB(rect.Left() + offset.GetX(), rect.Top() + offset.GetY(), in StrokeRect() 555 auto skRect = SkRect::MakeLTRB(rect.Left() + offset.GetX(), rect.Top() + offset.GetY(), in ClearRect() 1160 auto rect = SkRect::MakeLTRB(left, top, right, bottom); in Arc() 1237 auto rect = SkRect::MakeLTRB(left, top, right, bottom); in Ellipse() 1281 SkRect skRect = SkRect::MakeLTRB(rect.Left() + offset.GetX(), rect.Top() + offset.GetY(), in AddRect() 1590 …SkRect::MakeLTRB(x - r + offset.GetX(), y - r + offset.GetY(), x + r + offset.GetX(), y + r + offs… in Path2DArc() 1699 auto rect = SkRect::MakeLTRB( in Path2DEllipse() 1750 skPath2d_.addRect(SkRect::MakeLTRB(left, top, right, bottom)); in Path2DRect()
|
H A D | rosen_render_offscreen_canvas.cpp | 167 SkRect skRect = SkRect::MakeLTRB(rect.Left(), rect.Top(), rect.Right(), rect.Bottom()); in AddRect() 372 SkRect skRect = SkRect::MakeLTRB(rect.Left(), rect.Top(), rect.Right(), rect.Bottom()); in FillRect() 1262 auto rect = SkRect::MakeLTRB(left, top, right, bottom); in Arc() 1301 auto skRect = SkRect::MakeLTRB(rect.Left(), rect.Top(), rect.Right(), rect.Bottom()); in ClearRect() 1319 SkRect skRect = SkRect::MakeLTRB(rect.Left(), rect.Top(), rect.Right(), rect.Bottom()); in StrokeRect() 1586 auto rect = SkRect::MakeLTRB(x - r, y - r, x + r, y + r); in Path2DArc() 1702 auto rect = SkRect::MakeLTRB(x - rx, y - ry, x + rx, y + ry); in Path2DEllipse() 1752 skPath2d_.addRect(SkRect::MakeLTRB(left, top, right, bottom)); in Path2DRect() 2465 auto rect = SkRect::MakeLTRB(left, top, right, bottom); in UpdateTextStyleForeground()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.cpp | 81 …SkRect::MakeLTRB(0.0f, 0.0f, NormalizePercentToPx(width_, false), NormalizePercentToPx(height_, tr… in CreateRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_circle_block.cpp | 65 SkRect spotRect = SkRect::MakeLTRB(rect.left() * spotRatio, rect.top() * spotRatio, in SyncGeometryProperties()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.cpp | 258 … canvas->drawRect(SkRect::MakeLTRB(offset.GetX() - innerRadius, offset.GetY() - innerRadius, in PaintPoint() 262 … canvas->drawRect(SkRect::MakeLTRB(offset.GetX() - pointSize / 2, offset.GetY() - pointSize / 2, in PaintPoint() 950 …SkRect::MakeLTRB(originX, originY, originX + barAreaPaintRect.Width() * (1 - BAR_INTERVAL_PROPORTI… in PaintBar()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_circle_drawing_manager.cpp | 220 SkRect arcRect = SkRect::MakeLTRB(half_ - dispalyDensity_ * PROGRESS_RADIUS, in DrawingProgressByOpenSource()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 311 …SkRRect::MakeRect(SkRect::MakeLTRB(paintSize.Left(), paintSize.Top(), paintSize.Right(), paintSize… 312 …SkRect focusRect = SkRect::MakeLTRB(paintSize.Left(), paintSize.Top(), paintSize.Right(), paintSiz… 972 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 802 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in SkiaCreateInset()
|