Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Ddebugger_bindings.cpp358 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel()
365 auto c = evaluateCommandColor(surface, command, x, y); in findCommandByPixel()
382 SkColor evaluateCommandColor(SkSurface* surface, int command, int x, int y) { in evaluateCommandColor() function in SkpDebugPlayer