Home
last modified time | relevance | path

Searched defs:onOpenStream (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_custom.cpp53 std::unique_ptr<SkStreamAsset> SkTypeface_Empty::onOpenStream(int*) const { return nullptr; } in onOpenStream() function in SkTypeface_Empty
67 std::unique_ptr<SkStreamAsset> SkTypeface_File::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkTypeface_File
H A DSkTypeface_proxy.cpp16 std::unique_ptr<SkStreamAsset> SkTypeface_proxy::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkTypeface_proxy
H A DSkFontMgr_FontConfigInterface.cpp25 std::unique_ptr<SkStreamAsset> SkTypeface_FCI::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkTypeface_FCI
H A DSkFontMgr_android.cpp123 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { in onOpenStream() function in __anon91a13ac80111::SkTypeface_AndroidSystem
H A DSkFontMgr_android_ndk.cpp301 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { in onOpenStream() function in __anon0cee45840111::SkTypeface_AndroidNDK
H A DSkTypeface_win_dw.cpp617 std::unique_ptr<SkStreamAsset> DWriteFontTypeface::onOpenStream(int* ttcIndex) const { in onOpenStream() function in DWriteFontTypeface
H A DSkTypeface_mac_ct.cpp612 std::unique_ptr<SkStreamAsset> SkTypeface_Mac::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkTypeface_Mac
H A DSkTypeface_fontations.cpp823 std::unique_ptr<SkStreamAsset> SkTypeface_Fontations::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkTypeface_Fontations
H A DSkFontHost_FreeType.cpp2002 std::unique_ptr<SkStreamAsset> SkTypeface_FreeTypeStream::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkTypeface_FreeTypeStream
H A DSkFontHost_win.cpp1819 std::unique_ptr<SkStreamAsset> LogFontTypeface::onOpenStream(int* ttcIndex) const { in onOpenStream() function in LogFontTypeface
/aosp_15_r20/external/skia/tools/fonts/
H A DTestEmptyTypeface.h23 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { return nullptr; } in onOpenStream() function
H A DTestSVGTypeface.cpp311 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { in onOpenStream() function in DefaultTypeface
381 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { in onOpenStream() function in PlanetTypeface
H A DRandomScalerContext.cpp192 std::unique_ptr<SkStreamAsset> SkRandomTypeface::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkRandomTypeface
H A DTestTypeface.cpp166 std::unique_ptr<SkStreamAsset> TestTypeface::onOpenStream(int* ttcIndex) const { in onOpenStream() function in TestTypeface
/aosp_15_r20/external/skia/src/core/
H A DSkTypeface_remote.h112 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { in onOpenStream() function
H A DSkTypeface.cpp84 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { return nullptr; } in onOpenStream() function in __anon1443164d0111::SkEmptyTypeface
/aosp_15_r20/external/skia/tests/
H A DFontMgrTest.cpp193 … std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { return nullptr; } in DEF_TEST() function in DEF_TEST::TestTypeface
/aosp_15_r20/external/skia/src/utils/
H A DSkCustomTypeface.cpp376 std::unique_ptr<SkStreamAsset> SkUserTypeface::onOpenStream(int* ttcIndex) const { in onOpenStream() function in SkUserTypeface