Home
last modified time | relevance | path

Searched refs:desRectTopRound (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp476 …SkRect desRectTopRound = SkRect::MakeXYWH(roundStartHorizontal, offsetTopY, roundImageWidth, topWi… in PaintBorderImageRound() local
479 …image_, srcRectTop_, desRectTopRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstr… in PaintBorderImageRound()
540 RSRect desRectTopRound = in PaintBorderImageRound() local
542 canvas->DrawImageRect(*image_, srcRectTop_, desRectTopRound, samplingOpetions); in PaintBorderImageRound()
595 …SkRect desRectTopRound = SkRect::MakeXYWH(roundStartHorizontal, offsetTopY, imageCenterWidth_, top… in PaintBorderImageSpace() local
598 …image_, srcRectTop_, desRectTopRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstr… in PaintBorderImageSpace()
610 RSRect desRectTopRound = in PaintBorderImageSpace()
612 canvas->DrawImageRect(*image_, srcRectTop_, desRectTopRound, RSSamplingOptions()); in PaintBorderImageSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dborder_image_painter.cpp338 RSRect desRectTopRound = in PaintBorderImageRound() local
340 canvas.DrawImageRect(image_, srcRectTop_, desRectTopRound, options); in PaintBorderImageRound()
392 RSRect desRectTopRound = in PaintBorderImageSpace() local
394 canvas.DrawImageRect(image_, srcRectTop_, desRectTopRound, options); in PaintBorderImageSpace()