Home
last modified time | relevance | path

Searched refs:MakeFromStream (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_typeface.cpp59 std::shared_ptr<TexgineTypeface> TexgineTypeface::MakeFromStream( in MakeFromStream() function in OHOS::Rosen::TextEngine::TexgineTypeface
65 auto skTypeface = RSTypeface::MakeFromStream(stream->GetStream()); in MakeFromStream()
H A Dtexgine_typeface.h72 …static std::shared_ptr<TexgineTypeface> MakeFromStream(std::unique_ptr<TexgineMemoryStream> stream…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp46 std::shared_ptr<Typeface> Typeface::MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, int3… in MakeFromStream() function in OHOS::Rosen::Drawing::Typeface
48 return StaticFactory::MakeFromStream(std::move(memoryStream), index); in MakeFromStream()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder_wrapper.cpp26 return Media::HeifDecoderAdapter::MakeFromStream(stream); in CreateHeifDecoderInterface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_collection.cpp97 sk_sp<SkTypeface> typeface = SkTypeface::MakeFromStream(std::move(font_stream)); in LoadFontFromList()
140 sk_sp<SkTypeface> typeface = SkTypeface::MakeFromStream(std::move(font_stream)); in LoadThemeFont()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dstatic_factory.cpp102 std::shared_ptr<Typeface> StaticFactory::MakeFromStream(std::unique_ptr<MemoryStream> memoryStream,… in MakeFromStream() function in OHOS::Rosen::Drawing::StaticFactory
106 return DDGRStaticFactory::MakeFromStream(std::move(memoryStream), index); in MakeFromStream()
109 return EngineStaticFactory::MakeFromStream(std::move(memoryStream), index); in MakeFromStream()
H A Dstatic_factory.h48 …static std::shared_ptr<Typeface> MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, int32_…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_static_factory.cpp66 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromStream(std::unique_ptr<MemoryStream> memoryStr… in MakeFromStream() function in OHOS::Rosen::Drawing::SkiaStaticFactory
68 return SkiaTypeface::MakeFromStream(std::move(memoryStream), index); in MakeFromStream()
H A Dskia_font_mgr.cpp118 auto typeface = SkTypeface::MakeFromStream(std::move(stream)); in LoadDynamicFont()
162 auto typeface = SkTypeface::MakeFromStream(std::move(stream)); in LoadThemeFont()
H A Dskia_typeface.h59 …static std::shared_ptr<Typeface> MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, int32_…
H A Dskia_typeface.cpp231 std::shared_ptr<Typeface> SkiaTypeface::MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, … in MakeFromStream() function in OHOS::Rosen::Drawing::SkiaTypeface
238 sk_sp<SkTypeface> skTypeface = SkTypeface::MakeFromStream(std::move(skMemoryStream), index); in MakeFromStream()
H A Dskia_static_factory.h48 …static std::shared_ptr<Typeface> MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, int32_…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp356 …std::shared_ptr<Typeface> typefaceWithData = SkiaTypeface::MakeFromStream(std::move(memoryStream),…
358 …std::shared_ptr<Typeface> typefaceEmptyStream = SkiaTypeface::MakeFromStream(std::make_unique<Memo…
H A Dskia_static_factory_test.cpp70 …auto skiaStatic = SkiaStaticFactory::MakeFromStream(std::make_unique<MemoryStream>(memoryStream), …
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtypeface.h40 …static std::shared_ptr<Typeface> MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, int32_…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/
H A Dstatic_factory_test.cpp70 auto factory = StaticFactory::MakeFromStream(std::move(stream), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dtypeface_test.cpp53 auto typeface = Typeface::MakeFromStream(std::move(stream));
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp330 extDecoder->codec_ = SkCodec::MakeFromStream(std::make_unique<ExtStream>(extDecoder->stream_));
634 extDecoder->codec_ = SkCodec::MakeFromStream(std::make_unique<ExtStream>(extDecoder->stream_));
833 extDecoder->codec_ = SkCodec::MakeFromStream(std::make_unique<ExtStream>(extDecoder->stream_));
897 extDecoder->codec_ = SkCodec::MakeFromStream(std::make_unique<ExtStream>(extDecoder->stream_));
931 extDecoder->codec_ = SkCodec::MakeFromStream(std::make_unique<ExtStream>(extDecoder->stream_));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_svg_dom.cpp41 auto skiaDom = SkSVGDOM::MakeFromStream(svgStream, skColor.value); in CreateSkiaSvgDom()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dfont_collection.cpp115 return Drawing::Typeface::MakeFromStream(std::move(stream)); in CreateTypeFace()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp72 …std::unique_ptr<SkCodec> demoCodec = SkCodec::MakeFromStream(std::make_unique<ExtStream>(inputStre… in DoDecode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp102 std::shared_ptr<Typeface> typeface = Typeface::MakeFromStream(std::move(memoryStream), index); in TypefaceFuzzTest003()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_typeface.cpp169 std::shared_ptr<Typeface> typeface = Typeface::MakeFromStream(std::move(memoryStream), index); in OH_Drawing_TypefaceCreateFromStream()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h47 …static heif_error MakeFromStream(const std::shared_ptr<HeifInputStream> &stream, std::shared_ptr<H…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp76 auto skiaDom = SkSVGDOM::MakeFromStream(*svgStream, colorValue); in BuildImageObject()

12