Lines Matching refs:Method
12 #Method virtual ~SkWStream()
22 #Method ##
26 #Method SkWStream()
38 #Method ##
42 #Method virtual bool write(const void* buffer, size_t size) = 0
62 #Method ##
66 #Method virtual void flush()
76 #Method ##
80 #Method virtual size_t bytesWritten() const = 0
92 #Method ##
96 #Method bool write8(U8CPU value)
112 #Method ##
116 #Method bool write16(U16CPU value)
130 #Method ##
134 #Method bool write32(uint32_t v)
148 #Method ##
152 #Method bool writeText(const char text[])
166 #Method ##
170 #Method bool newline()
182 #Method ##
186 #Method bool writeDecAsText(int32_t)
200 #Method ##
204 #Method bool writeBigDecAsText(int64_t, int minDigits = 0)
219 #Method ##
223 #Method bool writeHexAsText(uint32_t, int minDigits = 0)
238 #Method ##
242 #Method bool writeScalarAsText(SkScalar)
256 #Method ##
260 #Method bool writeBool(bool v)
274 #Method ##
278 #Method bool writeScalar(SkScalar)
292 #Method ##
296 #Method bool writePackedUInt(size_t)
310 #Method ##
314 #Method bool writeStream(SkStream* input, size_t length)
329 #Method ##
333 #Method static int SizeOfPackedUInt(size_t value)
350 #Method ##