Home
last modified time | relevance | path

Searched refs:writeColor4f (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkWriteBuffer.h53 virtual void writeColor4f(const SkColor4f& color) = 0;
115 void writeColor4f(const SkColor4f& color) override;
DSkWriteBuffer.cpp84 void SkBinaryWriteBuffer::writeColor4f(const SkColor4f& color) { in writeColor4f() function in SkBinaryWriteBuffer
DSkPaint.cpp308 buffer.writeColor4f(paint.getColor4f()); in Flatten()
/third_party/skia/tools/debugger/
DJsonWriteBuffer.h35 void writeColor4f(const SkColor4f& color) override;
DJsonWriteBuffer.cpp109 void JsonWriteBuffer::writeColor4f(const SkColor4f& color) { in writeColor4f() function in JsonWriteBuffer
/third_party/skia/src/shaders/
DSkColorShader.cpp60 buffer.writeColor4f(fColor); in flatten()