Lines Matching refs:Method
21 #Method virtual ~SkStream()
31 #Method ##
35 #Method SkStream()
47 #Method ##
51 #Method static std::unique_ptr<SkStreamAsset> MakeFromFile(const char path[])
67 #Method ##
71 #Method virtual size_t read(void* buffer, size_t size) = 0
93 #Method ##
97 #Method size_t skip(size_t size)
112 #Method ##
116 #Method virtual size_t peek(void* buffer, size_t size) const
143 #Method ##
147 #Method virtual bool isAtEnd() const = 0
163 #Method ##
167 #Method bool readS8(int8_t* i)
181 #Method ##
185 #Method bool readS16(int16_t* i)
199 #Method ##
203 #Method bool readS32(int32_t* i)
217 #Method ##
221 #Method bool readU8(uint8_t* i)
235 #Method ##
239 #Method bool readU16(uint16_t* i)
253 #Method ##
257 #Method bool readU32(uint32_t* i)
271 #Method ##
275 #Method bool readBool(bool* b)
289 #Method ##
293 #Method bool readScalar(SkScalar* s)
307 #Method ##
311 #Method bool readPackedUInt(size_t* u)
325 #Method ##
329 #Method virtual bool rewind()
344 #Method ##
348 #Method std::unique_ptr<SkStream> duplicate() const
363 #Method ##
367 #Method std::unique_ptr<SkStream> fork() const
382 #Method ##
386 #Method virtual bool hasPosition() const
400 #Method ##
404 #Method virtual size_t getPosition() const
418 #Method ##
422 #Method virtual bool seek(size_t position)
440 #Method ##
444 #Method virtual bool move(long offset)
462 #Method ##
466 #Method virtual bool hasLength() const
480 #Method ##
484 #Method virtual size_t getLength() const
498 #Method ##
502 #Method virtual const void* getMemoryBase()
516 #Method ##