Home
last modified time | relevance | path

Searched defs:srcRect (Results 1 – 25 of 48) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dimage_painter.cpp31 void ApplyContain(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyContain()
44 void ApplyCover(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyCover()
54 void ApplyFitWidth(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyFitWidth()
65 void ApplyFitHeight(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyFitHeight()
76 void ApplyNone(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyNone()
136 RectF srcRect; in DrawSVGImage() local
225 … ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyImageFit()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/render/
Dmock_svg_canvas_image.cpp25 …RSCanvas& canvas, const RSRect& srcRect, const RSRect& /* dstRect */, const BorderRadiusArray& /* … in DrawToRSCanvas()
Dmock_skia_image.cpp42 … RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) in DrawToRSCanvas()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dsvg_canvas_image.cpp27 …RSCanvas& canvas, const RSRect& srcRect, const RSRect& /* dstRect */, const BorderRadiusArray& rad… in DrawToRSCanvas()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_image_base.cpp125 void RSImageBase::SetSrcRect(const RectF& srcRect) in SetSrcRect()
217 static bool UnmarshallingIdAndRect(Parcel& parcel, uint64_t& uniqueId, RectF& srcRect, RectF& dstRe… in UnmarshallingIdAndRect()
309 RectF srcRect; local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_composer_adapter.cpp128 const auto& srcRect = node.GetSrcRect(); in BuildComposeInfo() local
373 RectI srcRect = node.GetSrcRect(); in SrcRectRotateTransform() local
417 const auto srcRect = SrcRectRotateTransform(node); in BuildComposeInfo() local
474 const auto& srcRect = node.GetSrcRect(); in CheckStatusBeforeCreateLayer() local
493 GraphicIRect srcRect = layer->GetCropRect(); in LayerCrop() local
533 GraphicIRect srcRect = layer->GetCropRect(); in LayerScaleDown() local
Drs_base_render_util.h50 SkRect srcRect; // surface's bufferSize member
54 Drawing::Rect srcRect; // surface's bufferSize member
Drs_composer_adapter.cpp297 Drawing::Rect srcRect(0, 0, frameWidth, frameHeight); in DealWithNodeGravity() local
358 const auto& srcRect = node.GetSrcRect(); in BuildComposeInfo() local
501 const auto& srcRect = node.GetSrcRect(); in CheckStatusBeforeCreateLayer() local
721 GraphicIRect srcRect = layer->GetCropRect(); in LayerCrop() local
761 GraphicIRect srcRect = layer->GetCropRect(); in LayerScaleDown() local
Drs_composer_adapter.h28 GraphicIRect srcRect; member
/foundation/window/window_manager_lite/services/wms/
Dlite_win.cpp154 void LiteWindow::FlushWithModeCopy(const Rect& srcRect, const LiteSurfaceData* layerData, int16_t d… in FlushWithModeCopy()
182 void LiteWindow::FlushWithModeBlend(const Rect& srcRect, const LiteSurfaceData* layerData, int16_t … in FlushWithModeBlend()
228 void LiteWindow::Flush(const Rect& srcRect, const LiteSurfaceData* layerData, int16_t dx, int16_t d… in Flush()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
Dhdibackend_test.cpp47 GraphicIRect srcRect = {0, 0, width, height}; in SetUpTestCase() local
Dhdioutput_test.cpp44 GraphicIRect srcRect = {0, 0, width, height}; in SetUpTestCase() local
Dhdilayer_context_systest.cpp28 HdiLayerContext::HdiLayerContext(GraphicIRect dstRect, GraphicIRect srcRect, uint32_t zOrder) in HdiLayerContext()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
Dhdilayer_test.cpp45 GraphicIRect srcRect = {0, 0, WIDTH_VAL, HEIGHT_VAL}; in SetUpTestCase() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
Drender_image.cpp502 void RenderImage::ApplyImageFit(Rect& srcRect, Rect& dstRect) in ApplyImageFit()
537 void RenderImage::ApplyContain(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& la… in ApplyContain()
550 void RenderImage::ApplyCover(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& layo… in ApplyCover()
560 void RenderImage::ApplyFitWidth(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& l… in ApplyFitWidth()
571 void RenderImage::ApplyFitHeight(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& … in ApplyFitHeight()
582 void RenderImage::ApplyNone(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& layou… in ApplyNone()
/foundation/arkui/ui_lite/test/unittest/common/
Dhardware_acceleration_unit_test.cpp51 const Rect& srcRect, in HardwareBlend()
69 const Rect& srcRect, in HardwareTransform()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_paint/
Dcanvas_paint_method.cpp223 …SkRect srcRect = SkRect::MakeXYWH(canvasImage.sx, canvasImage.sy, canvasImage.sWidth, canvasImage.… in DrawImage() local
277 RSRect srcRect = RSRect(canvasImage.sx, canvasImage.sy, in DrawImage() local
344 …SkRect srcRect = SkRect::MakeXYWH(canvasImage.sx, canvasImage.sy, canvasImage.sWidth, canvasImage.… in DrawPixelMap() local
402 …SkRect srcRect = SkRect::MakeXYWH(canvasImage.sx, canvasImage.sy, canvasImage.sWidth, canvasImage.… in DrawPixelMapWithoutGlobalState() local
459 …auto srcRect = SkRect::MakeXYWH(scaledLeft, scaledTop, dirtyWidth * viewScale, dirtyHeight * viewS… in GetImageData() local
486 auto srcRect = RSRect(scaledLeft, scaledTop, in GetImageData() local
575 auto srcRect = in GetImageData() local
Doffscreen_canvas_paint_method.cpp190 SkRect srcRect = in DrawImage() local
249 RSRect srcRect = RSRect(canvasImage.sx, canvasImage.sy, in DrawImage() local
318 SkRect srcRect = in DrawPixelMap() local
412 …auto srcRect = SkRect::MakeXYWH(scaledLeft, scaledTop, dirtyWidth * viewScale, dirtyHeight * viewS… in GetImageData() local
429 auto srcRect = RSRect(scaledLeft, scaledTop, in GetImageData() local
499 auto srcRect = in GetImageData() local
/foundation/arkui/ui_lite/frameworks/dock/
Dscreen_device.h146 const Rect& srcRect, in HardwareBlend()
181 const Rect& srcRect, in HardwareTransform()
Dscreen_device_proxy.h61 const Rect& srcRect, in HardwareBlend()
82 const Rect& srcRect, in HardwareTransform()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/image_provider/
Dmock_image_painter.cpp30 … ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyImageFit()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_pattern.h114 …RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY)… in DrawToRSCanvas()
/foundation/graphic/graphic_utils_lite/frameworks/hals/
Dgfx_engines.cpp139 const Rect& srcRect, in GfxBlit()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/image/
Dimage_test_utils.h109 Rect srcRect; member
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
Drender_context_sample.cpp343 GraphicIRect srcRect; in FillDrawingLayer() local
393 GraphicIRect srcRect; in FillBackGroundLayer() local

12