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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 103 void SkRegion::allocateRuns(int count, int ySpanCount, int intervalCount) {
104 fRunHead = RunHead::Alloc(count, ySpanCount, intervalCount);
253 // runs[2] is uncomputed intervalCount
259 assert_sentinel(runs[2], false); // intervalcount
329 // Skip the Bottom and IntervalCount
361 runs += 2; // skip Bottom and IntervalCount
441 runs += 2; // skip Bottom and IntervalCount
571 *druns++ = *sruns++; // copy intervalCount;
780 // skip X values and slots for the next Y+intervalCount
848 a_runs += 1; // skip the intervalCount;
    [all...]
  /external/skia/src/core/
SkRegion.cpp 103 void SkRegion::allocateRuns(int count, int ySpanCount, int intervalCount) {
104 fRunHead = RunHead::Alloc(count, ySpanCount, intervalCount);
253 // runs[2] is uncomputed intervalCount
259 assert_sentinel(runs[2], false); // intervalcount
329 // Skip the Bottom and IntervalCount
361 runs += 2; // skip Bottom and IntervalCount
441 runs += 2; // skip Bottom and IntervalCount
571 *druns++ = *sruns++; // copy intervalCount;
780 // skip X values and slots for the next Y+intervalCount
848 a_runs += 1; // skip the intervalCount;
    [all...]

Completed in 48 milliseconds