Home | History | Annotate | Download | only in win

Lines Matching refs:fSkStream

110     , fSkStream(stream)
114 this->fSkStream->rewind();
119 delete this->fSkStream;
136 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb));
157 if (!this->fSkStream->rewind()) {
160 size_t skipped = this->fSkStream->skip(
171 size_t skipped = this->fSkStream->skip(
181 if (!this->fSkStream->rewind()) {
186 LONGLONG skip = this->fSkStream->getLength()
188 size_t skipped = this->fSkStream->skip(static_cast<size_t>(skip));
216 pStatstg->cbSize.QuadPart = this->fSkStream->getLength();