Searched defs:setRuns (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRegion.cpp228 bool SkRegion::setRuns(RunType runs[], int count) { function in class:SkRegion
233 // SkDEBUGF(("setRuns: empty\n"));
1085 return result->setRuns(array.get(), count);
1559 return this->setRuns(storage.get(), count);
/external/skqp/src/core/
H A DSkRegion.cpp228 bool SkRegion::setRuns(RunType runs[], int count) { function in class:SkRegion
233 // SkDEBUGF(("setRuns: empty\n"));
1085 return result->setRuns(array.get(), count);
1516 return this->setRuns(storage.get(), count);

Completed in 148 milliseconds