| /third_party/skia/gm/ |
| H A D | lazytiling.cpp | 148 draw_texture(const GrCaps* caps, skgpu::v1::SurfaceDrawContext* sdc, const GrSurfaceProxyView& src, const SkIRect& srcRect, const SkIRect& drawRect, const SkMatrix& mat, GrSamplerState::WrapMode xTileMode, GrSamplerState::WrapMode yTileMode) draw_texture() argument
|
| H A D | asyncrescaleandread.cpp | 44 do_read_and_scale(Src* src, GrDirectContext* direct, const SkIRect& srcRect, const SkImageInfo& ii, SkImage::RescaleGamma rescaleGamma, SkImage::RescaleMode rescaleMode) do_read_and_scale() argument 70 do_read_and_scale_yuv(Src* src, GrDirectContext* direct, SkYUVColorSpace yuvCS, const SkIRect& srcRect, SkISize size, SkImage::RescaleGamma rescaleGamma, SkImage::RescaleMode rescaleMode, SkScopeExit* cleanup) do_read_and_scale_yuv() argument 117 do_rescale_grid(SkCanvas* canvas, Src* src, GrDirectContext* direct, const SkIRect& srcRect, SkISize newSize, bool doYUV420, SkString* errorMsg, int pad = 0) do_rescale_grid() argument 171 do_rescale_image_grid(SkCanvas* canvas, const char* imageFile, const SkIRect& srcRect, SkISize newSize, bool doSurface, bool doYUV420, SkString* errorMsg) do_rescale_image_grid() argument 325 const auto srcRect = SkIRect::MakeXYWH(kBorder, kBorder, kInner, kInner); DEF_SIMPLE_GM_CAN_FAIL() local [all...] |
| H A D | gpu_blur_utils.cpp | 120 auto srcRect = SkIRect::MakeSize(src.dimensions()); in slow_blur() local 199 SkIRect srcRect = SkIRect::MakeSize(src.dimensions()); in run() local [all...] |
| H A D | drawbitmaprect.cpp | 210 SkIRect srcRect = SkIRect::MakeXYWH((gBmpSize - w) / 2, (gBmpSize - h) / 2, w, h); variable 240 SkIRect srcRect; variable
|
| H A D | bleed.cpp | 127 void drawImage(SkCanvas* canvas, sk_sp<SkImage> image, SkRect srcRect, SkRect dstRect, in drawImage() argument
|
| /third_party/skia/bench/ |
| H A D | MatrixBench.cpp | 214 SkRect srcRect = SkRect::MakeWH(SkIntToScalar(10), SkIntToScalar(10)); variable
|
| H A D | CompositingImagesBench.cpp | 278 SkRect srcRect = SkRect::Make(fTileSize); in getEntry() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | pixel_map_ohos.cpp | 312 RefPtr<PixelMap> PixelMapOhos::GetCropPixelMap(const Rect& srcRect) in GetCropPixelMap() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | pixelmap_image.cpp | 383 void PixelMapImage::DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) in DrawRect() argument 173 StretchImageWithLattice( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) StretchImageWithLattice() argument 227 StretchImageWithSlice( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) StretchImageWithSlice() argument 278 CheckIfNeedForStretching( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) CheckIfNeedForStretching() argument 294 DrawToRSCanvas( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) DrawToRSCanvas() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| H A D | drawing_image.cpp | 411 void DrawingImage::DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) in DrawRect() argument 253 DrawToRSCanvas( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) DrawToRSCanvas() argument 274 DrawImageLattice( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) DrawImageLattice() argument 324 DrawImageNine( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) DrawImageNine() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | canvas_image.h | 77 virtual void DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) {} in DrawRect() argument
|
| H A D | image_painter.cpp | 29 void ApplyContain(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyContain() argument 42 void ApplyCover(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyCover() argument 52 void ApplyCoverTopLeft(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyCoverTopLeft() argument 57 ApplyFitWidth(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyFitWidth() argument 68 ApplyFitHeight(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyFitHeight() argument 79 ApplyNone(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyNone() argument 86 ApplyAlignment( const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect, const Alignment& alignMent) ApplyAlignment() argument 168 RectF srcRect; DrawSVGImage() local 258 ApplyImageAlignmentFit( ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyImageAlignmentFit() argument 269 ApplyImageFit( ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyImageFit() argument [all...] |
| /foundation/arkui/ui_lite/frameworks/dock/ |
| H A D | screen_device_proxy.h | 60 HardwareBlend(const uint8_t* src, const Rect& srcRect, uint32_t srcStride, uint32_t srcLineNumber, ColorMode srcColorMode, uint32_t color, OpacityType opa, uint8_t* dst, uint32_t dstStride, ColorMode dstColorMode, uint32_t x, uint32_t y) HardwareBlend() argument 80 HardwareTransform(const uint8_t* src, ColorMode srcColorMode, const Rect& srcRect, const Matrix3<float>& transformMatrix, OpacityType opa, uint32_t color, const Rect& mask, uint8_t* dst, uint32_t dstStride, ColorMode dstColorMode, const TransformOption& option) HardwareTransform() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_kawase_blur.cpp | 194 auto srcRect = Drawing::RectI(src.GetLeft(), src.GetTop(), src.GetRight(), src.GetBottom());
in CheckInputImage() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
| H A D | canvas_fuzzer.cpp | 516 OH_Drawing_Rect* srcRect = in CanvasFuzzTest010() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
| H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 67 Rect srcRect;
in DoSomethingInterestingWithMyAPI() local
|
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_linear_gradient_blur_shader_filter.cpp | 464 auto srcRect = Drawing::Rect(0, 0, imageInfo.GetWidth(), imageInfo.GetHeight()); in DrawMaskLinearGradientBlur() local
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
| H A D | drawing_engine_sample.cpp | 279 GraphicIRect srcRect; in DrawDrawingLayer() local
|
| H A D | render_context_sample.cpp | 357 GraphicIRect srcRect; in FillDrawingLayer() local 407 GraphicIRect srcRect; in FillBackGroundLayer() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
| H A D | pixel_map_from_surface.cpp | 286 CreatePixelMapForGL( sk_sp<GrDirectContext> grContext, const OHOS::Media::Rect &srcRect) CreatePixelMapForGL() argument 320 CreateForGL(const sptr<Surface> &surface, const OHOS::Media::Rect &srcRect) CreateForGL() argument 368 DrawImageRectVK(const std::shared_ptr<Drawing::Image> &drawingImage, OHNativeWindowBuffer *nativeWindowBufferTmp, const sptr<SurfaceBuffer> &surfaceBufferTmp, const OHOS::Media::Rect &srcRect) DrawImageRectVK() argument 466 CreateForVK(const sptr<Surface> &surface, const OHOS::Media::Rect &srcRect) CreateForVK() argument 516 GetNativeWindowBufferFromSurface( sptr<SurfaceBuffer> &surfaceBuffer, const sptr<Surface> &surface, const OHOS::Media::Rect &srcRect) GetNativeWindowBufferFromSurface() argument 587 DrawImage(GrRecordingContext *context, const OHOS::Media::Rect &srcRect, const sk_sp<SkSurface> &surface) DrawImage() argument 641 Create(sptr<Surface> surface, const OHOS::Media::Rect &srcRect) Create() argument 675 CreatePixelMapFromSurface(sptr<Surface> surface, const OHOS::Media::Rect &srcRect) CreatePixelMapFromSurface() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
| H A D | rs_render_service_connection_proxy_test.cpp | 154 Rect srcRect; in HWTEST_F() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
| H A D | image_plugin_fuzz.cpp | 144 Rect srcRect; in PixelMapTest001() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Framebuffer9.cpp | 262 RECT srcRect; in blitImpl() local [all...] |
| /third_party/skia/experimental/graphite/src/ |
| H A D | Device.cpp | 115 SkIRect srcRect = SkIRect::MakeXYWH(x, y, pm.width(), pm.height()); in onReadPixels() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | canvas_paint_method.cpp | 161 RSRect srcRect; in DrawPixelMapInternal() local 230 auto srcRect = RSRect(scaledLeft, scaledTop, dirtyWidth + scaledLeft, dirtyHeight + scaledTop); in GetImageData() local 299 RSRect srcRect = RSRect(0, 0, tempPixelMap->GetWidth(), tempPixelMap->GetHeight()); in TransferFromImageBitmap() local
|