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

  /external/skia/include/core/
SkRegion.h 408 void allocateRuns(int count);
409 void allocateRuns(int count, int ySpanCount, int intervalCount);
410 void allocateRuns(const RunHead& src);
  /external/skia/src/core/
SkRegion.cpp 103 void SkRegion::allocateRuns(int count, int ySpanCount, int intervalCount) {
107 void SkRegion::allocateRuns(int count) {
111 void SkRegion::allocateRuns(const RunHead& head) {
286 this->allocateRuns(count);
549 tmp.allocateRuns(*fRunHead);
    [all...]

Completed in 75 milliseconds