Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.cpp263 int inFill = 0; in bits_to_runs() local
274 if (!inFill) { in bits_to_runs()
276 inFill = true; in bits_to_runs()
279 if (inFill) { in bits_to_runs()
281 inFill = false; in bits_to_runs()
290 if (inFill) { in bits_to_runs()
/external/skqp/src/core/
DSkBlitter.cpp262 int inFill = 0; in bits_to_runs() local
273 if (!inFill) { in bits_to_runs()
275 inFill = true; in bits_to_runs()
278 if (inFill) { in bits_to_runs()
280 inFill = false; in bits_to_runs()
289 if (inFill) { in bits_to_runs()