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 50 assert_sentinel(runs[0], false); // top
54 assert_sentinel(runs[1], false); // bottom
56 assert_sentinel(runs[3], false); // left
57 assert_sentinel(runs[4], false); // right
58 assert_sentinel(runs[5], true);
59 assert_sentinel(runs[6], true);
238 assert_sentinel(runs[count-1], true);
246 assert_sentinel(runs[0], false); // top
247 assert_sentinel(runs[1], false); // bottom
253 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 341 milliseconds