Home | History | Annotate | Download | only in ports

Lines Matching refs:OpenStream

330     virtual SkStream* openStream() = 0;
356 virtual SkStream* openStream() {
381 virtual SkStream* openStream() {
838 SkStream* fontStream = ((FamilyTypeface*)face)->openStream();
960 SkStream* SkFontHost::OpenStream(uint32_t fontID) {
967 SkStream* stream = tf ? tf->openStream() : NULL;