Home
last modified time | relevance | path

Searched refs:fColorsPtr (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/debugger/
H A DDrawCommand.cpp1724 fColorsPtr = fColors; in DrawPatchCommand()
1726 fColorsPtr = nullptr; in DrawPatchCommand()
1738 canvas->drawPatch(fCubics, fColorsPtr, fTexCoordsPtr, fBlendMode, fPaint); in execute()
1748 if (fColorsPtr != nullptr) { in toJSON()
1751 MakeJsonColor(writer, fColorsPtr[i]); in toJSON()
H A DDrawCommand.h521 SkColor* fColorsPtr; member in DrawPatchCommand

Completed in 6 milliseconds