/external/skia/bench/ |
H A D | ImageCacheBench.cpp | 12 SkScaledImageCache fCache; member in class:ImageCacheBench 20 ImageCacheBench() : fCache(CACHE_COUNT * 100) { 31 fCache.unlock(fCache.addAndLock(fBM, scale, scale, tmp)); 42 if (fCache.getBytesUsed() == 0) { 49 (void)fCache.findAndLock(fBM, -1, -1, &tmp);
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkGlyphCache.h | 170 AutoValidate(const SkGlyphCache* cache) : fCache(cache) { 171 if (fCache) { 172 fCache->validate(); 176 if (fCache) { 177 fCache->validate(); 181 fCache = NULL; 184 const SkGlyphCache* fCache; member in class:SkGlyphCache::AutoValidate 245 SkAutoGlyphCache(SkGlyphCache* cache) : fCache(cache) {} 247 fCache = SkGlyphCache::DetachCache(typeface, desc); 252 fCache 270 SkGlyphCache* fCache; member in class:SkAutoGlyphCache [all...] |
H A D | SkTextToPathIter.h | 36 SkGlyphCache* fCache; member in class:SkTextToPathIter
|
H A D | SkDrawProcs.h | 23 SkGlyphCache* fCache; member in struct:SkDraw1Glyph
|
H A D | SkPaint.cpp | 2516 fCache = fPaint.detachCache(NULL, NULL); 2534 SkScalar width = SkScalarMul(fPaint.measure_text(fCache, text, length, 2551 SkGlyphCache::AttachCache(fCache); 2556 const SkGlyph& glyph = fGlyphCacheProc(fCache, &fText); 2563 *path = fCache->findPath(glyph);
|
H A D | SkDraw.cpp | 1529 aa = (uint8_t*)state.fCache->findImage(glyph); 1562 aa = (uint8_t*)state.fCache->findImage(glyph); 1597 aa = (uint8_t*)state.fCache->findImage(glyph); 1645 fCache = cache;
|
/external/skia/src/core/ |
H A D | SkGlyphCache.h | 170 AutoValidate(const SkGlyphCache* cache) : fCache(cache) { 171 if (fCache) { 172 fCache->validate(); 176 if (fCache) { 177 fCache->validate(); 181 fCache = NULL; 184 const SkGlyphCache* fCache; member in class:SkGlyphCache::AutoValidate 245 SkAutoGlyphCache(SkGlyphCache* cache) : fCache(cache) {} 247 fCache = SkGlyphCache::DetachCache(typeface, desc); 252 fCache 270 SkGlyphCache* fCache; member in class:SkAutoGlyphCache [all...] |
H A D | SkTextToPathIter.h | 36 SkGlyphCache* fCache; member in class:SkTextToPathIter
|
H A D | SkDrawProcs.h | 23 SkGlyphCache* fCache; member in struct:SkDraw1Glyph
|
H A D | SkPaint.cpp | 2527 fCache = fPaint.detachCache(NULL, NULL); 2545 SkScalar width = SkScalarMul(fPaint.measure_text(fCache, text, length, 2562 SkGlyphCache::AttachCache(fCache); 2567 const SkGlyph& glyph = fGlyphCacheProc(fCache, &fText); 2574 *path = fCache->findPath(glyph);
|
H A D | SkDraw.cpp | 1529 aa = (uint8_t*)state.fCache->findImage(glyph); 1562 aa = (uint8_t*)state.fCache->findImage(glyph); 1597 aa = (uint8_t*)state.fCache->findImage(glyph); 1645 fCache = cache;
|
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | GrTextStrike.h | 43 int countGlyphs() const { return fCache.getArray().count(); } 45 return fCache.getArray()[index]; 58 GrTHashTable<GrGlyph, Key, 7> fCache; member in class:GrTextStrike 95 int countStrikes() const { return fCache.getArray().count(); } 97 return fCache.getArray()[index]; 124 GrTHashTable<GrTextStrike, Key, 8> fCache; member in class:GrFontCache
|
H A D | GrResourceCache.cpp | 81 fCache.remove(entry->fKey, entry); 179 entry = fCache.find<GrTFindUnreffedFunctor>(key, functor); 181 entry = fCache.find(key); 214 fCache.insert(key, entry); 228 fCache.remove(entry->key(), entry); 260 fCache.insert(entry->key(), entry); 315 GrResourceEntry* entry = fCache.find(invalidated[i].key, GrTFindUnreffedFunctor()); 326 fCache.remove(entry->key(), entry); 387 if (!fCache.count()) { 429 SkASSERT((fEntryCount - fClientDetachedCount) == fCache [all...] |
H A D | GrTextStrike.cpp | 36 fCache.deleteAll(); 81 fCache.insert(key, strike); 97 fCache.deleteAll(); 108 fCache.remove(key, strike); 158 int count = fCache.count(); 251 fCache.getArray().visitAll(free_glyph); 277 fCache.insert(packed, glyph); 282 fCache.getArray().visitAll(invalidate_glyph); 295 SkASSERT(fCache.contains(glyph));
|
H A D | GrResourceCache.h | 291 bool hasKey(const GrResourceKey& key) const { return NULL != fCache.find(key); } 351 GrTHashTable<GrResourceEntry, GrResourceKey, 8> fCache; member in class:GrResourceCache 401 GrAutoResourceCacheValidate(GrResourceCache* cache) : fCache(cache) { 405 fCache->validate(); 408 GrResourceCache* fCache; member in class:GrAutoResourceCacheValidate
|
H A D | GrTextStrike_impl.h | 59 GrTextStrike* strike = fCache.find(key); 104 GrGlyph* glyph = fCache.find(packed);
|
H A D | SkGpuDevice.cpp | 1734 procs->fFontScaler = get_gr_font_scaler(state.fCache);
|
/external/skia/src/gpu/ |
H A D | GrTextStrike.h | 43 int countGlyphs() const { return fCache.getArray().count(); } 45 return fCache.getArray()[index]; 58 GrTHashTable<GrGlyph, Key, 7> fCache; member in class:GrTextStrike 95 int countStrikes() const { return fCache.getArray().count(); } 97 return fCache.getArray()[index]; 124 GrTHashTable<GrTextStrike, Key, 8> fCache; member in class:GrFontCache
|
H A D | GrResourceCache.cpp | 81 fCache.remove(entry->fKey, entry); 179 entry = fCache.find<GrTFindUnreffedFunctor>(key, functor); 181 entry = fCache.find(key); 214 fCache.insert(key, entry); 228 fCache.remove(entry->key(), entry); 260 fCache.insert(entry->key(), entry); 315 GrResourceEntry* entry = fCache.find(invalidated[i].key, GrTFindUnreffedFunctor()); 326 fCache.remove(entry->key(), entry); 387 if (!fCache.count()) { 429 SkASSERT((fEntryCount - fClientDetachedCount) == fCache [all...] |
H A D | GrTextStrike.cpp | 36 fCache.deleteAll(); 81 fCache.insert(key, strike); 97 fCache.deleteAll(); 108 fCache.remove(key, strike); 158 int count = fCache.count(); 251 fCache.getArray().visitAll(free_glyph); 277 fCache.insert(packed, glyph); 282 fCache.getArray().visitAll(invalidate_glyph); 295 SkASSERT(fCache.contains(glyph));
|
H A D | GrResourceCache.h | 291 bool hasKey(const GrResourceKey& key) const { return NULL != fCache.find(key); } 351 GrTHashTable<GrResourceEntry, GrResourceKey, 8> fCache; member in class:GrResourceCache 401 GrAutoResourceCacheValidate(GrResourceCache* cache) : fCache(cache) { 405 fCache->validate(); 408 GrResourceCache* fCache; member in class:GrAutoResourceCacheValidate
|
H A D | GrTextStrike_impl.h | 59 GrTextStrike* strike = fCache.find(key); 104 GrGlyph* glyph = fCache.find(packed);
|
H A D | SkGpuDevice.cpp | 1734 procs->fFontScaler = get_gr_font_scaler(state.fCache);
|
/external/junit/src/junit/framework/ |
H A D | JUnit4TestAdapter.java | 21 private final JUnit4TestAdapterCache fCache; field in class:JUnit4TestAdapter 29 fCache = cache; 39 fRunner.run(fCache.getNotifier(result, this)); 44 return fCache.asTestList(getDescription());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.expressions_3.4.200.v20100505.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |