Home
last modified time | relevance | path

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

/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp336 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel()
343 auto c = evaluateCommandColor(surface, command, x, y); in findCommandByPixel()
360 SkColor evaluateCommandColor(SkSurface* surface, int command, int x, int y) { in evaluateCommandColor() function in SkpDebugPlayer