Searched refs:fInputStream (Results 1 – 4 of 4) sorted by relevance
46 InputStream inputStream = fInputStream; in getReader()89 if (fInputStream != null) { in getString()197 if (det.fInputStream == null) { in CharsetMatch()203 fInputStream = det.fInputStream; in CharsetMatch()217 if (det.fInputStream == null) { in CharsetMatch()223 fInputStream = det.fInputStream; in CharsetMatch()237 private InputStream fInputStream = null; // User's input stream, or null if the user field in CharsetMatch
114 fInputStream = in; in setText()115 fInputStream.mark(kBufSize); in setText()123 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()130 fInputStream.reset(); in setText()447 InputStream fInputStream; // User's input stream, or null if the user field in CharsetDetector
92 SkPdfInputStream fInputStream; member98 SkPdfInputStream fInputStream; member
122 SkAutoTDelete<SkStream> fInputStream; member in SkWEBPImageDecoder327 this->fInputStream.reset(streamDeleter.detach()); in onBuildTileIndex()393 if (!webp_idecode(this->fInputStream, &config)) { in onDecodeSubset()