Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkCustomTypeface.cpp71 std::unique_ptr<SkStreamAsset> onOpenExistingStream(int*) const override { return nullptr; } in onOpenExistingStream() function in SkUserTypeface
/third_party/skia/src/core/
DSkTypeface.cpp312 std::unique_ptr<SkStreamAsset> SkTypeface::onOpenExistingStream(int* ttcIndex) const { in onOpenExistingStream() function in SkTypeface