| /foundation/arkui/ui_lite/frameworks/draw/ |
| H A D | draw_utils.cpp | 573 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 D | rs_render_service_connection_proxy.cpp | 312 CreatePixelMapFromSurface(sptr<Surface> surface, const Rect &srcRect) CreatePixelMapFromSurface() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uni_render_util.cpp | 567 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 D | rs_properties_painter.cpp | 705 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 D | js_canvas.cpp | 2178 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 D | SurfaceDrawContext.cpp | 644 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 D | SkPDFDevice.cpp | 1464 SkRect srcRect = src ? *src : SkRect::Make(bounds); in internalDrawImageRect() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | render_backend_gles.cpp | 1685 const auto& srcRect = renderCmd.imageBlit.srcOffsets; in RenderCommandBlitImage() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_surface_render_node.cpp | 155 RectI srcRect = {left, top, width, height}; in UpdateSrcRect() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| H A D | pixel_map.cpp | 746 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 D | svga_reg.h | 1730 SVGASignedRect srcRect; member
|
| H A D | svga3d_cmd.h | 1200 SVGASignedRect srcRect; member
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLGpu.cpp | 3033 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 D | GrVkGpu.cpp | 703 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 D | svga3d_cmd.h | 1201 SVGASignedRect srcRect; member
|
| H A D | svga_reg.h | 2103 SVGASignedRect srcRect; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_cmd.h | 823 SVGASignedRect srcRect; member
|
| H A D | svga_reg.h | 826 SVGASignedRect srcRect; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_structs.hpp | 32456 VULKAN_HPP_NAMESPACE::Rect2D srcRect = {}; global() member [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_structs.hpp | 22820 VULKAN_HPP_NAMESPACE::Rect2D srcRect = {}; member [all...] |
| H A D | vulkan_core.h | 6467 VkRect2D srcRect; member
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
| H A D | vulkan_sc_core.h | 5514 VkRect2D srcRect; member
|
| /third_party/mesa3d/include/vulkan/ |
| H A D | vulkan_core.h | 7771 VkRect2D srcRect; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| H A D | vulkan_core.h | 6517 VkRect2D srcRect; member
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| H A D | vulkan_core.h | 6368 VkRect2D srcRect; member
|