Searched refs:writeColor4f (Results 1 – 6 of 6) sorted by relevance
53 virtual void writeColor4f(const SkColor4f& color) = 0;115 void writeColor4f(const SkColor4f& color) override;
84 void SkBinaryWriteBuffer::writeColor4f(const SkColor4f& color) { in writeColor4f() function in SkBinaryWriteBuffer
308 buffer.writeColor4f(paint.getColor4f()); in Flatten()
35 void writeColor4f(const SkColor4f& color) override;
109 void JsonWriteBuffer::writeColor4f(const SkColor4f& color) { in writeColor4f() function in JsonWriteBuffer
60 buffer.writeColor4f(fColor); in flatten()