Home
last modified time | relevance | path

Searched refs:find_or_append (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkPictureRecord.cpp816 static int find_or_append(SkTArray<sk_sp<T>>& array, T* obj) { in find_or_append() function
834 this->addInt(find_or_append(fImages, image)); in addImage()
869 this->addInt(find_or_append(fPictures, picture) + 1); in addPicture()
874 this->addInt(find_or_append(fDrawables, drawable) + 1); in addDrawable()
936 this->addInt(find_or_append(fTextBlobs, blob) + 1); in addTextBlob()
941 this->addInt(find_or_append(fVertices, vertices) + 1); in addVertices()

Completed in 3 milliseconds