Searched refs:internalAdd (Results 1 – 4 of 4) sorted by relevance
195 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::internalAdd( in internalAdd() function in GrThreadSafeCache212 std::tie(newView, std::ignore) = this->internalAdd(key, view); in add()221 return this->internalAdd(key, view); in addWithData()234 std::tie(view, std::ignore) = this->internalAdd(key, v); in findOrAdd()248 return this->internalAdd(key, v); in findOrAddWithData()
305 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> internalAdd(
26 blob = this->internalAdd(std::move(blob)); in addOrReturnExisting()142 sk_sp<GrTextBlob> GrTextBlobCache::internalAdd(sk_sp<GrTextBlob> blob) { in internalAdd() function in GrTextBlobCache
77 sk_sp<GrTextBlob> internalAdd(sk_sp<GrTextBlob> blob) SK_REQUIRES(fSpinLock);