Home
last modified time | relevance | path

Searched defs:srcRect (Results 151 - 175 of 181) sorted by relevance

12345678

/third_party/skia/src/gpu/
H A DSurfaceContext.cpp194 auto srcRect = SkIRect::MakePtSize(pt, dst.dimensions()); in readPixels() local
469 SkIRect srcRect = SkIRect::MakeSize(srcBase.dimensions()); in internalWritePixels() local
543 asyncRescaleAndReadPixels(GrDirectContext* dContext, const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext callbackContext) asyncRescaleAndReadPixels() argument
789 asyncRescaleAndReadPixelsYUV420(GrDirectContext* dContext, SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, SkISize dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext callbackContext) asyncRescaleAndReadPixelsYUV420() argument
1035 copy(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, SkIPoint dstPoint) copy() argument
1063 rescale(const GrImageInfo& info, GrSurfaceOrigin origin, SkIRect srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode) rescale() argument
1084 rescaleInto(skgpu::SurfaceFillContext* dst, SkIRect dstRect, SkIRect srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode) rescaleInto() argument
1275 auto srcRect = rect; transferPixels() local
[all...]
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp908 SkRect srcRect = SkRect::Make(fOriginalBMs[0].dimensions()); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2409 SkRect srcRect; local
2446 RSRect srcRect; local
2519 SkRect srcRect = SkRect::MakeXYWH(canvasImage.sx, canvasImage.sy, canvasImage.sWidth, canvasImage.sHeight); global() local
2546 RSRect srcRect = RSRect(canvasImage.sx, canvasImage.sy, canvasImage.sWidth + canvasImage.sx, global() local
2593 SkRect srcRect = SkRect::MakeXYWH(canvasImage.sx, canvasImage.sy, canvasImage.sWidth, canvasImage.sHeight); global() local
2762 auto srcRect = SkRect::MakeXYWH(scaledLeft, scaledTop, width * viewScale, height * viewScale); global() local
2781 auto srcRect = RSRect(scaledLeft, scaledTop, width * viewScale + scaledLeft, height * viewScale + scaledTop); global() local
[all...]
H A Drosen_render_offscreen_canvas.cpp603 SkRect srcRect; in DrawSvgImage() local
640 RSRect srcRect; in DrawSvgImage() local
726 SkRect srcRect = SkRect::MakeXYWH(canvasImage.sx, canvasImage.sy, canvasImage.sWidth, canvasImage.sHeight); DrawImage() local
772 RSRect srcRect = RSRect(canvasImage.sx, canvasImage.sy, canvasImage.sWidth + canvasImage.sx, DrawImage() local
828 SkRect srcRect = SkRect::MakeXYWH(canvasImage.sx, canvasImage.sy, canvasImage.sWidth, canvasImage.sHeight); DrawPixelMap() local
873 RSRect srcRect = RSRect(canvasImage.sx, canvasImage.sy, canvasImage.sWidth + canvasImage.sx, DrawPixelMap() local
910 auto srcRect = SkRect::MakeXYWH(scaledLeft, scaledTop, width * viewScale, height * viewScale); GetImageData() local
928 auto srcRect = RSRect(scaledLeft, scaledTop, width * viewScale + scaledLeft, height * viewScale + scaledTop); GetImageData() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp461 RSRect srcRect; in DrawSvgImage() local
536 RSRect srcRect = RSRect(canvasImage.sx, canvasImage.sy, canvasImage.sWidth + canvasImage.sx, DrawImageInternal() local
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp573 BlendWithSoftWare(const uint8_t* src1, const Rect& srcRect, uint32_t srcStride, uint32_t srcLineNumber, ColorMode srcMode, uint32_t color, OpacityType opa, uint8_t* dst, uint32_t destStride, ColorMode destMode, uint32_t x, uint32_t y) const BlendWithSoftWare() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp312 CreatePixelMapFromSurface(sptr<Surface> surface, const Rect &srcRect) CreatePixelMapFromSurface() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp567 auto srcRect = renderParams.GetLayerInfo().srcRect; CreateBufferDrawParamForRotationFixed() local
681 auto srcRect = layer->GetCropRect(); CreateLayerBufferDrawParam() local
1335 RectI srcRect = node.GetSrcRect(); SrcRectRotateTransform() local
1387 auto srcRect = SrcRectRotateTransform(node, transformType); UpdateRealSrcRect() local
1563 auto srcRect = node.GetSrcRect(); LayerCrop() local
1622 auto srcRect = node.GetSrcRect(); LayerScaleDown() local
1682 auto srcRect = node.GetSrcRect(); LayerScaleFit() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp705 Drawing::Rect srcRect = Drawing::Rect(0, 0, imageSnapshot->GetWidth(), imageSnapshot->GetHeight()); in DrawFilter() local
887 Drawing::Rect srcRect = dstRect; in ApplyBackgroundEffect() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp2178 Drawing::Rect srcRect = Drawing::Rect(ltrb[ARGC_ZERO], ltrb[ARGC_ONE], ltrb[ARGC_TWO], ltrb[ARGC_THREE]); in OnDrawImageRectWithSrc() local
2112 OnDrawingImageRectWithSrc(napi_env env, napi_value* argv, size_t argc, Canvas& canvas, const Image& image, const Rect& srcRect, const Rect& dstRect) OnDrawingImageRectWithSrc() argument
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp644 drawTexture(const GrClip* clip, GrSurfaceProxyView view, SkAlphaType srcAlphaType, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode blendMode, const SkPMColor4f& color, const SkRect& srcRect, const SkRect& dstRect, GrAA aa, GrQuadAAFlags edgeAA, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> colorSpaceXform) drawTexture() argument
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp1464 SkRect srcRect = src ? *src : SkRect::Make(bounds); in internalDrawImageRect() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1685 const auto& srcRect = renderCmd.imageBlit.srcOffsets; in RenderCommandBlitImage() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp155 RectI srcRect = {left, top, width, height}; in UpdateSrcRect() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp746 unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const InitializationOptions &opts) in Create() argument
752 unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const InitializationOptions &opts, in Create() argument
799 SourceCropAndConvert(PixelMap &source, const ImageInfo &srcImageInfo, const ImageInfo &dstImageInfo, const Rect &srcRect, PixelMap &dstPixelMap) SourceCropAndConvert() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1730 SVGASignedRect srcRect; member
H A Dsvga3d_cmd.h1200 SVGASignedRect srcRect; member
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp3033 bool GrGLGpu::onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in onCopySurface() argument
2868 can_blit_framebuffer_for_copy_surface(const GrSurface* dst, const GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint, const GrGLCaps& caps) can_blit_framebuffer_for_copy_surface() argument
3334 copySurfaceAsDraw(GrSurface* dst, bool drawToMultisampleFBO, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsDraw() argument
3413 copySurfaceAsCopyTexSubImage(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyTexSubImage() argument
3434 copySurfaceAsBlitFramebuffer(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsBlitFramebuffer() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp703 void GrVkGpu::resolveImage(GrSurface* dst, GrVkRenderTarget* src, const SkIRect& srcRect, in resolveImage() argument
1534 loadMSAAFromResolve(GrVkCommandBuffer* commandBuffer, const GrVkRenderPass& renderPass, GrAttachment* dst, GrVkImage* src, const SkIRect& srcRect) loadMSAAFromResolve() argument
2286 copySurfaceAsCopyImage(GrSurface* dst, GrSurface* src, GrVkImage* dstImage, GrVkImage* srcImage, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyImage() argument
2350 copySurfaceAsBlit(GrSurface* dst, GrSurface* src, GrVkImage* dstImage, GrVkImage* srcImage, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsBlit() argument
2421 copySurfaceAsResolve(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsResolve() argument
2435 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1201 SVGASignedRect srcRect; member
H A Dsvga_reg.h2103 SVGASignedRect srcRect; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h823 SVGASignedRect srcRect; member
H A Dsvga_reg.h826 SVGASignedRect srcRect; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp32456 VULKAN_HPP_NAMESPACE::Rect2D srcRect = {}; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp22820 VULKAN_HPP_NAMESPACE::Rect2D srcRect = {}; member
[all...]

Completed in 182 milliseconds

12345678