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

  /external/skia/src/core/
SkPictureRecord.h 226 int addPathToHeap(const SkPath& path); // does not write to ops stream
SkPictureRecord.cpp 358 int pathID = this->addPathToHeap(path);
859 int SkPictureRecord::addPathToHeap(const SkPath& path) {
869 this->addInt(this->addPathToHeap(path));
    [all...]

Completed in 794 milliseconds