Home
last modified time | relevance | path

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

/external/skqp/tools/debugger/
DSkJsonWriteBuffer.cpp103 this->append("color"); SkDrawCommand::MakeJsonColor4f(*fWriter, color); in writeColor4f()
110 SkDrawCommand::MakeJsonColor4f(*fWriter, color[i]); in writeColor4fArray()
DSkDrawCommand.h97 static void MakeJsonColor4f(SkJSONWriter&, const SkColor4f& color);
DSkDrawCommand.cpp477 void SkDrawCommand::MakeJsonColor4f(SkJSONWriter& writer, const SkColor4f& color) { in MakeJsonColor4f() function in SkDrawCommand
/external/skia/tools/debugger/
DJsonWriteBuffer.cpp111 DrawCommand::MakeJsonColor4f(*fWriter, color); in writeColor4f()
118 DrawCommand::MakeJsonColor4f(*fWriter, color[i]); in writeColor4fArray()
DDrawCommand.h96 static void MakeJsonColor4f(SkJSONWriter&, const SkColor4f& color);
DDrawCommand.cpp406 void DrawCommand::MakeJsonColor4f(SkJSONWriter& writer, const SkColor4f& color) { in MakeJsonColor4f() function in DrawCommand