Lines Matching refs:stream
45 SkFILEStream stream(FLAGS_input[0]);
46 if (!stream.isValid()) {
53 size_t totStreamSize = stream.getLength();
56 if (!SkPicture_StreamIsSKP(&stream, &info)) {
71 if (!stream.readBool(&hasData)) { return kTruncatedFile; }
81 if (!stream.readU32(&tag)) { return kTruncatedFile; }
87 if (!stream.readU32(&chunkSize)) { return kTruncatedFile; }
88 size_t curPos = stream.getPosition();
122 if (!SkFontDescriptor::Deserialize(&stream, &desc)) {
153 if (!stream.move(chunkSize)) {