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

/external/skia/src/core/
H A DSkPictureRecord.cpp361 int pathID = this->addPathToHeap(path);
840 int SkPictureRecord::addPathToHeap(const SkPath& path) { function in class:SkPictureRecord
850 this->addInt(this->addPathToHeap(path));
/external/skqp/src/core/
H A DSkPictureRecord.cpp361 int pathID = this->addPathToHeap(path);
840 int SkPictureRecord::addPathToHeap(const SkPath& path) { function in class:SkPictureRecord
850 this->addInt(this->addPathToHeap(path));

Completed in 98 milliseconds