Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLInterpreter.cpp220 static void do_callback(SkRasterPipeline_CallbackCtx* raw, int activePixels) { in do_callback() argument
222 for (int i = 0; i < activePixels; ++i) { in do_callback()