Home
last modified time | relevance | path

Searched refs:MakeJsonColor4f (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/debugger/
DJsonWriteBuffer.cpp111 DrawCommand::MakeJsonColor4f(*fWriter, color); in writeColor4f()
118 DrawCommand::MakeJsonColor4f(*fWriter, color[i]); in writeColor4fArray()
DDrawCommand.h97 static void MakeJsonColor4f(SkJSONWriter&, const SkColor4f& color);
DDrawCommand.cpp402 void DrawCommand::MakeJsonColor4f(SkJSONWriter& writer, const SkColor4f& color) { in MakeJsonColor4f() function in DrawCommand