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);
254 // runs[2] is uncomputed intervalCount
260 assert_sentinel(runs[2], false); // intervalcount
330 // Skip the Bottom and IntervalCount
362 runs += 2; // skip Bottom and IntervalCount
442 runs += 2; // skip Bottom and IntervalCount
572 *druns++ = *sruns++; // copy intervalCount;
781 // skip X values and slots for the next Y+intervalCount
849 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);
254 // runs[2] is uncomputed intervalCount
260 assert_sentinel(runs[2], false); // intervalcount
330 // Skip the Bottom and IntervalCount
362 runs += 2; // skip Bottom and IntervalCount
442 runs += 2; // skip Bottom and IntervalCount
572 *druns++ = *sruns++; // copy intervalCount;
781 // skip X values and slots for the next Y+intervalCount
849 a_runs += 1; // skip the intervalCount;
    [all...]

Completed in 637 milliseconds