Home
last modified time | relevance | path

Searched refs:sk_sp (Results 76 - 100 of 212) sorted by relevance

123456789

/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.h33 const sk_sp<SkData>& data, in ApngImageObject()
92 sk_sp<SkData> skData_;
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.h59 sk_sp<SkPicture> FinishRecordingAsPicture() in FinishRecordingAsPicture()
70 sk_sp<SkImage> FinishRecordingAsImage() in FinishRecordingAsImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.h80 sk_sp<SkPicture> picture_;
85 sk_sp<SkDocument> multiPic_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp79 sk_sp<SkPathEffect> SkiaPathEffect::GetPathEffect() const in GetPathEffect()
84 void SkiaPathEffect::SetSkPathEffect(const sk_sp<SkPathEffect>& pathEffect) in SetSkPathEffect()
H A Dskia_gpu_context.cpp33 sk_sp<SkData> SkiaPersistentCache::load(const SkData& key) in load()
80 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in BuildFromGL()
340 sk_sp<GrDirectContext> SkiaGPUContext::GetGrContext() const in GetGrContext()
345 void SkiaGPUContext::SetGrContext(const sk_sp<GrDirectContext>& grContext) in SetGrContext()
442 std::function<void(const std::function<void()>& task)> SkiaGPUContext::GetPostFunc(sk_sp<GrDirectContext> grContext) in GetPostFunc()
H A Dskia_helper.h33 static sk_sp<T> FlattenableDeserialize(std::shared_ptr<Data> data) in FlattenableDeserialize()
H A Dskia_color_filter.cpp97 sk_sp<SkColorFilter> SkiaColorFilter::GetColorFilter() const in GetColorFilter()
102 void SkiaColorFilter::SetColorFilter(const sk_sp<SkColorFilter>& filter) in SetColorFilter()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/include/
H A Dfilter_napi.h51 void AddNextFilter(sk_sp<SkImageFilter> filter);
53 std::vector<sk_sp<SkImageFilter> > skFilters_;
/foundation/arkui/ace_engine/frameworks/core/image/test/mock/
H A Dmock_image_loader.cpp20 sk_sp<SkData> FileImageLoader::LoadImageData( in LoadImageData()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dgles_render_backend.cpp55 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in SetUpGrContext()
68 sk_sp<GrDirectContext> grContext(GrDirectContext::MakeGL(std::move(glInterface), options)); in SetUpGrContext()
74 sk_sp<GrContext> grContext(GrContext::MakeGL(std::move(glInterface), options)); in SetUpGrContext()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h139 sk_sp<SkColorSpace> ColorSpace() const { return color_space_; } in ColorSpace()
144 static sk_sp<SkColorSpace> ConvertColorGamutToSkColorSpace(GraphicColorGamut colorGamut);
157 sk_sp<SkColorSpace> color_space_ = nullptr;
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.h88 void PaintDecoration(const Offset& offset, SkCanvas* canvas, RenderContext& context, const sk_sp<SkImage>& image);
93 SkCanvas* canvas, const sk_sp<SkImage>& image, double dipScale);
177 static sk_sp<SkShader> CreateGradientShader(const Gradient& gradient, const SkSize& size, double dipScale);
194 sk_sp<SkShader> CreateGradientShader(const Gradient& gradient, const SkSize& size);
247 sk_sp<SkImage> image_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp52 auto* skImagePtr = reinterpret_cast<sk_sp<SkImage>*>(rawImage); in Create()
61 sk_sp<SkImage> SkiaImage::MakeSkImageFromPixmap(const RefPtr<PixelMap>& pixmap) in MakeSkImageFromPixmap()
65 sk_sp<SkColorSpace> colorSpace = ColorSpaceToSkColorSpace(pixmap); in MakeSkImageFromPixmap()
72 sk_sp<SkColorSpace> SkiaImage::ColorSpaceToSkColorSpace(const RefPtr<PixelMap>& pixmap) in ColorSpaceToSkColorSpace()
117 void SkiaImage::ReplaceSkImage(sk_sp<SkImage> newSkImage) in ReplaceSkImage()
H A Dskia_color_filter.cpp30 sk_sp<SkColorFilter> SkiaColorFilter::GetSkColorFilter() const in GetSkColorFilter()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_fe_colormatrix.h29 void OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter) const override;
H A Drosen_render_svg_fe_gaussianblur.h29 void OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter) const override;
H A Drosen_render_svg_fe_offset.h29 void OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter) const override;
H A Drosen_render_svg_fe_offset.cpp21 void RosenRenderSvgFeOffset::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter) const in OnAsImageFilter()
H A Drosen_render_svg_fe_colormatrix.cpp21 void RosenRenderSvgFeColorMatrix::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter) const in OnAsImageFilter()
H A Drosen_render_svg_fe_gaussianblur.cpp21 void RosenRenderSvgFeGaussianBlur::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter) const in OnAsImageFilter()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dblender.cpp27 void Blender::SetSkBlender(sk_sp<SkBlender> blender) in SetSkBlender()
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp103 sk_sp<SkSurface> GetSkSurfaceFromSurfaceBuffer(GrRecordingContext *context,
137 sk_sp<SkSurface> DmaMem::GetSkSurfaceFromSurfaceBuffer(GrRecordingContext *context, sptr<SurfaceBuffer> surfaceBuffer) in GetSkSurfaceFromSurfaceBuffer()
202 bool DrawImage(GrRecordingContext *context, const OHOS::Media::Rect &srcRect, const sk_sp<SkSurface> &surface);
219 std::unique_ptr<OHOS::Media::PixelMap> CreatePixelMapForGL(sk_sp<GrDirectContext> grContext,
287 sk_sp<GrDirectContext> grContext, const OHOS::Media::Rect &srcRect) in CreatePixelMapForGL()
337 sk_sp<GrDirectContext> grContext = nullptr; in CreateForGL()
588 const OHOS::Media::Rect &srcRect, const sk_sp<SkSurface> &surface) in DrawImage()
610 sk_sp<SkImage> image = SkImage::MakeFromTexture(context, *backendTexturePtr, in DrawImage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_image_data.cpp42 auto* skDataPtr = reinterpret_cast<sk_sp<SkData>*>(dataWrapper); in MakeFromDataWrapper()
59 sk_sp<SkData> SkiaImageData::GetSkData() const in GetSkData()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dasset_font_manager_test.cpp63 sk_sp<SkData> data = SkData::MakeEmpty(); in HWTEST_F()
103 sk_sp<SkTypeface> skTypeface = SkTypeface::MakeDefault(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.h60 static sk_sp<SkColorSpace> ColorSpaceToSkColorSpace(const RefPtr<PixelMap>& pixmap);
126 void PaintSVGImage(const sk_sp<SkData>& skData, bool onlyLayoutSelf = false);
171 sk_sp<SkSVGDOM> skiaDom_;

Completed in 13 milliseconds

123456789