HomeSort by relevance Sort by last modified time
    Searched defs:allocateRuns (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) {
107 void SkRegion::allocateRuns(int count) {
111 void SkRegion::allocateRuns(const RunHead& head) {
286 this->allocateRuns(count);
549 tmp.allocateRuns(*fRunHead);
    [all...]
  /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 692 milliseconds