HomeSort by relevance Sort by last modified time
    Searched refs:assert_sentinel (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkRegion.cpp 33 assert_sentinel(runs[0], false); // top
37 assert_sentinel(runs[1], false); // bottom
38 assert_sentinel(runs[2], false); // left
39 assert_sentinel(runs[3], false); // right
40 assert_sentinel(runs[4], true);
41 assert_sentinel(runs[5], true);
241 assert_sentinel(runs[count-1], true);
250 assert_sentinel(runs[0], false); // top
251 assert_sentinel(runs[1], false); // bottom
256 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a ro
    [all...]
SkRegionPriv.h 16 #define assert_sentinel(value, isSentinel) \ macro

Completed in 61 milliseconds