Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_AntiPath.cpp353 static int overflows_short_shift(int value, int shift) { in overflows_short_shift() function
373 if (overflows_short_shift(ir.fLeft, SHIFT) | in AntiFillPath()
374 overflows_short_shift(ir.fRight, SHIFT) | in AntiFillPath()
375 overflows_short_shift(ir.fTop, SHIFT) | in AntiFillPath()
376 overflows_short_shift(ir.fBottom, SHIFT)) { in AntiFillPath()