Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkTypeface.cpp309 return this->onOpenExistingStream(ttcIndex); in openExistingStream()
312 std::unique_ptr<SkStreamAsset> SkTypeface::onOpenExistingStream(int* ttcIndex) const { in onOpenExistingStream() function in SkTypeface
/third_party/skia/include/core/
DSkTypeface.h392 virtual std::unique_ptr<SkStreamAsset> onOpenExistingStream(int* ttcIndex) const;
/third_party/skia/src/utils/
DSkCustomTypeface.cpp71 std::unique_ptr<SkStreamAsset> onOpenExistingStream(int*) const override { return nullptr; } in onOpenExistingStream() function in SkUserTypeface