Home
last modified time | relevance | path

Searched defs:onOpenExistingStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/utils/
H A DSkCustomTypeface.cpp117 std::unique_ptr<SkStreamAsset> onOpenExistingStream(int*) const override { return nullptr; } in onOpenExistingStream() function in SkUserTypeface
/aosp_15_r20/external/skia/src/core/
H A DSkTypeface.cpp540 std::unique_ptr<SkStreamAsset> SkTypeface::onOpenExistingStream(int* ttcIndex) const { in onOpenExistingStream() function in SkTypeface
/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_mac_ct.cpp719 std::unique_ptr<SkStreamAsset> SkTypeface_Mac::onOpenExistingStream(int* ttcIndex) const { in onOpenExistingStream() function in SkTypeface_Mac