Searched refs:SkTypeface_Stream (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/ports/
H A DSkFontMgr_custom.cpp54 SkTypeface_Stream::SkTypeface_Stream(std::unique_ptr<SkFontData> fontData, function in class:SkTypeface_Stream
61 SkStreamAsset* SkTypeface_Stream::onOpenStream(int* ttcIndex) const {
66 std::unique_ptr<SkFontData> SkTypeface_Stream::onMakeFontData() const {
223 return sk_sp<SkTypeface>(new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name));
234 return sk_sp<SkTypeface>(new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name));
H A DSkFontMgr_custom.h59 class SkTypeface_Stream : public SkTypeface_Custom { class in inherits:SkTypeface_Custom
61 SkTypeface_Stream(std::unique_ptr<SkFontData> fontData,
H A DSkFontMgr_custom_embedded.cpp76 addTo->appendTypeface(sk_make_sp<SkTypeface_Stream>(std::move(data),
/external/skqp/src/ports/
H A DSkFontMgr_custom.cpp54 SkTypeface_Stream::SkTypeface_Stream(std::unique_ptr<SkFontData> fontData, function in class:SkTypeface_Stream
61 SkStreamAsset* SkTypeface_Stream::onOpenStream(int* ttcIndex) const {
66 std::unique_ptr<SkFontData> SkTypeface_Stream::onMakeFontData() const {
223 return sk_sp<SkTypeface>(new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name));
234 return sk_sp<SkTypeface>(new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name));
H A DSkFontMgr_custom.h59 class SkTypeface_Stream : public SkTypeface_Custom { class in inherits:SkTypeface_Custom
61 SkTypeface_Stream(std::unique_ptr<SkFontData> fontData,
H A DSkFontMgr_custom_embedded.cpp76 addTo->appendTypeface(sk_make_sp<SkTypeface_Stream>(std::move(data),

Completed in 133 milliseconds