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

  /external/skia/src/gpu/ccpr/
GrCCPathCache.h 88 OnFlushEntryRef(OnFlushEntryRef&& ref) : fEntry(skstd::exchange(ref.fEntry, nullptr)) {}
91 GrCCPathCacheEntry* get() const { return fEntry; }
92 GrCCPathCacheEntry* operator->() const { return fEntry; }
93 GrCCPathCacheEntry& operator*() const { return *fEntry; }
94 explicit operator bool() const { return fEntry; }
95 void operator=(OnFlushEntryRef&& ref) { fEntry = skstd::exchange(ref.fEntry, nullptr); }
98 OnFlushEntryRef(GrCCPathCacheEntry* entry) : fEntry(entry) {}
99 GrCCPathCacheEntry* fEntry = nullptr
    [all...]
GrCCPathCache.cpp 341 if (!fEntry) {
344 --fEntry->fOnFlushRefCnt;
345 SkASSERT(fEntry->fOnFlushRefCnt >= 0);
346 if (fEntry->fCachedAtlas) {
347 fEntry->fCachedAtlas->decrOnFlushRefCnt();
349 fEntry->unref();
  /external/skqp/src/gpu/ccpr/
GrCCPathCache.h 88 OnFlushEntryRef(OnFlushEntryRef&& ref) : fEntry(skstd::exchange(ref.fEntry, nullptr)) {}
91 GrCCPathCacheEntry* get() const { return fEntry; }
92 GrCCPathCacheEntry* operator->() const { return fEntry; }
93 GrCCPathCacheEntry& operator*() const { return *fEntry; }
94 explicit operator bool() const { return fEntry; }
95 void operator=(OnFlushEntryRef&& ref) { fEntry = skstd::exchange(ref.fEntry, nullptr); }
98 OnFlushEntryRef(GrCCPathCacheEntry* entry) : fEntry(entry) {}
99 GrCCPathCacheEntry* fEntry = nullptr
    [all...]
GrCCPathCache.cpp 341 if (!fEntry) {
344 --fEntry->fOnFlushRefCnt;
345 SkASSERT(fEntry->fOnFlushRefCnt >= 0);
346 if (fEntry->fCachedAtlas) {
347 fEntry->fCachedAtlas->decrOnFlushRefCnt();
349 fEntry->unref();
  /cts/tools/release-parser/src/com/android/cts/releaseparser/
ReleaseParser.java 107 Entry fEntry = fBuilder.build();
108 mEntries.put(fEntry.getRelativePath(), fEntry);
183 Entry fEntry = fileEntryBuilder.build();
184 entryList.add(fEntry);
185 mEntries.put(fEntry.getRelativePath(), fEntry);
TestSuiteParser.java 196 Entry fEntry = null;
199 fEntry = et;
203 return fEntry;
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestSuiteContentReport.java 125 private static FileMetadata parseFileMetadata(Entry.Builder fEntry, File file)
128 fEntry.setType(Entry.EntryType.CONFIG);
131 fEntry.setType(Entry.EntryType.APK);
133 fEntry.setType(Entry.EntryType.JAR);
135 fEntry.setType(Entry.EntryType.SO);
138 fEntry.setType(Entry.EntryType.FILE);
  /external/dng_sdk/source/
dng_image_writer.h 478 dng_srational fEntry [kMaxColorPlanes *
dng_image_writer.cpp 418 : tag_srational_ptr (code, fEntry, m.Rows () * m.Cols ())
428 fEntry [index].Set_real64 (m [r] [c], 10000);
    [all...]

Completed in 171 milliseconds