/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | rosen_font_collection.cpp | 52 sk_sp<txt::DynamicFontManager> RosenFontCollection::GetDynamicFontManager() in GetDynamicFontManager() 97 sk_sp<SkTypeface> typeface = SkTypeface::MakeFromStream(std::move(font_stream)); in LoadFontFromList() 142 sk_sp<SkTypeface> typeface = SkTypeface::MakeFromStream(std::move(font_stream)); in LoadThemeFont()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_fly_out_shader_filter_test.cpp | 89 sk_sp<SkImage> skImage = SkImage::MakeFromRaster(skiaPixmap, rasterReleaseProc, releaseContext);
in HWTEST_F() 126 sk_sp<SkImage> skImage = SkImage::MakeFromRaster(skiaPixmap, rasterReleaseProc, releaseContext);
in HWTEST_F() 157 sk_sp<SkImage> skImage = SkImage::MakeFromRaster(skiaPixmap, rasterReleaseProc, releaseContext);
in HWTEST_F() 207 sk_sp<SkImage> skImage = SkImage::MakeFromRaster(skiaPixmap, rasterReleaseProc, releaseContext);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_surface_test.cpp | 305 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F() 320 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F() 335 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F() 355 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/base/base64/ |
H A D | base64_util.cpp | 31 sk_sp<SkData> resData = SkData::MakeUninitialized(outputLen); in Decode()
|
/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_loader.h | 25 MOCK_METHOD(sk_sp<SkData>, LoadImageData,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | txt_font_collection.h | 61 sk_sp<txt::DynamicFontManager> dynamicFontManager_;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_runtime_blender_builder.cpp | 37 sk_sp<SkBlender> skBlender = skRuntimeBlendBuilder_->makeBlender(); in MakeBlender()
|
H A D | skia_picture.cpp | 25 const sk_sp<SkPicture> SkiaPicture::GetPicture() const
in GetPicture()
|
H A D | skia_shader_effect.cpp | 75 sk_sp<SkImage> skiaImage; in InitWithImage() 101 sk_sp<SkPicture> skiaPicture; in InitWithPicture() 255 sk_sp<SkShader> children[] = {imageShaderImpl_->GetShader()}; in InitWithLightUp() 264 sk_sp<SkShader> SkiaShaderEffect::GetShader() const in GetShader() 269 void SkiaShaderEffect::SetSkShader(const sk_sp<SkShader>& skShader) in SetSkShader()
|
H A D | skia_runtime_shader_builder.cpp | 46 sk_sp<SkShader> skShader = skRuntimeShaderBuilder_->makeShader( in MakeShader() 60 sk_sp<SkImage> skImage = skRuntimeShaderBuilder_->makeImage( in MakeImage()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | icc_profile_info.h | 47 sk_sp<SkData> GetICCData(j_decompress_ptr cinfo);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | blender.h | 43 void SetSkBlender(sk_sp<SkBlender> blender);
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_loader.cpp | 44 sk_sp<SkData> data; 143 sk_sp<SkData> ImageLoader::LoadDataFromCachedFile(const std::string& uri) 240 sk_sp<SkData> FileImageLoader::LoadImageData( 317 sk_sp<SkData> DataProviderImageLoader::LoadImageData( 349 sk_sp<SkData> AssetImageLoader::LoadImageData( 431 sk_sp<SkData> NetworkImageLoader::LoadImageData( 480 sk_sp<SkData> InternalImageLoader::LoadImageData( 502 sk_sp<SkData> Base64ImageLoader::LoadImageData( 602 sk_sp<SkData> ResourceImageLoader::LoadImageData( 688 sk_sp<SkDat [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_linear_track.h | 52 sk_sp<SkShader> BlendSkShader(const SkPoint pts, const SkColor color, bool useAnimator = false);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_color_matrix.h | 39 void OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter,
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/blender_fuzzer/ |
H A D | blender_fuzzer.cpp | 49 sk_sp<SkBlender> skBlender = SkBlender::Mode(static_cast<SkBlendMode>(skBlendMode % BLENDMODE_SIZE)); in BlenderFuzzTest001()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/ |
H A D | pixel_map_from_surface.h | 54 sk_sp<SkSurface> targetSurface_; // a tmp surface(renderTarget) to draw surfacebuffer and get the result.
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | color_space_impl.h | 43 virtual sk_sp<SkColorSpace> GetSkColorSpace() const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.h | 128 static sk_sp<SkTypeface> fontTypeChinese_; 129 static sk_sp<SkTypeface> fontTypeNormal_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/ |
H A D | rs_upload_resource_thread.cpp | 192 sk_sp<GrDirectContext> grContext = skContext_; in ReleaseNotUsedPinnedViews() 196 auto arrPtr = std::make_shared<std::vector<sk_sp<GrSurfaceProxy>>>(); in ReleaseNotUsedPinnedViews()
|
H A D | rs_resource_helper_skia.cpp | 26 void UploadTextureWithSkia(bool paraUpload, const sk_sp<SkImage>& imageUp, in UploadTextureWithSkia()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | skia_recording.cpp | 149 sk_sp<SkPicture> picture = recorder_->finishRecordingAsPicture(); in EndCapture() 174 void SkiaRecording::SavePicture(const sk_sp<SkData>& data, const std::string& filename) in SavePicture()
|
/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color_space.h | 177 ColorSpace(const sk_sp<SkColorSpace> src, ColorSpaceName name = ColorSpaceName::CUSTOM);
211 sk_sp<SkColorSpace> ToSkColorSpace() const;
|
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | sk_image_chain_unittest.cpp | 43 std::vector<sk_sp<SkImageFilter>> imageFilter; in HWTEST_F() 68 std::vector<sk_sp<SkImageFilter>> imageFilter; in HWTEST_F() 100 std::vector<sk_sp<SkImageFilter>> imageFilter; in HWTEST_F() 128 std::vector<sk_sp<SkImageFilter>> imageFilter; in HWTEST_F() 147 std::vector<sk_sp<SkImageFilter>> imageFilter; in HWTEST_F() 231 sk_sp<SkSurface> cpuSurface = SkSurface::MakeRasterDirect(imageInfo, const_cast<void*>(dstPixmap->addr()), in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
H A D | rs_render_surface.h | 51 virtual sk_sp<SkSurface> GetSurface() = 0;
|